/*! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.tw-container {
  width: 100%;
}

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

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

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

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

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

.tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

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

.tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

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

.tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

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

.tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

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

.tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

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

.tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

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

.tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

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

.tw-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

.tw-divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

.tw-divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.tw-divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
}

.tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
}

.tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
}

.tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
}

.tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
}

.tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}

.tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
}

.tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
}

.tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
}

.tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
}

.tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
}

.tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
}

.tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
}

.tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
}

.tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
}

.tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
}

.tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
}

.tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
}

.tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.tw-divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.tw-divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

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

.tw-not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.focus-within\:tw-not-sr-only:focus-within {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

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

.focus\:tw-not-sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.tw-appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.tw-bg-fixed {
  background-attachment: fixed !important;
}

.tw-bg-local {
  background-attachment: local !important;
}

.tw-bg-scroll {
  background-attachment: scroll !important;
}

.tw-bg-clip-border {
  background-clip: border-box !important;
}

.tw-bg-clip-padding {
  background-clip: padding-box !important;
}

.tw-bg-clip-content {
  background-clip: content-box !important;
}

.tw-bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.tw-bg-transparent {
  background-color: transparent !important;
}

.tw-bg-current {
  background-color: currentColor !important;
}

.tw-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.tw-bg-blueGray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.tw-bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.tw-bg-amber-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.tw-bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.tw-bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.tw-bg-emerald-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.tw-bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.tw-bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.tw-bg-lightBlue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.tw-bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.tw-bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.tw-bg-fuchsia-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.tw-bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

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

.tw-bg-rose-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.tw-bg-rose-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-transparent {
  background-color: transparent !important;
}

.tw-group:hover .group-hover\:tw-bg-current {
  background-color: currentColor !important;
}

.tw-group:hover .group-hover\:tw-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blueGray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.tw-group:hover .group-hover\:tw-bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-amber-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-orange-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-emerald-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-teal-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-lightBlue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-violet-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-purple-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-fuchsia-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-rose-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-transparent:focus-within {
  background-color: transparent !important;
}

.focus-within\:tw-bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:tw-bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-gray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blueGray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-red-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-blue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.focus-within\:tw-bg-amber-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-amber-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-orange-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-yellow-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lime-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-green-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-emerald-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-teal-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-cyan-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-lightBlue-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-indigo-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-violet-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-purple-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-fuchsia-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-pink-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.focus-within\:tw-bg-rose-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:tw-bg-current:hover {
  background-color: currentColor !important;
}

.hover\:tw-bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blueGray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.hover\:tw-bg-amber-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-amber-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-orange-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-yellow-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lime-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-green-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-emerald-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-teal-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-cyan-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-lightBlue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-indigo-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-violet-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-purple-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-fuchsia-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-pink-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-rose-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:tw-bg-current:focus {
  background-color: currentColor !important;
}

.focus\:tw-bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blueGray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-red-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-blue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.focus\:tw-bg-amber-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-amber-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-orange-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-yellow-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lime-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-green-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-emerald-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-teal-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-cyan-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-lightBlue-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-indigo-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-violet-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-purple-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-fuchsia-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-pink-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-rose-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-transparent:active {
  background-color: transparent !important;
}

.active\:tw-bg-current:active {
  background-color: currentColor !important;
}

.active\:tw-bg-black:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-white:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-gray-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blueGray-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-red-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-blue-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

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

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

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

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

.active\:tw-bg-amber-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-amber-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-orange-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-yellow-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lime-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-green-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-emerald-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-teal-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-cyan-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-lightBlue-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-indigo-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-violet-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-purple-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-fuchsia-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-pink-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-50:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-200:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-300:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-400:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-500:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-600:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-700:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-800:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
}

.active\:tw-bg-rose-900:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
}

.tw-bg-none {
  background-image: none !important;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.tw-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.tw-from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-from-white {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-from-gray-50 {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.tw-from-gray-100 {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.tw-from-gray-200 {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.tw-from-gray-300 {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.tw-from-gray-400 {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.tw-from-gray-500 {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.tw-from-gray-600 {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.tw-from-gray-700 {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.tw-from-gray-800 {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.tw-from-gray-900 {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.tw-from-blueGray-50 {
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.tw-from-blueGray-100 {
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.tw-from-blueGray-200 {
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.tw-from-blueGray-300 {
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.tw-from-blueGray-400 {
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.tw-from-blueGray-500 {
  --tw-gradient-from: #64748b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.tw-from-blueGray-600 {
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.tw-from-blueGray-700 {
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.tw-from-blueGray-800 {
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.tw-from-blueGray-900 {
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.tw-from-red-50 {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.tw-from-red-100 {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.tw-from-red-200 {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.tw-from-red-300 {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.tw-from-red-400 {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.tw-from-red-500 {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.tw-from-red-600 {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.tw-from-red-700 {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.tw-from-red-800 {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.tw-from-red-900 {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.tw-from-blue-50 {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.tw-from-blue-100 {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.tw-from-blue-200 {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.tw-from-blue-300 {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.tw-from-blue-400 {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.tw-from-blue-500 {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.tw-from-blue-600 {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.tw-from-blue-700 {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.tw-from-blue-800 {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.tw-from-blue-900 {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.tw-from-amber-50 {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.tw-from-amber-100 {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.tw-from-amber-200 {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.tw-from-amber-300 {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.tw-from-amber-400 {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.tw-from-amber-500 {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.tw-from-amber-600 {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.tw-from-amber-700 {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.tw-from-amber-800 {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.tw-from-amber-900 {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.tw-from-orange-50 {
  --tw-gradient-from: #fff7ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.tw-from-orange-100 {
  --tw-gradient-from: #ffedd5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.tw-from-orange-200 {
  --tw-gradient-from: #fed7aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.tw-from-orange-300 {
  --tw-gradient-from: #fdba74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.tw-from-orange-400 {
  --tw-gradient-from: #fb923c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.tw-from-orange-500 {
  --tw-gradient-from: #f97316 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.tw-from-orange-600 {
  --tw-gradient-from: #ea580c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.tw-from-orange-700 {
  --tw-gradient-from: #c2410c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.tw-from-orange-800 {
  --tw-gradient-from: #9a3412 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.tw-from-orange-900 {
  --tw-gradient-from: #7c2d12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.tw-from-yellow-50 {
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.tw-from-yellow-100 {
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.tw-from-yellow-200 {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.tw-from-yellow-300 {
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.tw-from-yellow-400 {
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.tw-from-yellow-500 {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.tw-from-yellow-600 {
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.tw-from-yellow-700 {
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.tw-from-yellow-800 {
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.tw-from-yellow-900 {
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.tw-from-lime-50 {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.tw-from-lime-100 {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.tw-from-lime-200 {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.tw-from-lime-300 {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.tw-from-lime-400 {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.tw-from-lime-500 {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.tw-from-lime-600 {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.tw-from-lime-700 {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.tw-from-lime-800 {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.tw-from-lime-900 {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.tw-from-green-50 {
  --tw-gradient-from: #f0fdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.tw-from-green-100 {
  --tw-gradient-from: #dcfce7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.tw-from-green-200 {
  --tw-gradient-from: #bbf7d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.tw-from-green-300 {
  --tw-gradient-from: #86efac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.tw-from-green-400 {
  --tw-gradient-from: #4ade80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.tw-from-green-500 {
  --tw-gradient-from: #22c55e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.tw-from-green-600 {
  --tw-gradient-from: #16a34a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.tw-from-green-700 {
  --tw-gradient-from: #15803d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.tw-from-green-800 {
  --tw-gradient-from: #166534 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.tw-from-green-900 {
  --tw-gradient-from: #14532d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.tw-from-emerald-50 {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.tw-from-emerald-100 {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.tw-from-emerald-200 {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.tw-from-emerald-300 {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.tw-from-emerald-400 {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.tw-from-emerald-500 {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.tw-from-emerald-600 {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.tw-from-emerald-700 {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.tw-from-emerald-800 {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.tw-from-emerald-900 {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.tw-from-teal-50 {
  --tw-gradient-from: #f0fdfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.tw-from-teal-100 {
  --tw-gradient-from: #ccfbf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.tw-from-teal-200 {
  --tw-gradient-from: #99f6e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.tw-from-teal-300 {
  --tw-gradient-from: #5eead4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.tw-from-teal-400 {
  --tw-gradient-from: #2dd4bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.tw-from-teal-500 {
  --tw-gradient-from: #14b8a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.tw-from-teal-600 {
  --tw-gradient-from: #0d9488 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.tw-from-teal-700 {
  --tw-gradient-from: #0f766e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.tw-from-teal-800 {
  --tw-gradient-from: #115e59 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.tw-from-teal-900 {
  --tw-gradient-from: #134e4a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.tw-from-cyan-50 {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.tw-from-cyan-100 {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.tw-from-cyan-200 {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.tw-from-cyan-300 {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.tw-from-cyan-400 {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.tw-from-cyan-500 {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.tw-from-cyan-600 {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.tw-from-cyan-700 {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.tw-from-cyan-800 {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.tw-from-cyan-900 {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.tw-from-lightBlue-50 {
  --tw-gradient-from: #f0f9ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.tw-from-lightBlue-100 {
  --tw-gradient-from: #e0f2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.tw-from-lightBlue-200 {
  --tw-gradient-from: #bae6fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.tw-from-lightBlue-300 {
  --tw-gradient-from: #7dd3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.tw-from-lightBlue-400 {
  --tw-gradient-from: #38bdf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.tw-from-lightBlue-500 {
  --tw-gradient-from: #0ea5e9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.tw-from-lightBlue-600 {
  --tw-gradient-from: #0284c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.tw-from-lightBlue-700 {
  --tw-gradient-from: #0369a1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.tw-from-lightBlue-800 {
  --tw-gradient-from: #075985 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.tw-from-lightBlue-900 {
  --tw-gradient-from: #0c4a6e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.tw-from-indigo-50 {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.tw-from-indigo-100 {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.tw-from-indigo-200 {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.tw-from-indigo-300 {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.tw-from-indigo-400 {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.tw-from-indigo-500 {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.tw-from-indigo-600 {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.tw-from-indigo-700 {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.tw-from-indigo-800 {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.tw-from-indigo-900 {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.tw-from-violet-50 {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.tw-from-violet-100 {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.tw-from-violet-200 {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.tw-from-violet-300 {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.tw-from-violet-400 {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.tw-from-violet-500 {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.tw-from-violet-600 {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.tw-from-violet-700 {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.tw-from-violet-800 {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.tw-from-violet-900 {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.tw-from-purple-50 {
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.tw-from-purple-100 {
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.tw-from-purple-200 {
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.tw-from-purple-300 {
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.tw-from-purple-400 {
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.tw-from-purple-500 {
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.tw-from-purple-600 {
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.tw-from-purple-700 {
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.tw-from-purple-800 {
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.tw-from-purple-900 {
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.tw-from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.tw-from-fuchsia-100 {
  --tw-gradient-from: #fae8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.tw-from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.tw-from-fuchsia-300 {
  --tw-gradient-from: #f0abfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.tw-from-fuchsia-400 {
  --tw-gradient-from: #e879f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.tw-from-fuchsia-500 {
  --tw-gradient-from: #d946ef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.tw-from-fuchsia-600 {
  --tw-gradient-from: #c026d3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.tw-from-fuchsia-700 {
  --tw-gradient-from: #a21caf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.tw-from-fuchsia-800 {
  --tw-gradient-from: #86198f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.tw-from-fuchsia-900 {
  --tw-gradient-from: #701a75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.tw-from-pink-50 {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.tw-from-pink-100 {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.tw-from-pink-200 {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.tw-from-pink-300 {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.tw-from-pink-400 {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.tw-from-pink-500 {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.tw-from-pink-600 {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.tw-from-pink-700 {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.tw-from-pink-800 {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.tw-from-pink-900 {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.tw-from-rose-50 {
  --tw-gradient-from: #fff1f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.tw-from-rose-100 {
  --tw-gradient-from: #ffe4e6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.tw-from-rose-200 {
  --tw-gradient-from: #fecdd3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.tw-from-rose-300 {
  --tw-gradient-from: #fda4af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.tw-from-rose-400 {
  --tw-gradient-from: #fb7185 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.tw-from-rose-500 {
  --tw-gradient-from: #f43f5e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.tw-from-rose-600 {
  --tw-gradient-from: #e11d48 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.tw-from-rose-700 {
  --tw-gradient-from: #be123c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.tw-from-rose-800 {
  --tw-gradient-from: #9f1239 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.tw-from-rose-900 {
  --tw-gradient-from: #881337 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.tw-via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.tw-via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.tw-via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.tw-via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.tw-via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.tw-via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.tw-via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.tw-via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.tw-via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.tw-via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.tw-via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.tw-via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.tw-via-blueGray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.tw-via-blueGray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.tw-via-blueGray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.tw-via-blueGray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.tw-via-blueGray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.tw-via-blueGray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.tw-via-blueGray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.tw-via-blueGray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.tw-via-blueGray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.tw-via-blueGray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.tw-via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.tw-via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.tw-via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.tw-via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.tw-via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.tw-via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.tw-via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.tw-via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.tw-via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.tw-via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.tw-via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.tw-via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.tw-via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.tw-via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.tw-via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.tw-via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.tw-via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.tw-via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.tw-via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.tw-via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.tw-via-amber-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.tw-via-amber-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.tw-via-amber-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.tw-via-amber-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.tw-via-amber-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.tw-via-amber-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.tw-via-amber-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.tw-via-amber-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.tw-via-amber-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.tw-via-amber-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.tw-via-orange-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.tw-via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.tw-via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.tw-via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.tw-via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.tw-via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.tw-via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.tw-via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.tw-via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.tw-via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.tw-via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.tw-via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.tw-via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.tw-via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.tw-via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.tw-via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.tw-via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.tw-via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.tw-via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.tw-via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.tw-via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.tw-via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.tw-via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.tw-via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.tw-via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.tw-via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.tw-via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.tw-via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.tw-via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.tw-via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.tw-via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.tw-via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.tw-via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.tw-via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.tw-via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.tw-via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.tw-via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.tw-via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.tw-via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.tw-via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.tw-via-emerald-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.tw-via-emerald-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.tw-via-emerald-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.tw-via-emerald-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.tw-via-emerald-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.tw-via-emerald-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.tw-via-emerald-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.tw-via-emerald-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.tw-via-emerald-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.tw-via-emerald-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.tw-via-teal-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.tw-via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.tw-via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.tw-via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.tw-via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.tw-via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.tw-via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.tw-via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.tw-via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.tw-via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.tw-via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.tw-via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.tw-via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.tw-via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.tw-via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.tw-via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.tw-via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.tw-via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.tw-via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.tw-via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.tw-via-lightBlue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.tw-via-lightBlue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.tw-via-lightBlue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.tw-via-lightBlue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.tw-via-lightBlue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.tw-via-lightBlue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.tw-via-lightBlue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.tw-via-lightBlue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.tw-via-lightBlue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.tw-via-lightBlue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.tw-via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.tw-via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.tw-via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.tw-via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.tw-via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.tw-via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.tw-via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.tw-via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.tw-via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.tw-via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.tw-via-violet-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.tw-via-violet-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.tw-via-violet-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.tw-via-violet-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.tw-via-violet-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.tw-via-violet-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.tw-via-violet-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.tw-via-violet-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.tw-via-violet-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.tw-via-violet-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.tw-via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.tw-via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.tw-via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.tw-via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.tw-via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.tw-via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.tw-via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.tw-via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.tw-via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.tw-via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.tw-via-fuchsia-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.tw-via-fuchsia-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.tw-via-fuchsia-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.tw-via-fuchsia-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.tw-via-fuchsia-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.tw-via-fuchsia-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.tw-via-fuchsia-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.tw-via-fuchsia-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.tw-via-fuchsia-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.tw-via-fuchsia-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.tw-via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.tw-via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.tw-via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.tw-via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.tw-via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.tw-via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.tw-via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.tw-via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.tw-via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.tw-via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.tw-via-rose-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.tw-via-rose-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.tw-via-rose-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.tw-via-rose-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.tw-via-rose-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.tw-via-rose-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.tw-via-rose-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.tw-via-rose-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.tw-via-rose-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.tw-via-rose-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.tw-to-transparent {
  --tw-gradient-to: transparent !important;
}

.tw-to-current {
  --tw-gradient-to: currentColor !important;
}

.tw-to-black {
  --tw-gradient-to: #000 !important;
}

.tw-to-white {
  --tw-gradient-to: #fff !important;
}

.tw-to-gray-50 {
  --tw-gradient-to: #fafafa !important;
}

.tw-to-gray-100 {
  --tw-gradient-to: #f4f4f5 !important;
}

.tw-to-gray-200 {
  --tw-gradient-to: #e4e4e7 !important;
}

.tw-to-gray-300 {
  --tw-gradient-to: #d4d4d8 !important;
}

.tw-to-gray-400 {
  --tw-gradient-to: #a1a1aa !important;
}

.tw-to-gray-500 {
  --tw-gradient-to: #71717a !important;
}

.tw-to-gray-600 {
  --tw-gradient-to: #52525b !important;
}

.tw-to-gray-700 {
  --tw-gradient-to: #3f3f46 !important;
}

.tw-to-gray-800 {
  --tw-gradient-to: #27272a !important;
}

.tw-to-gray-900 {
  --tw-gradient-to: #18181b !important;
}

.tw-to-blueGray-50 {
  --tw-gradient-to: #f8fafc !important;
}

.tw-to-blueGray-100 {
  --tw-gradient-to: #f1f5f9 !important;
}

.tw-to-blueGray-200 {
  --tw-gradient-to: #e2e8f0 !important;
}

.tw-to-blueGray-300 {
  --tw-gradient-to: #cbd5e1 !important;
}

.tw-to-blueGray-400 {
  --tw-gradient-to: #94a3b8 !important;
}

.tw-to-blueGray-500 {
  --tw-gradient-to: #64748b !important;
}

.tw-to-blueGray-600 {
  --tw-gradient-to: #475569 !important;
}

.tw-to-blueGray-700 {
  --tw-gradient-to: #334155 !important;
}

.tw-to-blueGray-800 {
  --tw-gradient-to: #1e293b !important;
}

.tw-to-blueGray-900 {
  --tw-gradient-to: #0f172a !important;
}

.tw-to-red-50 {
  --tw-gradient-to: #fef2f2 !important;
}

.tw-to-red-100 {
  --tw-gradient-to: #fee2e2 !important;
}

.tw-to-red-200 {
  --tw-gradient-to: #fecaca !important;
}

.tw-to-red-300 {
  --tw-gradient-to: #fca5a5 !important;
}

.tw-to-red-400 {
  --tw-gradient-to: #f87171 !important;
}

.tw-to-red-500 {
  --tw-gradient-to: #ef4444 !important;
}

.tw-to-red-600 {
  --tw-gradient-to: #dc2626 !important;
}

.tw-to-red-700 {
  --tw-gradient-to: #b91c1c !important;
}

.tw-to-red-800 {
  --tw-gradient-to: #991b1b !important;
}

.tw-to-red-900 {
  --tw-gradient-to: #7f1d1d !important;
}

.tw-to-blue-50 {
  --tw-gradient-to: #eff6ff !important;
}

.tw-to-blue-100 {
  --tw-gradient-to: #dbeafe !important;
}

.tw-to-blue-200 {
  --tw-gradient-to: #bfdbfe !important;
}

.tw-to-blue-300 {
  --tw-gradient-to: #93c5fd !important;
}

.tw-to-blue-400 {
  --tw-gradient-to: #60a5fa !important;
}

.tw-to-blue-500 {
  --tw-gradient-to: #3b82f6 !important;
}

.tw-to-blue-600 {
  --tw-gradient-to: #2563eb !important;
}

.tw-to-blue-700 {
  --tw-gradient-to: #1d4ed8 !important;
}

.tw-to-blue-800 {
  --tw-gradient-to: #1e40af !important;
}

.tw-to-blue-900 {
  --tw-gradient-to: #1e3a8a !important;
}

.tw-to-amber-50 {
  --tw-gradient-to: #fffbeb !important;
}

.tw-to-amber-100 {
  --tw-gradient-to: #fef3c7 !important;
}

.tw-to-amber-200 {
  --tw-gradient-to: #fde68a !important;
}

.tw-to-amber-300 {
  --tw-gradient-to: #fcd34d !important;
}

.tw-to-amber-400 {
  --tw-gradient-to: #fbbf24 !important;
}

.tw-to-amber-500 {
  --tw-gradient-to: #f59e0b !important;
}

.tw-to-amber-600 {
  --tw-gradient-to: #d97706 !important;
}

.tw-to-amber-700 {
  --tw-gradient-to: #b45309 !important;
}

.tw-to-amber-800 {
  --tw-gradient-to: #92400e !important;
}

.tw-to-amber-900 {
  --tw-gradient-to: #78350f !important;
}

.tw-to-orange-50 {
  --tw-gradient-to: #fff7ed !important;
}

.tw-to-orange-100 {
  --tw-gradient-to: #ffedd5 !important;
}

.tw-to-orange-200 {
  --tw-gradient-to: #fed7aa !important;
}

.tw-to-orange-300 {
  --tw-gradient-to: #fdba74 !important;
}

.tw-to-orange-400 {
  --tw-gradient-to: #fb923c !important;
}

.tw-to-orange-500 {
  --tw-gradient-to: #f97316 !important;
}

.tw-to-orange-600 {
  --tw-gradient-to: #ea580c !important;
}

.tw-to-orange-700 {
  --tw-gradient-to: #c2410c !important;
}

.tw-to-orange-800 {
  --tw-gradient-to: #9a3412 !important;
}

.tw-to-orange-900 {
  --tw-gradient-to: #7c2d12 !important;
}

.tw-to-yellow-50 {
  --tw-gradient-to: #fefce8 !important;
}

.tw-to-yellow-100 {
  --tw-gradient-to: #fef9c3 !important;
}

.tw-to-yellow-200 {
  --tw-gradient-to: #fef08a !important;
}

.tw-to-yellow-300 {
  --tw-gradient-to: #fde047 !important;
}

.tw-to-yellow-400 {
  --tw-gradient-to: #facc15 !important;
}

.tw-to-yellow-500 {
  --tw-gradient-to: #eab308 !important;
}

.tw-to-yellow-600 {
  --tw-gradient-to: #ca8a04 !important;
}

.tw-to-yellow-700 {
  --tw-gradient-to: #a16207 !important;
}

.tw-to-yellow-800 {
  --tw-gradient-to: #854d0e !important;
}

.tw-to-yellow-900 {
  --tw-gradient-to: #713f12 !important;
}

.tw-to-lime-50 {
  --tw-gradient-to: #f7fee7 !important;
}

.tw-to-lime-100 {
  --tw-gradient-to: #ecfccb !important;
}

.tw-to-lime-200 {
  --tw-gradient-to: #d9f99d !important;
}

.tw-to-lime-300 {
  --tw-gradient-to: #bef264 !important;
}

.tw-to-lime-400 {
  --tw-gradient-to: #a3e635 !important;
}

.tw-to-lime-500 {
  --tw-gradient-to: #84cc16 !important;
}

.tw-to-lime-600 {
  --tw-gradient-to: #65a30d !important;
}

.tw-to-lime-700 {
  --tw-gradient-to: #4d7c0f !important;
}

.tw-to-lime-800 {
  --tw-gradient-to: #3f6212 !important;
}

.tw-to-lime-900 {
  --tw-gradient-to: #365314 !important;
}

.tw-to-green-50 {
  --tw-gradient-to: #f0fdf4 !important;
}

.tw-to-green-100 {
  --tw-gradient-to: #dcfce7 !important;
}

.tw-to-green-200 {
  --tw-gradient-to: #bbf7d0 !important;
}

.tw-to-green-300 {
  --tw-gradient-to: #86efac !important;
}

.tw-to-green-400 {
  --tw-gradient-to: #4ade80 !important;
}

.tw-to-green-500 {
  --tw-gradient-to: #22c55e !important;
}

.tw-to-green-600 {
  --tw-gradient-to: #16a34a !important;
}

.tw-to-green-700 {
  --tw-gradient-to: #15803d !important;
}

.tw-to-green-800 {
  --tw-gradient-to: #166534 !important;
}

.tw-to-green-900 {
  --tw-gradient-to: #14532d !important;
}

.tw-to-emerald-50 {
  --tw-gradient-to: #ecfdf5 !important;
}

.tw-to-emerald-100 {
  --tw-gradient-to: #d1fae5 !important;
}

.tw-to-emerald-200 {
  --tw-gradient-to: #a7f3d0 !important;
}

.tw-to-emerald-300 {
  --tw-gradient-to: #6ee7b7 !important;
}

.tw-to-emerald-400 {
  --tw-gradient-to: #34d399 !important;
}

.tw-to-emerald-500 {
  --tw-gradient-to: #10b981 !important;
}

.tw-to-emerald-600 {
  --tw-gradient-to: #059669 !important;
}

.tw-to-emerald-700 {
  --tw-gradient-to: #047857 !important;
}

.tw-to-emerald-800 {
  --tw-gradient-to: #065f46 !important;
}

.tw-to-emerald-900 {
  --tw-gradient-to: #064e3b !important;
}

.tw-to-teal-50 {
  --tw-gradient-to: #f0fdfa !important;
}

.tw-to-teal-100 {
  --tw-gradient-to: #ccfbf1 !important;
}

.tw-to-teal-200 {
  --tw-gradient-to: #99f6e4 !important;
}

.tw-to-teal-300 {
  --tw-gradient-to: #5eead4 !important;
}

.tw-to-teal-400 {
  --tw-gradient-to: #2dd4bf !important;
}

.tw-to-teal-500 {
  --tw-gradient-to: #14b8a6 !important;
}

.tw-to-teal-600 {
  --tw-gradient-to: #0d9488 !important;
}

.tw-to-teal-700 {
  --tw-gradient-to: #0f766e !important;
}

.tw-to-teal-800 {
  --tw-gradient-to: #115e59 !important;
}

.tw-to-teal-900 {
  --tw-gradient-to: #134e4a !important;
}

.tw-to-cyan-50 {
  --tw-gradient-to: #ecfeff !important;
}

.tw-to-cyan-100 {
  --tw-gradient-to: #cffafe !important;
}

.tw-to-cyan-200 {
  --tw-gradient-to: #a5f3fc !important;
}

.tw-to-cyan-300 {
  --tw-gradient-to: #67e8f9 !important;
}

.tw-to-cyan-400 {
  --tw-gradient-to: #22d3ee !important;
}

.tw-to-cyan-500 {
  --tw-gradient-to: #06b6d4 !important;
}

.tw-to-cyan-600 {
  --tw-gradient-to: #0891b2 !important;
}

.tw-to-cyan-700 {
  --tw-gradient-to: #0e7490 !important;
}

.tw-to-cyan-800 {
  --tw-gradient-to: #155e75 !important;
}

.tw-to-cyan-900 {
  --tw-gradient-to: #164e63 !important;
}

.tw-to-lightBlue-50 {
  --tw-gradient-to: #f0f9ff !important;
}

.tw-to-lightBlue-100 {
  --tw-gradient-to: #e0f2fe !important;
}

.tw-to-lightBlue-200 {
  --tw-gradient-to: #bae6fd !important;
}

.tw-to-lightBlue-300 {
  --tw-gradient-to: #7dd3fc !important;
}

.tw-to-lightBlue-400 {
  --tw-gradient-to: #38bdf8 !important;
}

.tw-to-lightBlue-500 {
  --tw-gradient-to: #0ea5e9 !important;
}

.tw-to-lightBlue-600 {
  --tw-gradient-to: #0284c7 !important;
}

.tw-to-lightBlue-700 {
  --tw-gradient-to: #0369a1 !important;
}

.tw-to-lightBlue-800 {
  --tw-gradient-to: #075985 !important;
}

.tw-to-lightBlue-900 {
  --tw-gradient-to: #0c4a6e !important;
}

.tw-to-indigo-50 {
  --tw-gradient-to: #eef2ff !important;
}

.tw-to-indigo-100 {
  --tw-gradient-to: #e0e7ff !important;
}

.tw-to-indigo-200 {
  --tw-gradient-to: #c7d2fe !important;
}

.tw-to-indigo-300 {
  --tw-gradient-to: #a5b4fc !important;
}

.tw-to-indigo-400 {
  --tw-gradient-to: #818cf8 !important;
}

.tw-to-indigo-500 {
  --tw-gradient-to: #6366f1 !important;
}

.tw-to-indigo-600 {
  --tw-gradient-to: #4f46e5 !important;
}

.tw-to-indigo-700 {
  --tw-gradient-to: #4338ca !important;
}

.tw-to-indigo-800 {
  --tw-gradient-to: #3730a3 !important;
}

.tw-to-indigo-900 {
  --tw-gradient-to: #312e81 !important;
}

.tw-to-violet-50 {
  --tw-gradient-to: #f5f3ff !important;
}

.tw-to-violet-100 {
  --tw-gradient-to: #ede9fe !important;
}

.tw-to-violet-200 {
  --tw-gradient-to: #ddd6fe !important;
}

.tw-to-violet-300 {
  --tw-gradient-to: #c4b5fd !important;
}

.tw-to-violet-400 {
  --tw-gradient-to: #a78bfa !important;
}

.tw-to-violet-500 {
  --tw-gradient-to: #8b5cf6 !important;
}

.tw-to-violet-600 {
  --tw-gradient-to: #7c3aed !important;
}

.tw-to-violet-700 {
  --tw-gradient-to: #6d28d9 !important;
}

.tw-to-violet-800 {
  --tw-gradient-to: #5b21b6 !important;
}

.tw-to-violet-900 {
  --tw-gradient-to: #4c1d95 !important;
}

.tw-to-purple-50 {
  --tw-gradient-to: #faf5ff !important;
}

.tw-to-purple-100 {
  --tw-gradient-to: #f3e8ff !important;
}

.tw-to-purple-200 {
  --tw-gradient-to: #e9d5ff !important;
}

.tw-to-purple-300 {
  --tw-gradient-to: #d8b4fe !important;
}

.tw-to-purple-400 {
  --tw-gradient-to: #c084fc !important;
}

.tw-to-purple-500 {
  --tw-gradient-to: #a855f7 !important;
}

.tw-to-purple-600 {
  --tw-gradient-to: #9333ea !important;
}

.tw-to-purple-700 {
  --tw-gradient-to: #7e22ce !important;
}

.tw-to-purple-800 {
  --tw-gradient-to: #6b21a8 !important;
}

.tw-to-purple-900 {
  --tw-gradient-to: #581c87 !important;
}

.tw-to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff !important;
}

.tw-to-fuchsia-100 {
  --tw-gradient-to: #fae8ff !important;
}

.tw-to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe !important;
}

.tw-to-fuchsia-300 {
  --tw-gradient-to: #f0abfc !important;
}

.tw-to-fuchsia-400 {
  --tw-gradient-to: #e879f9 !important;
}

.tw-to-fuchsia-500 {
  --tw-gradient-to: #d946ef !important;
}

.tw-to-fuchsia-600 {
  --tw-gradient-to: #c026d3 !important;
}

.tw-to-fuchsia-700 {
  --tw-gradient-to: #a21caf !important;
}

.tw-to-fuchsia-800 {
  --tw-gradient-to: #86198f !important;
}

.tw-to-fuchsia-900 {
  --tw-gradient-to: #701a75 !important;
}

.tw-to-pink-50 {
  --tw-gradient-to: #fdf2f8 !important;
}

.tw-to-pink-100 {
  --tw-gradient-to: #fce7f3 !important;
}

.tw-to-pink-200 {
  --tw-gradient-to: #fbcfe8 !important;
}

.tw-to-pink-300 {
  --tw-gradient-to: #f9a8d4 !important;
}

.tw-to-pink-400 {
  --tw-gradient-to: #f472b6 !important;
}

.tw-to-pink-500 {
  --tw-gradient-to: #ec4899 !important;
}

.tw-to-pink-600 {
  --tw-gradient-to: #db2777 !important;
}

.tw-to-pink-700 {
  --tw-gradient-to: #be185d !important;
}

.tw-to-pink-800 {
  --tw-gradient-to: #9d174d !important;
}

.tw-to-pink-900 {
  --tw-gradient-to: #831843 !important;
}

.tw-to-rose-50 {
  --tw-gradient-to: #fff1f2 !important;
}

.tw-to-rose-100 {
  --tw-gradient-to: #ffe4e6 !important;
}

.tw-to-rose-200 {
  --tw-gradient-to: #fecdd3 !important;
}

.tw-to-rose-300 {
  --tw-gradient-to: #fda4af !important;
}

.tw-to-rose-400 {
  --tw-gradient-to: #fb7185 !important;
}

.tw-to-rose-500 {
  --tw-gradient-to: #f43f5e !important;
}

.tw-to-rose-600 {
  --tw-gradient-to: #e11d48 !important;
}

.tw-to-rose-700 {
  --tw-gradient-to: #be123c !important;
}

.tw-to-rose-800 {
  --tw-gradient-to: #9f1239 !important;
}

.tw-to-rose-900 {
  --tw-gradient-to: #881337 !important;
}

.hover\:tw-from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-black:hover {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-from-gray-50:hover {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-from-gray-100:hover {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:tw-from-gray-200:hover {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:tw-from-gray-300:hover {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:tw-from-gray-400:hover {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:tw-from-gray-500:hover {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:tw-from-gray-600:hover {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:tw-from-gray-700:hover {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:tw-from-gray-800:hover {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:tw-from-gray-900:hover {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:tw-from-blueGray-50:hover {
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.hover\:tw-from-blueGray-100:hover {
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.hover\:tw-from-blueGray-200:hover {
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-from-blueGray-300:hover {
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.hover\:tw-from-blueGray-400:hover {
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.hover\:tw-from-blueGray-500:hover {
  --tw-gradient-from: #64748b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.hover\:tw-from-blueGray-600:hover {
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.hover\:tw-from-blueGray-700:hover {
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.hover\:tw-from-blueGray-800:hover {
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.hover\:tw-from-blueGray-900:hover {
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.hover\:tw-from-red-50:hover {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:tw-from-red-100:hover {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:tw-from-red-200:hover {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:tw-from-red-300:hover {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:tw-from-red-400:hover {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:tw-from-red-500:hover {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:tw-from-red-600:hover {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:tw-from-red-700:hover {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:tw-from-red-800:hover {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:tw-from-red-900:hover {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:tw-from-blue-50:hover {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:tw-from-blue-100:hover {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:tw-from-blue-200:hover {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:tw-from-blue-300:hover {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:tw-from-blue-400:hover {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:tw-from-blue-500:hover {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:tw-from-blue-600:hover {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:tw-from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:tw-from-blue-800:hover {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:tw-from-blue-900:hover {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:tw-from-amber-50:hover {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.hover\:tw-from-amber-100:hover {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.hover\:tw-from-amber-200:hover {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.hover\:tw-from-amber-300:hover {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.hover\:tw-from-amber-400:hover {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.hover\:tw-from-amber-500:hover {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.hover\:tw-from-amber-600:hover {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.hover\:tw-from-amber-700:hover {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.hover\:tw-from-amber-800:hover {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.hover\:tw-from-amber-900:hover {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.hover\:tw-from-orange-50:hover {
  --tw-gradient-from: #fff7ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.hover\:tw-from-orange-100:hover {
  --tw-gradient-from: #ffedd5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.hover\:tw-from-orange-200:hover {
  --tw-gradient-from: #fed7aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.hover\:tw-from-orange-300:hover {
  --tw-gradient-from: #fdba74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.hover\:tw-from-orange-400:hover {
  --tw-gradient-from: #fb923c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.hover\:tw-from-orange-500:hover {
  --tw-gradient-from: #f97316 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.hover\:tw-from-orange-600:hover {
  --tw-gradient-from: #ea580c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.hover\:tw-from-orange-700:hover {
  --tw-gradient-from: #c2410c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.hover\:tw-from-orange-800:hover {
  --tw-gradient-from: #9a3412 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.hover\:tw-from-orange-900:hover {
  --tw-gradient-from: #7c2d12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.hover\:tw-from-yellow-50:hover {
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hover\:tw-from-yellow-100:hover {
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hover\:tw-from-yellow-200:hover {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:tw-from-yellow-300:hover {
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hover\:tw-from-yellow-400:hover {
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hover\:tw-from-yellow-500:hover {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:tw-from-yellow-600:hover {
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hover\:tw-from-yellow-700:hover {
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hover\:tw-from-yellow-800:hover {
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hover\:tw-from-yellow-900:hover {
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hover\:tw-from-lime-50:hover {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.hover\:tw-from-lime-100:hover {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.hover\:tw-from-lime-200:hover {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.hover\:tw-from-lime-300:hover {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.hover\:tw-from-lime-400:hover {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.hover\:tw-from-lime-500:hover {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.hover\:tw-from-lime-600:hover {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.hover\:tw-from-lime-700:hover {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.hover\:tw-from-lime-800:hover {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.hover\:tw-from-lime-900:hover {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.hover\:tw-from-green-50:hover {
  --tw-gradient-from: #f0fdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.hover\:tw-from-green-100:hover {
  --tw-gradient-from: #dcfce7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.hover\:tw-from-green-200:hover {
  --tw-gradient-from: #bbf7d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.hover\:tw-from-green-300:hover {
  --tw-gradient-from: #86efac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.hover\:tw-from-green-400:hover {
  --tw-gradient-from: #4ade80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.hover\:tw-from-green-500:hover {
  --tw-gradient-from: #22c55e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.hover\:tw-from-green-600:hover {
  --tw-gradient-from: #16a34a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.hover\:tw-from-green-700:hover {
  --tw-gradient-from: #15803d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.hover\:tw-from-green-800:hover {
  --tw-gradient-from: #166534 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.hover\:tw-from-green-900:hover {
  --tw-gradient-from: #14532d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.hover\:tw-from-emerald-50:hover {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:tw-from-emerald-100:hover {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:tw-from-emerald-200:hover {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:tw-from-emerald-300:hover {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:tw-from-emerald-400:hover {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:tw-from-emerald-500:hover {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:tw-from-emerald-600:hover {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:tw-from-emerald-700:hover {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:tw-from-emerald-800:hover {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:tw-from-emerald-900:hover {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:tw-from-teal-50:hover {
  --tw-gradient-from: #f0fdfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.hover\:tw-from-teal-100:hover {
  --tw-gradient-from: #ccfbf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.hover\:tw-from-teal-200:hover {
  --tw-gradient-from: #99f6e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.hover\:tw-from-teal-300:hover {
  --tw-gradient-from: #5eead4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.hover\:tw-from-teal-400:hover {
  --tw-gradient-from: #2dd4bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.hover\:tw-from-teal-500:hover {
  --tw-gradient-from: #14b8a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.hover\:tw-from-teal-600:hover {
  --tw-gradient-from: #0d9488 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.hover\:tw-from-teal-700:hover {
  --tw-gradient-from: #0f766e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.hover\:tw-from-teal-800:hover {
  --tw-gradient-from: #115e59 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.hover\:tw-from-teal-900:hover {
  --tw-gradient-from: #134e4a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.hover\:tw-from-cyan-50:hover {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.hover\:tw-from-cyan-100:hover {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.hover\:tw-from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.hover\:tw-from-cyan-300:hover {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.hover\:tw-from-cyan-400:hover {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.hover\:tw-from-cyan-500:hover {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.hover\:tw-from-cyan-600:hover {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.hover\:tw-from-cyan-700:hover {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.hover\:tw-from-cyan-800:hover {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.hover\:tw-from-cyan-900:hover {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.hover\:tw-from-lightBlue-50:hover {
  --tw-gradient-from: #f0f9ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.hover\:tw-from-lightBlue-100:hover {
  --tw-gradient-from: #e0f2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.hover\:tw-from-lightBlue-200:hover {
  --tw-gradient-from: #bae6fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.hover\:tw-from-lightBlue-300:hover {
  --tw-gradient-from: #7dd3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.hover\:tw-from-lightBlue-400:hover {
  --tw-gradient-from: #38bdf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.hover\:tw-from-lightBlue-500:hover {
  --tw-gradient-from: #0ea5e9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.hover\:tw-from-lightBlue-600:hover {
  --tw-gradient-from: #0284c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.hover\:tw-from-lightBlue-700:hover {
  --tw-gradient-from: #0369a1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.hover\:tw-from-lightBlue-800:hover {
  --tw-gradient-from: #075985 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.hover\:tw-from-lightBlue-900:hover {
  --tw-gradient-from: #0c4a6e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.hover\:tw-from-indigo-50:hover {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:tw-from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:tw-from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:tw-from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:tw-from-indigo-400:hover {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:tw-from-indigo-500:hover {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:tw-from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:tw-from-indigo-700:hover {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:tw-from-indigo-800:hover {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:tw-from-indigo-900:hover {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:tw-from-violet-50:hover {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.hover\:tw-from-violet-100:hover {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.hover\:tw-from-violet-200:hover {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.hover\:tw-from-violet-300:hover {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.hover\:tw-from-violet-400:hover {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.hover\:tw-from-violet-500:hover {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.hover\:tw-from-violet-600:hover {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.hover\:tw-from-violet-700:hover {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.hover\:tw-from-violet-800:hover {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.hover\:tw-from-violet-900:hover {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.hover\:tw-from-purple-50:hover {
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-from-purple-100:hover {
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hover\:tw-from-purple-200:hover {
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hover\:tw-from-purple-300:hover {
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hover\:tw-from-purple-400:hover {
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hover\:tw-from-purple-500:hover {
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hover\:tw-from-purple-600:hover {
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hover\:tw-from-purple-700:hover {
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hover\:tw-from-purple-800:hover {
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hover\:tw-from-purple-900:hover {
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hover\:tw-from-fuchsia-50:hover {
  --tw-gradient-from: #fdf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.hover\:tw-from-fuchsia-100:hover {
  --tw-gradient-from: #fae8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.hover\:tw-from-fuchsia-200:hover {
  --tw-gradient-from: #f5d0fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.hover\:tw-from-fuchsia-300:hover {
  --tw-gradient-from: #f0abfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.hover\:tw-from-fuchsia-400:hover {
  --tw-gradient-from: #e879f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.hover\:tw-from-fuchsia-500:hover {
  --tw-gradient-from: #d946ef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.hover\:tw-from-fuchsia-600:hover {
  --tw-gradient-from: #c026d3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.hover\:tw-from-fuchsia-700:hover {
  --tw-gradient-from: #a21caf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.hover\:tw-from-fuchsia-800:hover {
  --tw-gradient-from: #86198f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.hover\:tw-from-fuchsia-900:hover {
  --tw-gradient-from: #701a75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.hover\:tw-from-pink-50:hover {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:tw-from-pink-100:hover {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:tw-from-pink-200:hover {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:tw-from-pink-300:hover {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:tw-from-pink-400:hover {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:tw-from-pink-500:hover {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:tw-from-pink-600:hover {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:tw-from-pink-700:hover {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:tw-from-pink-800:hover {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:tw-from-pink-900:hover {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:tw-from-rose-50:hover {
  --tw-gradient-from: #fff1f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.hover\:tw-from-rose-100:hover {
  --tw-gradient-from: #ffe4e6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.hover\:tw-from-rose-200:hover {
  --tw-gradient-from: #fecdd3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.hover\:tw-from-rose-300:hover {
  --tw-gradient-from: #fda4af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.hover\:tw-from-rose-400:hover {
  --tw-gradient-from: #fb7185 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.hover\:tw-from-rose-500:hover {
  --tw-gradient-from: #f43f5e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.hover\:tw-from-rose-600:hover {
  --tw-gradient-from: #e11d48 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.hover\:tw-from-rose-700:hover {
  --tw-gradient-from: #be123c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.hover\:tw-from-rose-800:hover {
  --tw-gradient-from: #9f1239 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.hover\:tw-from-rose-900:hover {
  --tw-gradient-from: #881337 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.hover\:tw-via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:tw-via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:tw-via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:tw-via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:tw-via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:tw-via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:tw-via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:tw-via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:tw-via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:tw-via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:tw-via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:tw-via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:tw-via-blueGray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.hover\:tw-via-blueGray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.hover\:tw-via-blueGray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.hover\:tw-via-blueGray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.hover\:tw-via-blueGray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.hover\:tw-via-blueGray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.hover\:tw-via-blueGray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.hover\:tw-via-blueGray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.hover\:tw-via-blueGray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.hover\:tw-via-blueGray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.hover\:tw-via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:tw-via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:tw-via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:tw-via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:tw-via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:tw-via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:tw-via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:tw-via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:tw-via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:tw-via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:tw-via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:tw-via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:tw-via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:tw-via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:tw-via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:tw-via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:tw-via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:tw-via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:tw-via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:tw-via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:tw-via-amber-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.hover\:tw-via-amber-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.hover\:tw-via-amber-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.hover\:tw-via-amber-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.hover\:tw-via-amber-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.hover\:tw-via-amber-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.hover\:tw-via-amber-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.hover\:tw-via-amber-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.hover\:tw-via-amber-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.hover\:tw-via-amber-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.hover\:tw-via-orange-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.hover\:tw-via-orange-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.hover\:tw-via-orange-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.hover\:tw-via-orange-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.hover\:tw-via-orange-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.hover\:tw-via-orange-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.hover\:tw-via-orange-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.hover\:tw-via-orange-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.hover\:tw-via-orange-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.hover\:tw-via-orange-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.hover\:tw-via-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.hover\:tw-via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.hover\:tw-via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:tw-via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.hover\:tw-via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.hover\:tw-via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:tw-via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.hover\:tw-via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.hover\:tw-via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.hover\:tw-via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.hover\:tw-via-lime-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.hover\:tw-via-lime-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.hover\:tw-via-lime-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.hover\:tw-via-lime-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.hover\:tw-via-lime-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.hover\:tw-via-lime-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.hover\:tw-via-lime-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.hover\:tw-via-lime-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.hover\:tw-via-lime-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.hover\:tw-via-lime-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.hover\:tw-via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.hover\:tw-via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.hover\:tw-via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.hover\:tw-via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.hover\:tw-via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.hover\:tw-via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.hover\:tw-via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.hover\:tw-via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.hover\:tw-via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.hover\:tw-via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.hover\:tw-via-emerald-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:tw-via-emerald-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:tw-via-emerald-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:tw-via-emerald-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:tw-via-emerald-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:tw-via-emerald-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:tw-via-emerald-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:tw-via-emerald-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:tw-via-emerald-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:tw-via-emerald-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:tw-via-teal-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.hover\:tw-via-teal-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.hover\:tw-via-teal-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.hover\:tw-via-teal-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.hover\:tw-via-teal-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.hover\:tw-via-teal-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.hover\:tw-via-teal-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.hover\:tw-via-teal-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.hover\:tw-via-teal-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.hover\:tw-via-teal-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.hover\:tw-via-cyan-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.hover\:tw-via-cyan-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.hover\:tw-via-cyan-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.hover\:tw-via-cyan-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.hover\:tw-via-cyan-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.hover\:tw-via-cyan-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.hover\:tw-via-cyan-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.hover\:tw-via-cyan-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.hover\:tw-via-cyan-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.hover\:tw-via-cyan-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.hover\:tw-via-lightBlue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.hover\:tw-via-lightBlue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.hover\:tw-via-lightBlue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.hover\:tw-via-lightBlue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.hover\:tw-via-lightBlue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.hover\:tw-via-lightBlue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.hover\:tw-via-lightBlue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.hover\:tw-via-lightBlue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.hover\:tw-via-lightBlue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.hover\:tw-via-lightBlue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.hover\:tw-via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:tw-via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:tw-via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:tw-via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:tw-via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:tw-via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:tw-via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:tw-via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:tw-via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:tw-via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:tw-via-violet-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.hover\:tw-via-violet-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.hover\:tw-via-violet-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.hover\:tw-via-violet-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.hover\:tw-via-violet-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.hover\:tw-via-violet-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.hover\:tw-via-violet-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.hover\:tw-via-violet-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.hover\:tw-via-violet-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.hover\:tw-via-violet-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.hover\:tw-via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.hover\:tw-via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.hover\:tw-via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.hover\:tw-via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.hover\:tw-via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.hover\:tw-via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.hover\:tw-via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.hover\:tw-via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.hover\:tw-via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.hover\:tw-via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.hover\:tw-via-fuchsia-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.hover\:tw-via-fuchsia-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.hover\:tw-via-fuchsia-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.hover\:tw-via-fuchsia-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.hover\:tw-via-fuchsia-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.hover\:tw-via-fuchsia-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.hover\:tw-via-fuchsia-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.hover\:tw-via-fuchsia-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.hover\:tw-via-fuchsia-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.hover\:tw-via-fuchsia-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.hover\:tw-via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:tw-via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:tw-via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:tw-via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:tw-via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:tw-via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:tw-via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:tw-via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:tw-via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:tw-via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:tw-via-rose-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.hover\:tw-via-rose-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.hover\:tw-via-rose-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.hover\:tw-via-rose-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.hover\:tw-via-rose-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.hover\:tw-via-rose-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.hover\:tw-via-rose-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.hover\:tw-via-rose-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.hover\:tw-via-rose-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.hover\:tw-via-rose-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.hover\:tw-to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:tw-to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:tw-to-black:hover {
  --tw-gradient-to: #000 !important;
}

.hover\:tw-to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:tw-to-gray-50:hover {
  --tw-gradient-to: #fafafa !important;
}

.hover\:tw-to-gray-100:hover {
  --tw-gradient-to: #f4f4f5 !important;
}

.hover\:tw-to-gray-200:hover {
  --tw-gradient-to: #e4e4e7 !important;
}

.hover\:tw-to-gray-300:hover {
  --tw-gradient-to: #d4d4d8 !important;
}

.hover\:tw-to-gray-400:hover {
  --tw-gradient-to: #a1a1aa !important;
}

.hover\:tw-to-gray-500:hover {
  --tw-gradient-to: #71717a !important;
}

.hover\:tw-to-gray-600:hover {
  --tw-gradient-to: #52525b !important;
}

.hover\:tw-to-gray-700:hover {
  --tw-gradient-to: #3f3f46 !important;
}

.hover\:tw-to-gray-800:hover {
  --tw-gradient-to: #27272a !important;
}

.hover\:tw-to-gray-900:hover {
  --tw-gradient-to: #18181b !important;
}

.hover\:tw-to-blueGray-50:hover {
  --tw-gradient-to: #f8fafc !important;
}

.hover\:tw-to-blueGray-100:hover {
  --tw-gradient-to: #f1f5f9 !important;
}

.hover\:tw-to-blueGray-200:hover {
  --tw-gradient-to: #e2e8f0 !important;
}

.hover\:tw-to-blueGray-300:hover {
  --tw-gradient-to: #cbd5e1 !important;
}

.hover\:tw-to-blueGray-400:hover {
  --tw-gradient-to: #94a3b8 !important;
}

.hover\:tw-to-blueGray-500:hover {
  --tw-gradient-to: #64748b !important;
}

.hover\:tw-to-blueGray-600:hover {
  --tw-gradient-to: #475569 !important;
}

.hover\:tw-to-blueGray-700:hover {
  --tw-gradient-to: #334155 !important;
}

.hover\:tw-to-blueGray-800:hover {
  --tw-gradient-to: #1e293b !important;
}

.hover\:tw-to-blueGray-900:hover {
  --tw-gradient-to: #0f172a !important;
}

.hover\:tw-to-red-50:hover {
  --tw-gradient-to: #fef2f2 !important;
}

.hover\:tw-to-red-100:hover {
  --tw-gradient-to: #fee2e2 !important;
}

.hover\:tw-to-red-200:hover {
  --tw-gradient-to: #fecaca !important;
}

.hover\:tw-to-red-300:hover {
  --tw-gradient-to: #fca5a5 !important;
}

.hover\:tw-to-red-400:hover {
  --tw-gradient-to: #f87171 !important;
}

.hover\:tw-to-red-500:hover {
  --tw-gradient-to: #ef4444 !important;
}

.hover\:tw-to-red-600:hover {
  --tw-gradient-to: #dc2626 !important;
}

.hover\:tw-to-red-700:hover {
  --tw-gradient-to: #b91c1c !important;
}

.hover\:tw-to-red-800:hover {
  --tw-gradient-to: #991b1b !important;
}

.hover\:tw-to-red-900:hover {
  --tw-gradient-to: #7f1d1d !important;
}

.hover\:tw-to-blue-50:hover {
  --tw-gradient-to: #eff6ff !important;
}

.hover\:tw-to-blue-100:hover {
  --tw-gradient-to: #dbeafe !important;
}

.hover\:tw-to-blue-200:hover {
  --tw-gradient-to: #bfdbfe !important;
}

.hover\:tw-to-blue-300:hover {
  --tw-gradient-to: #93c5fd !important;
}

.hover\:tw-to-blue-400:hover {
  --tw-gradient-to: #60a5fa !important;
}

.hover\:tw-to-blue-500:hover {
  --tw-gradient-to: #3b82f6 !important;
}

.hover\:tw-to-blue-600:hover {
  --tw-gradient-to: #2563eb !important;
}

.hover\:tw-to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 !important;
}

.hover\:tw-to-blue-800:hover {
  --tw-gradient-to: #1e40af !important;
}

.hover\:tw-to-blue-900:hover {
  --tw-gradient-to: #1e3a8a !important;
}

.hover\:tw-to-amber-50:hover {
  --tw-gradient-to: #fffbeb !important;
}

.hover\:tw-to-amber-100:hover {
  --tw-gradient-to: #fef3c7 !important;
}

.hover\:tw-to-amber-200:hover {
  --tw-gradient-to: #fde68a !important;
}

.hover\:tw-to-amber-300:hover {
  --tw-gradient-to: #fcd34d !important;
}

.hover\:tw-to-amber-400:hover {
  --tw-gradient-to: #fbbf24 !important;
}

.hover\:tw-to-amber-500:hover {
  --tw-gradient-to: #f59e0b !important;
}

.hover\:tw-to-amber-600:hover {
  --tw-gradient-to: #d97706 !important;
}

.hover\:tw-to-amber-700:hover {
  --tw-gradient-to: #b45309 !important;
}

.hover\:tw-to-amber-800:hover {
  --tw-gradient-to: #92400e !important;
}

.hover\:tw-to-amber-900:hover {
  --tw-gradient-to: #78350f !important;
}

.hover\:tw-to-orange-50:hover {
  --tw-gradient-to: #fff7ed !important;
}

.hover\:tw-to-orange-100:hover {
  --tw-gradient-to: #ffedd5 !important;
}

.hover\:tw-to-orange-200:hover {
  --tw-gradient-to: #fed7aa !important;
}

.hover\:tw-to-orange-300:hover {
  --tw-gradient-to: #fdba74 !important;
}

.hover\:tw-to-orange-400:hover {
  --tw-gradient-to: #fb923c !important;
}

.hover\:tw-to-orange-500:hover {
  --tw-gradient-to: #f97316 !important;
}

.hover\:tw-to-orange-600:hover {
  --tw-gradient-to: #ea580c !important;
}

.hover\:tw-to-orange-700:hover {
  --tw-gradient-to: #c2410c !important;
}

.hover\:tw-to-orange-800:hover {
  --tw-gradient-to: #9a3412 !important;
}

.hover\:tw-to-orange-900:hover {
  --tw-gradient-to: #7c2d12 !important;
}

.hover\:tw-to-yellow-50:hover {
  --tw-gradient-to: #fefce8 !important;
}

.hover\:tw-to-yellow-100:hover {
  --tw-gradient-to: #fef9c3 !important;
}

.hover\:tw-to-yellow-200:hover {
  --tw-gradient-to: #fef08a !important;
}

.hover\:tw-to-yellow-300:hover {
  --tw-gradient-to: #fde047 !important;
}

.hover\:tw-to-yellow-400:hover {
  --tw-gradient-to: #facc15 !important;
}

.hover\:tw-to-yellow-500:hover {
  --tw-gradient-to: #eab308 !important;
}

.hover\:tw-to-yellow-600:hover {
  --tw-gradient-to: #ca8a04 !important;
}

.hover\:tw-to-yellow-700:hover {
  --tw-gradient-to: #a16207 !important;
}

.hover\:tw-to-yellow-800:hover {
  --tw-gradient-to: #854d0e !important;
}

.hover\:tw-to-yellow-900:hover {
  --tw-gradient-to: #713f12 !important;
}

.hover\:tw-to-lime-50:hover {
  --tw-gradient-to: #f7fee7 !important;
}

.hover\:tw-to-lime-100:hover {
  --tw-gradient-to: #ecfccb !important;
}

.hover\:tw-to-lime-200:hover {
  --tw-gradient-to: #d9f99d !important;
}

.hover\:tw-to-lime-300:hover {
  --tw-gradient-to: #bef264 !important;
}

.hover\:tw-to-lime-400:hover {
  --tw-gradient-to: #a3e635 !important;
}

.hover\:tw-to-lime-500:hover {
  --tw-gradient-to: #84cc16 !important;
}

.hover\:tw-to-lime-600:hover {
  --tw-gradient-to: #65a30d !important;
}

.hover\:tw-to-lime-700:hover {
  --tw-gradient-to: #4d7c0f !important;
}

.hover\:tw-to-lime-800:hover {
  --tw-gradient-to: #3f6212 !important;
}

.hover\:tw-to-lime-900:hover {
  --tw-gradient-to: #365314 !important;
}

.hover\:tw-to-green-50:hover {
  --tw-gradient-to: #f0fdf4 !important;
}

.hover\:tw-to-green-100:hover {
  --tw-gradient-to: #dcfce7 !important;
}

.hover\:tw-to-green-200:hover {
  --tw-gradient-to: #bbf7d0 !important;
}

.hover\:tw-to-green-300:hover {
  --tw-gradient-to: #86efac !important;
}

.hover\:tw-to-green-400:hover {
  --tw-gradient-to: #4ade80 !important;
}

.hover\:tw-to-green-500:hover {
  --tw-gradient-to: #22c55e !important;
}

.hover\:tw-to-green-600:hover {
  --tw-gradient-to: #16a34a !important;
}

.hover\:tw-to-green-700:hover {
  --tw-gradient-to: #15803d !important;
}

.hover\:tw-to-green-800:hover {
  --tw-gradient-to: #166534 !important;
}

.hover\:tw-to-green-900:hover {
  --tw-gradient-to: #14532d !important;
}

.hover\:tw-to-emerald-50:hover {
  --tw-gradient-to: #ecfdf5 !important;
}

.hover\:tw-to-emerald-100:hover {
  --tw-gradient-to: #d1fae5 !important;
}

.hover\:tw-to-emerald-200:hover {
  --tw-gradient-to: #a7f3d0 !important;
}

.hover\:tw-to-emerald-300:hover {
  --tw-gradient-to: #6ee7b7 !important;
}

.hover\:tw-to-emerald-400:hover {
  --tw-gradient-to: #34d399 !important;
}

.hover\:tw-to-emerald-500:hover {
  --tw-gradient-to: #10b981 !important;
}

.hover\:tw-to-emerald-600:hover {
  --tw-gradient-to: #059669 !important;
}

.hover\:tw-to-emerald-700:hover {
  --tw-gradient-to: #047857 !important;
}

.hover\:tw-to-emerald-800:hover {
  --tw-gradient-to: #065f46 !important;
}

.hover\:tw-to-emerald-900:hover {
  --tw-gradient-to: #064e3b !important;
}

.hover\:tw-to-teal-50:hover {
  --tw-gradient-to: #f0fdfa !important;
}

.hover\:tw-to-teal-100:hover {
  --tw-gradient-to: #ccfbf1 !important;
}

.hover\:tw-to-teal-200:hover {
  --tw-gradient-to: #99f6e4 !important;
}

.hover\:tw-to-teal-300:hover {
  --tw-gradient-to: #5eead4 !important;
}

.hover\:tw-to-teal-400:hover {
  --tw-gradient-to: #2dd4bf !important;
}

.hover\:tw-to-teal-500:hover {
  --tw-gradient-to: #14b8a6 !important;
}

.hover\:tw-to-teal-600:hover {
  --tw-gradient-to: #0d9488 !important;
}

.hover\:tw-to-teal-700:hover {
  --tw-gradient-to: #0f766e !important;
}

.hover\:tw-to-teal-800:hover {
  --tw-gradient-to: #115e59 !important;
}

.hover\:tw-to-teal-900:hover {
  --tw-gradient-to: #134e4a !important;
}

.hover\:tw-to-cyan-50:hover {
  --tw-gradient-to: #ecfeff !important;
}

.hover\:tw-to-cyan-100:hover {
  --tw-gradient-to: #cffafe !important;
}

.hover\:tw-to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc !important;
}

.hover\:tw-to-cyan-300:hover {
  --tw-gradient-to: #67e8f9 !important;
}

.hover\:tw-to-cyan-400:hover {
  --tw-gradient-to: #22d3ee !important;
}

.hover\:tw-to-cyan-500:hover {
  --tw-gradient-to: #06b6d4 !important;
}

.hover\:tw-to-cyan-600:hover {
  --tw-gradient-to: #0891b2 !important;
}

.hover\:tw-to-cyan-700:hover {
  --tw-gradient-to: #0e7490 !important;
}

.hover\:tw-to-cyan-800:hover {
  --tw-gradient-to: #155e75 !important;
}

.hover\:tw-to-cyan-900:hover {
  --tw-gradient-to: #164e63 !important;
}

.hover\:tw-to-lightBlue-50:hover {
  --tw-gradient-to: #f0f9ff !important;
}

.hover\:tw-to-lightBlue-100:hover {
  --tw-gradient-to: #e0f2fe !important;
}

.hover\:tw-to-lightBlue-200:hover {
  --tw-gradient-to: #bae6fd !important;
}

.hover\:tw-to-lightBlue-300:hover {
  --tw-gradient-to: #7dd3fc !important;
}

.hover\:tw-to-lightBlue-400:hover {
  --tw-gradient-to: #38bdf8 !important;
}

.hover\:tw-to-lightBlue-500:hover {
  --tw-gradient-to: #0ea5e9 !important;
}

.hover\:tw-to-lightBlue-600:hover {
  --tw-gradient-to: #0284c7 !important;
}

.hover\:tw-to-lightBlue-700:hover {
  --tw-gradient-to: #0369a1 !important;
}

.hover\:tw-to-lightBlue-800:hover {
  --tw-gradient-to: #075985 !important;
}

.hover\:tw-to-lightBlue-900:hover {
  --tw-gradient-to: #0c4a6e !important;
}

.hover\:tw-to-indigo-50:hover {
  --tw-gradient-to: #eef2ff !important;
}

.hover\:tw-to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff !important;
}

.hover\:tw-to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe !important;
}

.hover\:tw-to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc !important;
}

.hover\:tw-to-indigo-400:hover {
  --tw-gradient-to: #818cf8 !important;
}

.hover\:tw-to-indigo-500:hover {
  --tw-gradient-to: #6366f1 !important;
}

.hover\:tw-to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 !important;
}

.hover\:tw-to-indigo-700:hover {
  --tw-gradient-to: #4338ca !important;
}

.hover\:tw-to-indigo-800:hover {
  --tw-gradient-to: #3730a3 !important;
}

.hover\:tw-to-indigo-900:hover {
  --tw-gradient-to: #312e81 !important;
}

.hover\:tw-to-violet-50:hover {
  --tw-gradient-to: #f5f3ff !important;
}

.hover\:tw-to-violet-100:hover {
  --tw-gradient-to: #ede9fe !important;
}

.hover\:tw-to-violet-200:hover {
  --tw-gradient-to: #ddd6fe !important;
}

.hover\:tw-to-violet-300:hover {
  --tw-gradient-to: #c4b5fd !important;
}

.hover\:tw-to-violet-400:hover {
  --tw-gradient-to: #a78bfa !important;
}

.hover\:tw-to-violet-500:hover {
  --tw-gradient-to: #8b5cf6 !important;
}

.hover\:tw-to-violet-600:hover {
  --tw-gradient-to: #7c3aed !important;
}

.hover\:tw-to-violet-700:hover {
  --tw-gradient-to: #6d28d9 !important;
}

.hover\:tw-to-violet-800:hover {
  --tw-gradient-to: #5b21b6 !important;
}

.hover\:tw-to-violet-900:hover {
  --tw-gradient-to: #4c1d95 !important;
}

.hover\:tw-to-purple-50:hover {
  --tw-gradient-to: #faf5ff !important;
}

.hover\:tw-to-purple-100:hover {
  --tw-gradient-to: #f3e8ff !important;
}

.hover\:tw-to-purple-200:hover {
  --tw-gradient-to: #e9d5ff !important;
}

.hover\:tw-to-purple-300:hover {
  --tw-gradient-to: #d8b4fe !important;
}

.hover\:tw-to-purple-400:hover {
  --tw-gradient-to: #c084fc !important;
}

.hover\:tw-to-purple-500:hover {
  --tw-gradient-to: #a855f7 !important;
}

.hover\:tw-to-purple-600:hover {
  --tw-gradient-to: #9333ea !important;
}

.hover\:tw-to-purple-700:hover {
  --tw-gradient-to: #7e22ce !important;
}

.hover\:tw-to-purple-800:hover {
  --tw-gradient-to: #6b21a8 !important;
}

.hover\:tw-to-purple-900:hover {
  --tw-gradient-to: #581c87 !important;
}

.hover\:tw-to-fuchsia-50:hover {
  --tw-gradient-to: #fdf4ff !important;
}

.hover\:tw-to-fuchsia-100:hover {
  --tw-gradient-to: #fae8ff !important;
}

.hover\:tw-to-fuchsia-200:hover {
  --tw-gradient-to: #f5d0fe !important;
}

.hover\:tw-to-fuchsia-300:hover {
  --tw-gradient-to: #f0abfc !important;
}

.hover\:tw-to-fuchsia-400:hover {
  --tw-gradient-to: #e879f9 !important;
}

.hover\:tw-to-fuchsia-500:hover {
  --tw-gradient-to: #d946ef !important;
}

.hover\:tw-to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3 !important;
}

.hover\:tw-to-fuchsia-700:hover {
  --tw-gradient-to: #a21caf !important;
}

.hover\:tw-to-fuchsia-800:hover {
  --tw-gradient-to: #86198f !important;
}

.hover\:tw-to-fuchsia-900:hover {
  --tw-gradient-to: #701a75 !important;
}

.hover\:tw-to-pink-50:hover {
  --tw-gradient-to: #fdf2f8 !important;
}

.hover\:tw-to-pink-100:hover {
  --tw-gradient-to: #fce7f3 !important;
}

.hover\:tw-to-pink-200:hover {
  --tw-gradient-to: #fbcfe8 !important;
}

.hover\:tw-to-pink-300:hover {
  --tw-gradient-to: #f9a8d4 !important;
}

.hover\:tw-to-pink-400:hover {
  --tw-gradient-to: #f472b6 !important;
}

.hover\:tw-to-pink-500:hover {
  --tw-gradient-to: #ec4899 !important;
}

.hover\:tw-to-pink-600:hover {
  --tw-gradient-to: #db2777 !important;
}

.hover\:tw-to-pink-700:hover {
  --tw-gradient-to: #be185d !important;
}

.hover\:tw-to-pink-800:hover {
  --tw-gradient-to: #9d174d !important;
}

.hover\:tw-to-pink-900:hover {
  --tw-gradient-to: #831843 !important;
}

.hover\:tw-to-rose-50:hover {
  --tw-gradient-to: #fff1f2 !important;
}

.hover\:tw-to-rose-100:hover {
  --tw-gradient-to: #ffe4e6 !important;
}

.hover\:tw-to-rose-200:hover {
  --tw-gradient-to: #fecdd3 !important;
}

.hover\:tw-to-rose-300:hover {
  --tw-gradient-to: #fda4af !important;
}

.hover\:tw-to-rose-400:hover {
  --tw-gradient-to: #fb7185 !important;
}

.hover\:tw-to-rose-500:hover {
  --tw-gradient-to: #f43f5e !important;
}

.hover\:tw-to-rose-600:hover {
  --tw-gradient-to: #e11d48 !important;
}

.hover\:tw-to-rose-700:hover {
  --tw-gradient-to: #be123c !important;
}

.hover\:tw-to-rose-800:hover {
  --tw-gradient-to: #9f1239 !important;
}

.hover\:tw-to-rose-900:hover {
  --tw-gradient-to: #881337 !important;
}

.focus\:tw-from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-black:focus {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-from-gray-50:focus {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-from-gray-100:focus {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:tw-from-gray-200:focus {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:tw-from-gray-300:focus {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:tw-from-gray-400:focus {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:tw-from-gray-500:focus {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:tw-from-gray-600:focus {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:tw-from-gray-700:focus {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:tw-from-gray-800:focus {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:tw-from-gray-900:focus {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:tw-from-blueGray-50:focus {
  --tw-gradient-from: #f8fafc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.focus\:tw-from-blueGray-100:focus {
  --tw-gradient-from: #f1f5f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.focus\:tw-from-blueGray-200:focus {
  --tw-gradient-from: #e2e8f0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-from-blueGray-300:focus {
  --tw-gradient-from: #cbd5e1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.focus\:tw-from-blueGray-400:focus {
  --tw-gradient-from: #94a3b8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.focus\:tw-from-blueGray-500:focus {
  --tw-gradient-from: #64748b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.focus\:tw-from-blueGray-600:focus {
  --tw-gradient-from: #475569 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.focus\:tw-from-blueGray-700:focus {
  --tw-gradient-from: #334155 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.focus\:tw-from-blueGray-800:focus {
  --tw-gradient-from: #1e293b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.focus\:tw-from-blueGray-900:focus {
  --tw-gradient-from: #0f172a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.focus\:tw-from-red-50:focus {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:tw-from-red-100:focus {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:tw-from-red-200:focus {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:tw-from-red-300:focus {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:tw-from-red-400:focus {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:tw-from-red-500:focus {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:tw-from-red-600:focus {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:tw-from-red-700:focus {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:tw-from-red-800:focus {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:tw-from-red-900:focus {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:tw-from-blue-50:focus {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:tw-from-blue-100:focus {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:tw-from-blue-200:focus {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:tw-from-blue-300:focus {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:tw-from-blue-400:focus {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:tw-from-blue-500:focus {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:tw-from-blue-600:focus {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:tw-from-blue-700:focus {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:tw-from-blue-800:focus {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:tw-from-blue-900:focus {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:tw-from-amber-50:focus {
  --tw-gradient-from: #fffbeb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.focus\:tw-from-amber-100:focus {
  --tw-gradient-from: #fef3c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.focus\:tw-from-amber-200:focus {
  --tw-gradient-from: #fde68a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.focus\:tw-from-amber-300:focus {
  --tw-gradient-from: #fcd34d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.focus\:tw-from-amber-400:focus {
  --tw-gradient-from: #fbbf24 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.focus\:tw-from-amber-500:focus {
  --tw-gradient-from: #f59e0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.focus\:tw-from-amber-600:focus {
  --tw-gradient-from: #d97706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.focus\:tw-from-amber-700:focus {
  --tw-gradient-from: #b45309 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.focus\:tw-from-amber-800:focus {
  --tw-gradient-from: #92400e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.focus\:tw-from-amber-900:focus {
  --tw-gradient-from: #78350f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.focus\:tw-from-orange-50:focus {
  --tw-gradient-from: #fff7ed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.focus\:tw-from-orange-100:focus {
  --tw-gradient-from: #ffedd5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.focus\:tw-from-orange-200:focus {
  --tw-gradient-from: #fed7aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.focus\:tw-from-orange-300:focus {
  --tw-gradient-from: #fdba74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.focus\:tw-from-orange-400:focus {
  --tw-gradient-from: #fb923c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.focus\:tw-from-orange-500:focus {
  --tw-gradient-from: #f97316 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.focus\:tw-from-orange-600:focus {
  --tw-gradient-from: #ea580c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.focus\:tw-from-orange-700:focus {
  --tw-gradient-from: #c2410c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.focus\:tw-from-orange-800:focus {
  --tw-gradient-from: #9a3412 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.focus\:tw-from-orange-900:focus {
  --tw-gradient-from: #7c2d12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.focus\:tw-from-yellow-50:focus {
  --tw-gradient-from: #fefce8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.focus\:tw-from-yellow-100:focus {
  --tw-gradient-from: #fef9c3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.focus\:tw-from-yellow-200:focus {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:tw-from-yellow-300:focus {
  --tw-gradient-from: #fde047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.focus\:tw-from-yellow-400:focus {
  --tw-gradient-from: #facc15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.focus\:tw-from-yellow-500:focus {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:tw-from-yellow-600:focus {
  --tw-gradient-from: #ca8a04 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.focus\:tw-from-yellow-700:focus {
  --tw-gradient-from: #a16207 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.focus\:tw-from-yellow-800:focus {
  --tw-gradient-from: #854d0e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.focus\:tw-from-yellow-900:focus {
  --tw-gradient-from: #713f12 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.focus\:tw-from-lime-50:focus {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.focus\:tw-from-lime-100:focus {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.focus\:tw-from-lime-200:focus {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.focus\:tw-from-lime-300:focus {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.focus\:tw-from-lime-400:focus {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.focus\:tw-from-lime-500:focus {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.focus\:tw-from-lime-600:focus {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.focus\:tw-from-lime-700:focus {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.focus\:tw-from-lime-800:focus {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.focus\:tw-from-lime-900:focus {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.focus\:tw-from-green-50:focus {
  --tw-gradient-from: #f0fdf4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.focus\:tw-from-green-100:focus {
  --tw-gradient-from: #dcfce7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.focus\:tw-from-green-200:focus {
  --tw-gradient-from: #bbf7d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.focus\:tw-from-green-300:focus {
  --tw-gradient-from: #86efac !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.focus\:tw-from-green-400:focus {
  --tw-gradient-from: #4ade80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.focus\:tw-from-green-500:focus {
  --tw-gradient-from: #22c55e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.focus\:tw-from-green-600:focus {
  --tw-gradient-from: #16a34a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.focus\:tw-from-green-700:focus {
  --tw-gradient-from: #15803d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.focus\:tw-from-green-800:focus {
  --tw-gradient-from: #166534 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.focus\:tw-from-green-900:focus {
  --tw-gradient-from: #14532d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.focus\:tw-from-emerald-50:focus {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:tw-from-emerald-100:focus {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:tw-from-emerald-200:focus {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:tw-from-emerald-300:focus {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:tw-from-emerald-400:focus {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:tw-from-emerald-500:focus {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:tw-from-emerald-600:focus {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:tw-from-emerald-700:focus {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:tw-from-emerald-800:focus {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:tw-from-emerald-900:focus {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:tw-from-teal-50:focus {
  --tw-gradient-from: #f0fdfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.focus\:tw-from-teal-100:focus {
  --tw-gradient-from: #ccfbf1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.focus\:tw-from-teal-200:focus {
  --tw-gradient-from: #99f6e4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.focus\:tw-from-teal-300:focus {
  --tw-gradient-from: #5eead4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.focus\:tw-from-teal-400:focus {
  --tw-gradient-from: #2dd4bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.focus\:tw-from-teal-500:focus {
  --tw-gradient-from: #14b8a6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.focus\:tw-from-teal-600:focus {
  --tw-gradient-from: #0d9488 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.focus\:tw-from-teal-700:focus {
  --tw-gradient-from: #0f766e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.focus\:tw-from-teal-800:focus {
  --tw-gradient-from: #115e59 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.focus\:tw-from-teal-900:focus {
  --tw-gradient-from: #134e4a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.focus\:tw-from-cyan-50:focus {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.focus\:tw-from-cyan-100:focus {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.focus\:tw-from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.focus\:tw-from-cyan-300:focus {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.focus\:tw-from-cyan-400:focus {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.focus\:tw-from-cyan-500:focus {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.focus\:tw-from-cyan-600:focus {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.focus\:tw-from-cyan-700:focus {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.focus\:tw-from-cyan-800:focus {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.focus\:tw-from-cyan-900:focus {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.focus\:tw-from-lightBlue-50:focus {
  --tw-gradient-from: #f0f9ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.focus\:tw-from-lightBlue-100:focus {
  --tw-gradient-from: #e0f2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.focus\:tw-from-lightBlue-200:focus {
  --tw-gradient-from: #bae6fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.focus\:tw-from-lightBlue-300:focus {
  --tw-gradient-from: #7dd3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.focus\:tw-from-lightBlue-400:focus {
  --tw-gradient-from: #38bdf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.focus\:tw-from-lightBlue-500:focus {
  --tw-gradient-from: #0ea5e9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.focus\:tw-from-lightBlue-600:focus {
  --tw-gradient-from: #0284c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.focus\:tw-from-lightBlue-700:focus {
  --tw-gradient-from: #0369a1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.focus\:tw-from-lightBlue-800:focus {
  --tw-gradient-from: #075985 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.focus\:tw-from-lightBlue-900:focus {
  --tw-gradient-from: #0c4a6e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.focus\:tw-from-indigo-50:focus {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:tw-from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:tw-from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:tw-from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:tw-from-indigo-400:focus {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:tw-from-indigo-500:focus {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:tw-from-indigo-600:focus {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:tw-from-indigo-700:focus {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:tw-from-indigo-800:focus {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:tw-from-indigo-900:focus {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:tw-from-violet-50:focus {
  --tw-gradient-from: #f5f3ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.focus\:tw-from-violet-100:focus {
  --tw-gradient-from: #ede9fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.focus\:tw-from-violet-200:focus {
  --tw-gradient-from: #ddd6fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.focus\:tw-from-violet-300:focus {
  --tw-gradient-from: #c4b5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.focus\:tw-from-violet-400:focus {
  --tw-gradient-from: #a78bfa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.focus\:tw-from-violet-500:focus {
  --tw-gradient-from: #8b5cf6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.focus\:tw-from-violet-600:focus {
  --tw-gradient-from: #7c3aed !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.focus\:tw-from-violet-700:focus {
  --tw-gradient-from: #6d28d9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.focus\:tw-from-violet-800:focus {
  --tw-gradient-from: #5b21b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.focus\:tw-from-violet-900:focus {
  --tw-gradient-from: #4c1d95 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.focus\:tw-from-purple-50:focus {
  --tw-gradient-from: #faf5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-from-purple-100:focus {
  --tw-gradient-from: #f3e8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.focus\:tw-from-purple-200:focus {
  --tw-gradient-from: #e9d5ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.focus\:tw-from-purple-300:focus {
  --tw-gradient-from: #d8b4fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.focus\:tw-from-purple-400:focus {
  --tw-gradient-from: #c084fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.focus\:tw-from-purple-500:focus {
  --tw-gradient-from: #a855f7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.focus\:tw-from-purple-600:focus {
  --tw-gradient-from: #9333ea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.focus\:tw-from-purple-700:focus {
  --tw-gradient-from: #7e22ce !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.focus\:tw-from-purple-800:focus {
  --tw-gradient-from: #6b21a8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.focus\:tw-from-purple-900:focus {
  --tw-gradient-from: #581c87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.focus\:tw-from-fuchsia-50:focus {
  --tw-gradient-from: #fdf4ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.focus\:tw-from-fuchsia-100:focus {
  --tw-gradient-from: #fae8ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.focus\:tw-from-fuchsia-200:focus {
  --tw-gradient-from: #f5d0fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.focus\:tw-from-fuchsia-300:focus {
  --tw-gradient-from: #f0abfc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.focus\:tw-from-fuchsia-400:focus {
  --tw-gradient-from: #e879f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.focus\:tw-from-fuchsia-500:focus {
  --tw-gradient-from: #d946ef !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.focus\:tw-from-fuchsia-600:focus {
  --tw-gradient-from: #c026d3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.focus\:tw-from-fuchsia-700:focus {
  --tw-gradient-from: #a21caf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.focus\:tw-from-fuchsia-800:focus {
  --tw-gradient-from: #86198f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.focus\:tw-from-fuchsia-900:focus {
  --tw-gradient-from: #701a75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.focus\:tw-from-pink-50:focus {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:tw-from-pink-100:focus {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:tw-from-pink-200:focus {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:tw-from-pink-300:focus {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:tw-from-pink-400:focus {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:tw-from-pink-500:focus {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:tw-from-pink-600:focus {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:tw-from-pink-700:focus {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:tw-from-pink-800:focus {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:tw-from-pink-900:focus {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:tw-from-rose-50:focus {
  --tw-gradient-from: #fff1f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.focus\:tw-from-rose-100:focus {
  --tw-gradient-from: #ffe4e6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.focus\:tw-from-rose-200:focus {
  --tw-gradient-from: #fecdd3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.focus\:tw-from-rose-300:focus {
  --tw-gradient-from: #fda4af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.focus\:tw-from-rose-400:focus {
  --tw-gradient-from: #fb7185 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.focus\:tw-from-rose-500:focus {
  --tw-gradient-from: #f43f5e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.focus\:tw-from-rose-600:focus {
  --tw-gradient-from: #e11d48 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.focus\:tw-from-rose-700:focus {
  --tw-gradient-from: #be123c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.focus\:tw-from-rose-800:focus {
  --tw-gradient-from: #9f1239 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.focus\:tw-from-rose-900:focus {
  --tw-gradient-from: #881337 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.focus\:tw-via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:tw-via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:tw-via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:tw-via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:tw-via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:tw-via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:tw-via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:tw-via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:tw-via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:tw-via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:tw-via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:tw-via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:tw-via-blueGray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
}

.focus\:tw-via-blueGray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
}

.focus\:tw-via-blueGray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
}

.focus\:tw-via-blueGray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
}

.focus\:tw-via-blueGray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
}

.focus\:tw-via-blueGray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
}

.focus\:tw-via-blueGray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
}

.focus\:tw-via-blueGray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
}

.focus\:tw-via-blueGray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
}

.focus\:tw-via-blueGray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
}

.focus\:tw-via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:tw-via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:tw-via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:tw-via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:tw-via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:tw-via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:tw-via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:tw-via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:tw-via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:tw-via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:tw-via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:tw-via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:tw-via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:tw-via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:tw-via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:tw-via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:tw-via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:tw-via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:tw-via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:tw-via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:tw-via-amber-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
}

.focus\:tw-via-amber-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
}

.focus\:tw-via-amber-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
}

.focus\:tw-via-amber-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
}

.focus\:tw-via-amber-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
}

.focus\:tw-via-amber-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
}

.focus\:tw-via-amber-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
}

.focus\:tw-via-amber-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
}

.focus\:tw-via-amber-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
}

.focus\:tw-via-amber-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
}

.focus\:tw-via-orange-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
}

.focus\:tw-via-orange-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
}

.focus\:tw-via-orange-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
}

.focus\:tw-via-orange-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
}

.focus\:tw-via-orange-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
}

.focus\:tw-via-orange-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
}

.focus\:tw-via-orange-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
}

.focus\:tw-via-orange-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
}

.focus\:tw-via-orange-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
}

.focus\:tw-via-orange-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
}

.focus\:tw-via-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
}

.focus\:tw-via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
}

.focus\:tw-via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:tw-via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
}

.focus\:tw-via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
}

.focus\:tw-via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:tw-via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
}

.focus\:tw-via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
}

.focus\:tw-via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
}

.focus\:tw-via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
}

.focus\:tw-via-lime-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.focus\:tw-via-lime-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.focus\:tw-via-lime-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.focus\:tw-via-lime-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.focus\:tw-via-lime-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.focus\:tw-via-lime-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.focus\:tw-via-lime-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.focus\:tw-via-lime-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.focus\:tw-via-lime-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.focus\:tw-via-lime-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.focus\:tw-via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
}

.focus\:tw-via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
}

.focus\:tw-via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
}

.focus\:tw-via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
}

.focus\:tw-via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
}

.focus\:tw-via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
}

.focus\:tw-via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
}

.focus\:tw-via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
}

.focus\:tw-via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
}

.focus\:tw-via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
}

.focus\:tw-via-emerald-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:tw-via-emerald-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:tw-via-emerald-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:tw-via-emerald-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:tw-via-emerald-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:tw-via-emerald-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:tw-via-emerald-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:tw-via-emerald-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:tw-via-emerald-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:tw-via-emerald-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:tw-via-teal-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
}

.focus\:tw-via-teal-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
}

.focus\:tw-via-teal-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
}

.focus\:tw-via-teal-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
}

.focus\:tw-via-teal-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
}

.focus\:tw-via-teal-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
}

.focus\:tw-via-teal-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
}

.focus\:tw-via-teal-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
}

.focus\:tw-via-teal-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
}

.focus\:tw-via-teal-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
}

.focus\:tw-via-cyan-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.focus\:tw-via-cyan-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.focus\:tw-via-cyan-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.focus\:tw-via-cyan-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.focus\:tw-via-cyan-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.focus\:tw-via-cyan-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.focus\:tw-via-cyan-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.focus\:tw-via-cyan-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.focus\:tw-via-cyan-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.focus\:tw-via-cyan-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.focus\:tw-via-lightBlue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
}

.focus\:tw-via-lightBlue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
}

.focus\:tw-via-lightBlue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
}

.focus\:tw-via-lightBlue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
}

.focus\:tw-via-lightBlue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
}

.focus\:tw-via-lightBlue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
}

.focus\:tw-via-lightBlue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
}

.focus\:tw-via-lightBlue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
}

.focus\:tw-via-lightBlue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
}

.focus\:tw-via-lightBlue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
}

.focus\:tw-via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:tw-via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:tw-via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:tw-via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:tw-via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:tw-via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:tw-via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:tw-via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:tw-via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:tw-via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:tw-via-violet-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
}

.focus\:tw-via-violet-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
}

.focus\:tw-via-violet-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
}

.focus\:tw-via-violet-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
}

.focus\:tw-via-violet-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
}

.focus\:tw-via-violet-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
}

.focus\:tw-via-violet-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
}

.focus\:tw-via-violet-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
}

.focus\:tw-via-violet-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
}

.focus\:tw-via-violet-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
}

.focus\:tw-via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
}

.focus\:tw-via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
}

.focus\:tw-via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
}

.focus\:tw-via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
}

.focus\:tw-via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
}

.focus\:tw-via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
}

.focus\:tw-via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
}

.focus\:tw-via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
}

.focus\:tw-via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
}

.focus\:tw-via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
}

.focus\:tw-via-fuchsia-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
}

.focus\:tw-via-fuchsia-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
}

.focus\:tw-via-fuchsia-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
}

.focus\:tw-via-fuchsia-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
}

.focus\:tw-via-fuchsia-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
}

.focus\:tw-via-fuchsia-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
}

.focus\:tw-via-fuchsia-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
}

.focus\:tw-via-fuchsia-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
}

.focus\:tw-via-fuchsia-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
}

.focus\:tw-via-fuchsia-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
}

.focus\:tw-via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:tw-via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:tw-via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:tw-via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:tw-via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:tw-via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:tw-via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:tw-via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:tw-via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:tw-via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:tw-via-rose-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
}

.focus\:tw-via-rose-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
}

.focus\:tw-via-rose-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
}

.focus\:tw-via-rose-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
}

.focus\:tw-via-rose-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
}

.focus\:tw-via-rose-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
}

.focus\:tw-via-rose-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
}

.focus\:tw-via-rose-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
}

.focus\:tw-via-rose-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
}

.focus\:tw-via-rose-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
}

.focus\:tw-to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:tw-to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:tw-to-black:focus {
  --tw-gradient-to: #000 !important;
}

.focus\:tw-to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:tw-to-gray-50:focus {
  --tw-gradient-to: #fafafa !important;
}

.focus\:tw-to-gray-100:focus {
  --tw-gradient-to: #f4f4f5 !important;
}

.focus\:tw-to-gray-200:focus {
  --tw-gradient-to: #e4e4e7 !important;
}

.focus\:tw-to-gray-300:focus {
  --tw-gradient-to: #d4d4d8 !important;
}

.focus\:tw-to-gray-400:focus {
  --tw-gradient-to: #a1a1aa !important;
}

.focus\:tw-to-gray-500:focus {
  --tw-gradient-to: #71717a !important;
}

.focus\:tw-to-gray-600:focus {
  --tw-gradient-to: #52525b !important;
}

.focus\:tw-to-gray-700:focus {
  --tw-gradient-to: #3f3f46 !important;
}

.focus\:tw-to-gray-800:focus {
  --tw-gradient-to: #27272a !important;
}

.focus\:tw-to-gray-900:focus {
  --tw-gradient-to: #18181b !important;
}

.focus\:tw-to-blueGray-50:focus {
  --tw-gradient-to: #f8fafc !important;
}

.focus\:tw-to-blueGray-100:focus {
  --tw-gradient-to: #f1f5f9 !important;
}

.focus\:tw-to-blueGray-200:focus {
  --tw-gradient-to: #e2e8f0 !important;
}

.focus\:tw-to-blueGray-300:focus {
  --tw-gradient-to: #cbd5e1 !important;
}

.focus\:tw-to-blueGray-400:focus {
  --tw-gradient-to: #94a3b8 !important;
}

.focus\:tw-to-blueGray-500:focus {
  --tw-gradient-to: #64748b !important;
}

.focus\:tw-to-blueGray-600:focus {
  --tw-gradient-to: #475569 !important;
}

.focus\:tw-to-blueGray-700:focus {
  --tw-gradient-to: #334155 !important;
}

.focus\:tw-to-blueGray-800:focus {
  --tw-gradient-to: #1e293b !important;
}

.focus\:tw-to-blueGray-900:focus {
  --tw-gradient-to: #0f172a !important;
}

.focus\:tw-to-red-50:focus {
  --tw-gradient-to: #fef2f2 !important;
}

.focus\:tw-to-red-100:focus {
  --tw-gradient-to: #fee2e2 !important;
}

.focus\:tw-to-red-200:focus {
  --tw-gradient-to: #fecaca !important;
}

.focus\:tw-to-red-300:focus {
  --tw-gradient-to: #fca5a5 !important;
}

.focus\:tw-to-red-400:focus {
  --tw-gradient-to: #f87171 !important;
}

.focus\:tw-to-red-500:focus {
  --tw-gradient-to: #ef4444 !important;
}

.focus\:tw-to-red-600:focus {
  --tw-gradient-to: #dc2626 !important;
}

.focus\:tw-to-red-700:focus {
  --tw-gradient-to: #b91c1c !important;
}

.focus\:tw-to-red-800:focus {
  --tw-gradient-to: #991b1b !important;
}

.focus\:tw-to-red-900:focus {
  --tw-gradient-to: #7f1d1d !important;
}

.focus\:tw-to-blue-50:focus {
  --tw-gradient-to: #eff6ff !important;
}

.focus\:tw-to-blue-100:focus {
  --tw-gradient-to: #dbeafe !important;
}

.focus\:tw-to-blue-200:focus {
  --tw-gradient-to: #bfdbfe !important;
}

.focus\:tw-to-blue-300:focus {
  --tw-gradient-to: #93c5fd !important;
}

.focus\:tw-to-blue-400:focus {
  --tw-gradient-to: #60a5fa !important;
}

.focus\:tw-to-blue-500:focus {
  --tw-gradient-to: #3b82f6 !important;
}

.focus\:tw-to-blue-600:focus {
  --tw-gradient-to: #2563eb !important;
}

.focus\:tw-to-blue-700:focus {
  --tw-gradient-to: #1d4ed8 !important;
}

.focus\:tw-to-blue-800:focus {
  --tw-gradient-to: #1e40af !important;
}

.focus\:tw-to-blue-900:focus {
  --tw-gradient-to: #1e3a8a !important;
}

.focus\:tw-to-amber-50:focus {
  --tw-gradient-to: #fffbeb !important;
}

.focus\:tw-to-amber-100:focus {
  --tw-gradient-to: #fef3c7 !important;
}

.focus\:tw-to-amber-200:focus {
  --tw-gradient-to: #fde68a !important;
}

.focus\:tw-to-amber-300:focus {
  --tw-gradient-to: #fcd34d !important;
}

.focus\:tw-to-amber-400:focus {
  --tw-gradient-to: #fbbf24 !important;
}

.focus\:tw-to-amber-500:focus {
  --tw-gradient-to: #f59e0b !important;
}

.focus\:tw-to-amber-600:focus {
  --tw-gradient-to: #d97706 !important;
}

.focus\:tw-to-amber-700:focus {
  --tw-gradient-to: #b45309 !important;
}

.focus\:tw-to-amber-800:focus {
  --tw-gradient-to: #92400e !important;
}

.focus\:tw-to-amber-900:focus {
  --tw-gradient-to: #78350f !important;
}

.focus\:tw-to-orange-50:focus {
  --tw-gradient-to: #fff7ed !important;
}

.focus\:tw-to-orange-100:focus {
  --tw-gradient-to: #ffedd5 !important;
}

.focus\:tw-to-orange-200:focus {
  --tw-gradient-to: #fed7aa !important;
}

.focus\:tw-to-orange-300:focus {
  --tw-gradient-to: #fdba74 !important;
}

.focus\:tw-to-orange-400:focus {
  --tw-gradient-to: #fb923c !important;
}

.focus\:tw-to-orange-500:focus {
  --tw-gradient-to: #f97316 !important;
}

.focus\:tw-to-orange-600:focus {
  --tw-gradient-to: #ea580c !important;
}

.focus\:tw-to-orange-700:focus {
  --tw-gradient-to: #c2410c !important;
}

.focus\:tw-to-orange-800:focus {
  --tw-gradient-to: #9a3412 !important;
}

.focus\:tw-to-orange-900:focus {
  --tw-gradient-to: #7c2d12 !important;
}

.focus\:tw-to-yellow-50:focus {
  --tw-gradient-to: #fefce8 !important;
}

.focus\:tw-to-yellow-100:focus {
  --tw-gradient-to: #fef9c3 !important;
}

.focus\:tw-to-yellow-200:focus {
  --tw-gradient-to: #fef08a !important;
}

.focus\:tw-to-yellow-300:focus {
  --tw-gradient-to: #fde047 !important;
}

.focus\:tw-to-yellow-400:focus {
  --tw-gradient-to: #facc15 !important;
}

.focus\:tw-to-yellow-500:focus {
  --tw-gradient-to: #eab308 !important;
}

.focus\:tw-to-yellow-600:focus {
  --tw-gradient-to: #ca8a04 !important;
}

.focus\:tw-to-yellow-700:focus {
  --tw-gradient-to: #a16207 !important;
}

.focus\:tw-to-yellow-800:focus {
  --tw-gradient-to: #854d0e !important;
}

.focus\:tw-to-yellow-900:focus {
  --tw-gradient-to: #713f12 !important;
}

.focus\:tw-to-lime-50:focus {
  --tw-gradient-to: #f7fee7 !important;
}

.focus\:tw-to-lime-100:focus {
  --tw-gradient-to: #ecfccb !important;
}

.focus\:tw-to-lime-200:focus {
  --tw-gradient-to: #d9f99d !important;
}

.focus\:tw-to-lime-300:focus {
  --tw-gradient-to: #bef264 !important;
}

.focus\:tw-to-lime-400:focus {
  --tw-gradient-to: #a3e635 !important;
}

.focus\:tw-to-lime-500:focus {
  --tw-gradient-to: #84cc16 !important;
}

.focus\:tw-to-lime-600:focus {
  --tw-gradient-to: #65a30d !important;
}

.focus\:tw-to-lime-700:focus {
  --tw-gradient-to: #4d7c0f !important;
}

.focus\:tw-to-lime-800:focus {
  --tw-gradient-to: #3f6212 !important;
}

.focus\:tw-to-lime-900:focus {
  --tw-gradient-to: #365314 !important;
}

.focus\:tw-to-green-50:focus {
  --tw-gradient-to: #f0fdf4 !important;
}

.focus\:tw-to-green-100:focus {
  --tw-gradient-to: #dcfce7 !important;
}

.focus\:tw-to-green-200:focus {
  --tw-gradient-to: #bbf7d0 !important;
}

.focus\:tw-to-green-300:focus {
  --tw-gradient-to: #86efac !important;
}

.focus\:tw-to-green-400:focus {
  --tw-gradient-to: #4ade80 !important;
}

.focus\:tw-to-green-500:focus {
  --tw-gradient-to: #22c55e !important;
}

.focus\:tw-to-green-600:focus {
  --tw-gradient-to: #16a34a !important;
}

.focus\:tw-to-green-700:focus {
  --tw-gradient-to: #15803d !important;
}

.focus\:tw-to-green-800:focus {
  --tw-gradient-to: #166534 !important;
}

.focus\:tw-to-green-900:focus {
  --tw-gradient-to: #14532d !important;
}

.focus\:tw-to-emerald-50:focus {
  --tw-gradient-to: #ecfdf5 !important;
}

.focus\:tw-to-emerald-100:focus {
  --tw-gradient-to: #d1fae5 !important;
}

.focus\:tw-to-emerald-200:focus {
  --tw-gradient-to: #a7f3d0 !important;
}

.focus\:tw-to-emerald-300:focus {
  --tw-gradient-to: #6ee7b7 !important;
}

.focus\:tw-to-emerald-400:focus {
  --tw-gradient-to: #34d399 !important;
}

.focus\:tw-to-emerald-500:focus {
  --tw-gradient-to: #10b981 !important;
}

.focus\:tw-to-emerald-600:focus {
  --tw-gradient-to: #059669 !important;
}

.focus\:tw-to-emerald-700:focus {
  --tw-gradient-to: #047857 !important;
}

.focus\:tw-to-emerald-800:focus {
  --tw-gradient-to: #065f46 !important;
}

.focus\:tw-to-emerald-900:focus {
  --tw-gradient-to: #064e3b !important;
}

.focus\:tw-to-teal-50:focus {
  --tw-gradient-to: #f0fdfa !important;
}

.focus\:tw-to-teal-100:focus {
  --tw-gradient-to: #ccfbf1 !important;
}

.focus\:tw-to-teal-200:focus {
  --tw-gradient-to: #99f6e4 !important;
}

.focus\:tw-to-teal-300:focus {
  --tw-gradient-to: #5eead4 !important;
}

.focus\:tw-to-teal-400:focus {
  --tw-gradient-to: #2dd4bf !important;
}

.focus\:tw-to-teal-500:focus {
  --tw-gradient-to: #14b8a6 !important;
}

.focus\:tw-to-teal-600:focus {
  --tw-gradient-to: #0d9488 !important;
}

.focus\:tw-to-teal-700:focus {
  --tw-gradient-to: #0f766e !important;
}

.focus\:tw-to-teal-800:focus {
  --tw-gradient-to: #115e59 !important;
}

.focus\:tw-to-teal-900:focus {
  --tw-gradient-to: #134e4a !important;
}

.focus\:tw-to-cyan-50:focus {
  --tw-gradient-to: #ecfeff !important;
}

.focus\:tw-to-cyan-100:focus {
  --tw-gradient-to: #cffafe !important;
}

.focus\:tw-to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc !important;
}

.focus\:tw-to-cyan-300:focus {
  --tw-gradient-to: #67e8f9 !important;
}

.focus\:tw-to-cyan-400:focus {
  --tw-gradient-to: #22d3ee !important;
}

.focus\:tw-to-cyan-500:focus {
  --tw-gradient-to: #06b6d4 !important;
}

.focus\:tw-to-cyan-600:focus {
  --tw-gradient-to: #0891b2 !important;
}

.focus\:tw-to-cyan-700:focus {
  --tw-gradient-to: #0e7490 !important;
}

.focus\:tw-to-cyan-800:focus {
  --tw-gradient-to: #155e75 !important;
}

.focus\:tw-to-cyan-900:focus {
  --tw-gradient-to: #164e63 !important;
}

.focus\:tw-to-lightBlue-50:focus {
  --tw-gradient-to: #f0f9ff !important;
}

.focus\:tw-to-lightBlue-100:focus {
  --tw-gradient-to: #e0f2fe !important;
}

.focus\:tw-to-lightBlue-200:focus {
  --tw-gradient-to: #bae6fd !important;
}

.focus\:tw-to-lightBlue-300:focus {
  --tw-gradient-to: #7dd3fc !important;
}

.focus\:tw-to-lightBlue-400:focus {
  --tw-gradient-to: #38bdf8 !important;
}

.focus\:tw-to-lightBlue-500:focus {
  --tw-gradient-to: #0ea5e9 !important;
}

.focus\:tw-to-lightBlue-600:focus {
  --tw-gradient-to: #0284c7 !important;
}

.focus\:tw-to-lightBlue-700:focus {
  --tw-gradient-to: #0369a1 !important;
}

.focus\:tw-to-lightBlue-800:focus {
  --tw-gradient-to: #075985 !important;
}

.focus\:tw-to-lightBlue-900:focus {
  --tw-gradient-to: #0c4a6e !important;
}

.focus\:tw-to-indigo-50:focus {
  --tw-gradient-to: #eef2ff !important;
}

.focus\:tw-to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff !important;
}

.focus\:tw-to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe !important;
}

.focus\:tw-to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc !important;
}

.focus\:tw-to-indigo-400:focus {
  --tw-gradient-to: #818cf8 !important;
}

.focus\:tw-to-indigo-500:focus {
  --tw-gradient-to: #6366f1 !important;
}

.focus\:tw-to-indigo-600:focus {
  --tw-gradient-to: #4f46e5 !important;
}

.focus\:tw-to-indigo-700:focus {
  --tw-gradient-to: #4338ca !important;
}

.focus\:tw-to-indigo-800:focus {
  --tw-gradient-to: #3730a3 !important;
}

.focus\:tw-to-indigo-900:focus {
  --tw-gradient-to: #312e81 !important;
}

.focus\:tw-to-violet-50:focus {
  --tw-gradient-to: #f5f3ff !important;
}

.focus\:tw-to-violet-100:focus {
  --tw-gradient-to: #ede9fe !important;
}

.focus\:tw-to-violet-200:focus {
  --tw-gradient-to: #ddd6fe !important;
}

.focus\:tw-to-violet-300:focus {
  --tw-gradient-to: #c4b5fd !important;
}

.focus\:tw-to-violet-400:focus {
  --tw-gradient-to: #a78bfa !important;
}

.focus\:tw-to-violet-500:focus {
  --tw-gradient-to: #8b5cf6 !important;
}

.focus\:tw-to-violet-600:focus {
  --tw-gradient-to: #7c3aed !important;
}

.focus\:tw-to-violet-700:focus {
  --tw-gradient-to: #6d28d9 !important;
}

.focus\:tw-to-violet-800:focus {
  --tw-gradient-to: #5b21b6 !important;
}

.focus\:tw-to-violet-900:focus {
  --tw-gradient-to: #4c1d95 !important;
}

.focus\:tw-to-purple-50:focus {
  --tw-gradient-to: #faf5ff !important;
}

.focus\:tw-to-purple-100:focus {
  --tw-gradient-to: #f3e8ff !important;
}

.focus\:tw-to-purple-200:focus {
  --tw-gradient-to: #e9d5ff !important;
}

.focus\:tw-to-purple-300:focus {
  --tw-gradient-to: #d8b4fe !important;
}

.focus\:tw-to-purple-400:focus {
  --tw-gradient-to: #c084fc !important;
}

.focus\:tw-to-purple-500:focus {
  --tw-gradient-to: #a855f7 !important;
}

.focus\:tw-to-purple-600:focus {
  --tw-gradient-to: #9333ea !important;
}

.focus\:tw-to-purple-700:focus {
  --tw-gradient-to: #7e22ce !important;
}

.focus\:tw-to-purple-800:focus {
  --tw-gradient-to: #6b21a8 !important;
}

.focus\:tw-to-purple-900:focus {
  --tw-gradient-to: #581c87 !important;
}

.focus\:tw-to-fuchsia-50:focus {
  --tw-gradient-to: #fdf4ff !important;
}

.focus\:tw-to-fuchsia-100:focus {
  --tw-gradient-to: #fae8ff !important;
}

.focus\:tw-to-fuchsia-200:focus {
  --tw-gradient-to: #f5d0fe !important;
}

.focus\:tw-to-fuchsia-300:focus {
  --tw-gradient-to: #f0abfc !important;
}

.focus\:tw-to-fuchsia-400:focus {
  --tw-gradient-to: #e879f9 !important;
}

.focus\:tw-to-fuchsia-500:focus {
  --tw-gradient-to: #d946ef !important;
}

.focus\:tw-to-fuchsia-600:focus {
  --tw-gradient-to: #c026d3 !important;
}

.focus\:tw-to-fuchsia-700:focus {
  --tw-gradient-to: #a21caf !important;
}

.focus\:tw-to-fuchsia-800:focus {
  --tw-gradient-to: #86198f !important;
}

.focus\:tw-to-fuchsia-900:focus {
  --tw-gradient-to: #701a75 !important;
}

.focus\:tw-to-pink-50:focus {
  --tw-gradient-to: #fdf2f8 !important;
}

.focus\:tw-to-pink-100:focus {
  --tw-gradient-to: #fce7f3 !important;
}

.focus\:tw-to-pink-200:focus {
  --tw-gradient-to: #fbcfe8 !important;
}

.focus\:tw-to-pink-300:focus {
  --tw-gradient-to: #f9a8d4 !important;
}

.focus\:tw-to-pink-400:focus {
  --tw-gradient-to: #f472b6 !important;
}

.focus\:tw-to-pink-500:focus {
  --tw-gradient-to: #ec4899 !important;
}

.focus\:tw-to-pink-600:focus {
  --tw-gradient-to: #db2777 !important;
}

.focus\:tw-to-pink-700:focus {
  --tw-gradient-to: #be185d !important;
}

.focus\:tw-to-pink-800:focus {
  --tw-gradient-to: #9d174d !important;
}

.focus\:tw-to-pink-900:focus {
  --tw-gradient-to: #831843 !important;
}

.focus\:tw-to-rose-50:focus {
  --tw-gradient-to: #fff1f2 !important;
}

.focus\:tw-to-rose-100:focus {
  --tw-gradient-to: #ffe4e6 !important;
}

.focus\:tw-to-rose-200:focus {
  --tw-gradient-to: #fecdd3 !important;
}

.focus\:tw-to-rose-300:focus {
  --tw-gradient-to: #fda4af !important;
}

.focus\:tw-to-rose-400:focus {
  --tw-gradient-to: #fb7185 !important;
}

.focus\:tw-to-rose-500:focus {
  --tw-gradient-to: #f43f5e !important;
}

.focus\:tw-to-rose-600:focus {
  --tw-gradient-to: #e11d48 !important;
}

.focus\:tw-to-rose-700:focus {
  --tw-gradient-to: #be123c !important;
}

.focus\:tw-to-rose-800:focus {
  --tw-gradient-to: #9f1239 !important;
}

.focus\:tw-to-rose-900:focus {
  --tw-gradient-to: #881337 !important;
}

.tw-bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.tw-bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:tw-bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:tw-bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:tw-bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:tw-bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:tw-bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:tw-bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:tw-bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:tw-bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:tw-bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:tw-bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:tw-bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:tw-bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:tw-bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:tw-bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:tw-bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:tw-bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:tw-bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:tw-bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:tw-bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:tw-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:tw-bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:tw-bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:tw-bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:tw-bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:tw-bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:tw-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:tw-bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:tw-bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:tw-bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:tw-bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:tw-bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:tw-bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:tw-bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:tw-bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:tw-bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:tw-bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:tw-bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:tw-bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:tw-bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:tw-bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:tw-bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:tw-bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:tw-bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:tw-bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:tw-bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.active\:tw-bg-opacity-0:active {
  --tw-bg-opacity: 0 !important;
}

.active\:tw-bg-opacity-5:active {
  --tw-bg-opacity: 0.05 !important;
}

.active\:tw-bg-opacity-10:active {
  --tw-bg-opacity: 0.1 !important;
}

.active\:tw-bg-opacity-20:active {
  --tw-bg-opacity: 0.2 !important;
}

.active\:tw-bg-opacity-25:active {
  --tw-bg-opacity: 0.25 !important;
}

.active\:tw-bg-opacity-30:active {
  --tw-bg-opacity: 0.3 !important;
}

.active\:tw-bg-opacity-40:active {
  --tw-bg-opacity: 0.4 !important;
}

.active\:tw-bg-opacity-50:active {
  --tw-bg-opacity: 0.5 !important;
}

.active\:tw-bg-opacity-60:active {
  --tw-bg-opacity: 0.6 !important;
}

.active\:tw-bg-opacity-70:active {
  --tw-bg-opacity: 0.7 !important;
}

.active\:tw-bg-opacity-75:active {
  --tw-bg-opacity: 0.75 !important;
}

.active\:tw-bg-opacity-80:active {
  --tw-bg-opacity: 0.8 !important;
}

.active\:tw-bg-opacity-90:active {
  --tw-bg-opacity: 0.9 !important;
}

.active\:tw-bg-opacity-95:active {
  --tw-bg-opacity: 0.95 !important;
}

.active\:tw-bg-opacity-100:active {
  --tw-bg-opacity: 1 !important;
}

.tw-bg-bottom {
  background-position: bottom !important;
}

.tw-bg-center {
  background-position: center !important;
}

.tw-bg-left {
  background-position: left !important;
}

.tw-bg-left-bottom {
  background-position: left bottom !important;
}

.tw-bg-left-top {
  background-position: left top !important;
}

.tw-bg-right {
  background-position: right !important;
}

.tw-bg-right-bottom {
  background-position: right bottom !important;
}

.tw-bg-right-top {
  background-position: right top !important;
}

.tw-bg-top {
  background-position: top !important;
}

.tw-bg-repeat {
  background-repeat: repeat !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-bg-repeat-x {
  background-repeat: repeat-x !important;
}

.tw-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.tw-bg-repeat-round {
  background-repeat: round !important;
}

.tw-bg-repeat-space {
  background-repeat: space !important;
}

.tw-bg-auto {
  background-size: auto !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-contain {
  background-size: contain !important;
}

.tw-border-collapse {
  border-collapse: collapse !important;
}

.tw-border-separate {
  border-collapse: separate !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-current {
  border-color: currentColor !important;
}

.tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.tw-border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.tw-border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.tw-border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.tw-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.tw-border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.tw-border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.tw-border-blueGray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.tw-border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.tw-border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.tw-border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.tw-border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.tw-border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.tw-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.tw-border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.tw-border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.tw-border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.tw-border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.tw-border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.tw-border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.tw-border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.tw-border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.tw-border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

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

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

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

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

.tw-border-amber-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

.tw-border-amber-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

.tw-border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

.tw-border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

.tw-border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

.tw-border-amber-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

.tw-border-amber-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.tw-border-amber-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

.tw-border-amber-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

.tw-border-amber-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

.tw-border-orange-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
}

.tw-border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
}

.tw-border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}

.tw-border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
}

.tw-border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}

.tw-border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
}

.tw-border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}

.tw-border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
}

.tw-border-orange-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
}

.tw-border-orange-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.tw-border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.tw-border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.tw-border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.tw-border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.tw-border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.tw-border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.tw-border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.tw-border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.tw-border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.tw-border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.tw-border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.tw-border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
}

.tw-border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
}

.tw-border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
}

.tw-border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
}

.tw-border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
}

.tw-border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

.tw-border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
}

.tw-border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
}

.tw-border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
}

.tw-border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.tw-border-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.tw-border-teal-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
}

.tw-border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
}

.tw-border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
}

.tw-border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
}

.tw-border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
}

.tw-border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
}

.tw-border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
}

.tw-border-teal-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
}

.tw-border-teal-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
}

.tw-border-teal-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.tw-border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
}

.tw-border-lightBlue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.tw-border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.tw-border-violet-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

.tw-border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

.tw-border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

.tw-border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

.tw-border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

.tw-border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

.tw-border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

.tw-border-violet-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

.tw-border-violet-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

.tw-border-violet-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

.tw-border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.tw-border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.tw-border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.tw-border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.tw-border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.tw-border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.tw-border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.tw-border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.tw-border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.tw-border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
}

.tw-border-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
}

.tw-border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.tw-border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.tw-border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.tw-border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.tw-border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.tw-border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.tw-border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.tw-border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.tw-border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.tw-border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.tw-border-rose-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
}

.tw-border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
}

.tw-border-rose-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
}

.tw-border-rose-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
}

.tw-border-rose-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
}

.tw-border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
}

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

.tw-border-rose-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
}

.tw-border-rose-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
}

.tw-border-rose-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-transparent {
  border-color: transparent !important;
}

.tw-group:hover .group-hover\:tw-border-current {
  border-color: currentColor !important;
}

.tw-group:hover .group-hover\:tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blueGray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-amber-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-orange-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-emerald-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-teal-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-lightBlue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-violet-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-purple-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-fuchsia-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-border-rose-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:tw-border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:tw-border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-gray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blueGray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-red-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-blue-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-amber-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-orange-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-yellow-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lime-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-green-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-emerald-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-teal-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-cyan-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-lightBlue-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-indigo-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-violet-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-purple-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-fuchsia-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-pink-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
}

.focus-within\:tw-border-rose-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-transparent:hover {
  border-color: transparent !important;
}

.hover\:tw-border-current:hover {
  border-color: currentColor !important;
}

.hover\:tw-border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blueGray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-red-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-blue-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-amber-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-orange-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-yellow-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lime-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-green-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-emerald-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-teal-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-cyan-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-lightBlue-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-indigo-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-violet-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-purple-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-fuchsia-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-pink-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
}

.hover\:tw-border-rose-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-transparent:focus {
  border-color: transparent !important;
}

.focus\:tw-border-current:focus {
  border-color: currentColor !important;
}

.focus\:tw-border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-gray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blueGray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-red-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-blue-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-amber-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-orange-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-yellow-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lime-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-green-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-emerald-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-teal-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-cyan-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-lightBlue-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-violet-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-purple-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-fuchsia-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-pink-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-rose-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
}

.tw-border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.tw-border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.tw-border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.tw-border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.tw-border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.tw-border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.tw-border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.tw-border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.tw-border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.tw-border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.tw-border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.tw-border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.tw-border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.tw-border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.tw-border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:tw-border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:tw-border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:tw-border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:tw-border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:tw-border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:tw-border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:tw-border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:tw-border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:tw-border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:tw-border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:tw-border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:tw-border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:tw-border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:tw-border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:tw-border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:tw-border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:tw-border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:tw-border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:tw-border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:tw-border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:tw-border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:tw-border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:tw-border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:tw-border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:tw-border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:tw-border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:tw-border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:tw-border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:tw-border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:tw-border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:tw-border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:tw-border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:tw-border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:tw-border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:tw-border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:tw-border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:tw-border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:tw-border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:tw-border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:tw-border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:tw-border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:tw-border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:tw-border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:tw-border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:tw-border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

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

.tw-rounded-sm {
  border-radius: 0.125rem !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

.tw-rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.tw-rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.tw-rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

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

.tw-rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

.tw-rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

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

.tw-rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

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

.tw-rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

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

.tw-rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.tw-rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.tw-rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.tw-rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.tw-rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.tw-rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.tw-rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.tw-rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.tw-rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.tw-rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.tw-rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.tw-rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.tw-rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.tw-rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.tw-rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.tw-rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.tw-rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.tw-rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.tw-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.tw-rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.tw-rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.tw-rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.tw-rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.tw-rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.tw-rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.tw-rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.tw-rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.tw-rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.tw-rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.tw-rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.tw-rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.tw-border-solid {
  border-style: solid !important;
}

.tw-border-dashed {
  border-style: dashed !important;
}

.tw-border-dotted {
  border-style: dotted !important;
}

.tw-border-double {
  border-style: double !important;
}

.tw-border-none {
  border-style: none !important;
}

.tw-border-0 {
  border-width: 0px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

.tw-border-8 {
  border-width: 8px !important;
}

.tw-border {
  border-width: 1px !important;
}

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

.tw-border-r-0 {
  border-right-width: 0px !important;
}

.tw-border-b-0 {
  border-bottom-width: 0px !important;
}

.tw-border-l-0 {
  border-left-width: 0px !important;
}

.tw-border-t-2 {
  border-top-width: 2px !important;
}

.tw-border-r-2 {
  border-right-width: 2px !important;
}

.tw-border-b-2 {
  border-bottom-width: 2px !important;
}

.tw-border-l-2 {
  border-left-width: 2px !important;
}

.tw-border-t-4 {
  border-top-width: 4px !important;
}

.tw-border-r-4 {
  border-right-width: 4px !important;
}

.tw-border-b-4 {
  border-bottom-width: 4px !important;
}

.tw-border-l-4 {
  border-left-width: 4px !important;
}

.tw-border-t-8 {
  border-top-width: 8px !important;
}

.tw-border-r-8 {
  border-right-width: 8px !important;
}

.tw-border-b-8 {
  border-bottom-width: 8px !important;
}

.tw-border-l-8 {
  border-left-width: 8px !important;
}

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

.tw-border-r {
  border-right-width: 1px !important;
}

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

.tw-border-l {
  border-left-width: 1px !important;
}

.tw-box-border {
  box-sizing: border-box !important;
}

.tw-box-content {
  box-sizing: content-box !important;
}

.tw-cursor-auto {
  cursor: auto !important;
}

.tw-cursor-default {
  cursor: default !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-cursor-wait {
  cursor: wait !important;
}

.tw-cursor-text {
  cursor: text !important;
}

.tw-cursor-move {
  cursor: move !important;
}

.tw-cursor-help {
  cursor: help !important;
}

.tw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-inline {
  display: inline !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-table {
  display: table !important;
}

.tw-table-caption {
  display: table-caption !important;
}

.tw-table-cell {
  display: table-cell !important;
}

.tw-table-column {
  display: table-column !important;
}

.tw-table-column-group {
  display: table-column-group !important;
}

.tw-table-footer-group {
  display: table-footer-group !important;
}

.tw-table-header-group {
  display: table-header-group !important;
}

.tw-table-row-group {
  display: table-row-group !important;
}

.tw-table-row {
  display: table-row !important;
}

.tw-flow-root {
  display: flow-root !important;
}

.tw-grid {
  display: grid !important;
}

.tw-inline-grid {
  display: inline-grid !important;
}

.tw-contents {
  display: contents !important;
}

.tw-hidden {
  display: none !important;
}

.tw-flex-row {
  flex-direction: row !important;
}

.tw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.tw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.tw-place-items-auto {
  place-items: auto !important;
}

.tw-place-items-start {
  place-items: start !important;
}

.tw-place-items-end {
  place-items: end !important;
}

.tw-place-items-center {
  place-items: center !important;
}

.tw-place-items-stretch {
  place-items: stretch !important;
}

.tw-place-content-center {
  place-content: center !important;
}

.tw-place-content-start {
  place-content: start !important;
}

.tw-place-content-end {
  place-content: end !important;
}

.tw-place-content-between {
  place-content: space-between !important;
}

.tw-place-content-around {
  place-content: space-around !important;
}

.tw-place-content-evenly {
  place-content: space-evenly !important;
}

.tw-place-content-stretch {
  place-content: stretch !important;
}

.tw-place-self-auto {
  place-self: auto !important;
}

.tw-place-self-start {
  place-self: start !important;
}

.tw-place-self-end {
  place-self: end !important;
}

.tw-place-self-center {
  place-self: center !important;
}

.tw-place-self-stretch {
  place-self: stretch !important;
}

.tw-items-start {
  align-items: flex-start !important;
}

.tw-items-end {
  align-items: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-items-baseline {
  align-items: baseline !important;
}

.tw-items-stretch {
  align-items: stretch !important;
}

.tw-content-center {
  align-content: center !important;
}

.tw-content-start {
  align-content: flex-start !important;
}

.tw-content-end {
  align-content: flex-end !important;
}

.tw-content-between {
  align-content: space-between !important;
}

.tw-content-around {
  align-content: space-around !important;
}

.tw-content-evenly {
  align-content: space-evenly !important;
}

.tw-self-auto {
  align-self: auto !important;
}

.tw-self-start {
  align-self: flex-start !important;
}

.tw-self-end {
  align-self: flex-end !important;
}

.tw-self-center {
  align-self: center !important;
}

.tw-self-stretch {
  align-self: stretch !important;
}

.tw-justify-items-auto {
  justify-items: auto !important;
}

.tw-justify-items-start {
  justify-items: start !important;
}

.tw-justify-items-end {
  justify-items: end !important;
}

.tw-justify-items-center {
  justify-items: center !important;
}

.tw-justify-items-stretch {
  justify-items: stretch !important;
}

.tw-justify-start {
  justify-content: flex-start !important;
}

.tw-justify-end {
  justify-content: flex-end !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-around {
  justify-content: space-around !important;
}

.tw-justify-evenly {
  justify-content: space-evenly !important;
}

.tw-justify-self-auto {
  justify-self: auto !important;
}

.tw-justify-self-start {
  justify-self: start !important;
}

.tw-justify-self-end {
  justify-self: end !important;
}

.tw-justify-self-center {
  justify-self: center !important;
}

.tw-justify-self-stretch {
  justify-self: stretch !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-auto {
  flex: 1 1 auto !important;
}

.tw-flex-initial {
  flex: 0 1 auto !important;
}

.tw-flex-none {
  flex: none !important;
}

.tw-flex-grow-0 {
  flex-grow: 0 !important;
}

.tw-flex-grow {
  flex-grow: 1 !important;
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-flex-shrink {
  flex-shrink: 1 !important;
}

.tw-order-1 {
  order: 1 !important;
}

.tw-order-2 {
  order: 2 !important;
}

.tw-order-3 {
  order: 3 !important;
}

.tw-order-4 {
  order: 4 !important;
}

.tw-order-5 {
  order: 5 !important;
}

.tw-order-6 {
  order: 6 !important;
}

.tw-order-7 {
  order: 7 !important;
}

.tw-order-8 {
  order: 8 !important;
}

.tw-order-9 {
  order: 9 !important;
}

.tw-order-10 {
  order: 10 !important;
}

.tw-order-11 {
  order: 11 !important;
}

.tw-order-12 {
  order: 12 !important;
}

.tw-order-first {
  order: -9999 !important;
}

.tw-order-last {
  order: 9999 !important;
}

.tw-order-none {
  order: 0 !important;
}

.tw-float-right {
  float: right !important;
}

.tw-float-left {
  float: left !important;
}

.tw-float-none {
  float: none !important;
}

.tw-clear-left {
  clear: left !important;
}

.tw-clear-right {
  clear: right !important;
}

.tw-clear-both {
  clear: both !important;
}

.tw-clear-none {
  clear: none !important;
}

.tw-font-inter {
  font-family: Inter, sans-serif !important;
}

.tw-font-nunito {
  font-family: Nunito, sans-serif !important;
}

.tw-font-thin {
  font-weight: 100 !important;
}

.tw-font-extralight {
  font-weight: 200 !important;
}

.tw-font-light {
  font-weight: 300 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.tw-h-0 {
  height: 0px !important;
}

.tw-h-1 {
  height: 0.25rem !important;
}

.tw-h-2 {
  height: 0.5rem !important;
}

.tw-h-3 {
  height: 0.75rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-7 {
  height: 1.75rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-9 {
  height: 2.25rem !important;
}

.tw-h-10 {
  height: 2.5rem !important;
}

.tw-h-11 {
  height: 2.75rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-14 {
  height: 3.5rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-20 {
  height: 5rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-28 {
  height: 7rem !important;
}

.tw-h-32 {
  height: 8rem !important;
}

.tw-h-36 {
  height: 9rem !important;
}

.tw-h-40 {
  height: 10rem !important;
}

.tw-h-44 {
  height: 11rem !important;
}

.tw-h-48 {
  height: 12rem !important;
}

.tw-h-52 {
  height: 13rem !important;
}

.tw-h-56 {
  height: 14rem !important;
}

.tw-h-60 {
  height: 15rem !important;
}

.tw-h-64 {
  height: 16rem !important;
}

.tw-h-72 {
  height: 18rem !important;
}

.tw-h-80 {
  height: 20rem !important;
}

.tw-h-96 {
  height: 24rem !important;
}

.tw-h-auto {
  height: auto !important;
}

.tw-h-px {
  height: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-h-full {
  height: 100% !important;
}

.tw-h-screen {
  height: 100vh !important;
}

.tw-text-xs {
  font-size: .75rem !important;
}

.tw-text-sm {
  font-size: .875rem !important;
}

.tw-text-tiny {
  font-size: .875rem !important;
}

.tw-text-base {
  font-size: 1rem !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
}

.tw-text-6xl {
  font-size: 4rem !important;
}

.tw-text-7xl {
  font-size: 5rem !important;
}

.tw-leading-3 {
  line-height: .75rem !important;
}

.tw-leading-4 {
  line-height: 1rem !important;
}

.tw-leading-5 {
  line-height: 1.25rem !important;
}

.tw-leading-6 {
  line-height: 1.5rem !important;
}

.tw-leading-7 {
  line-height: 1.75rem !important;
}

.tw-leading-8 {
  line-height: 2rem !important;
}

.tw-leading-9 {
  line-height: 2.25rem !important;
}

.tw-leading-10 {
  line-height: 2.5rem !important;
}

.tw-leading-none {
  line-height: 1 !important;
}

.tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.tw-leading-normal {
  line-height: 1.5 !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

.tw-leading-loose {
  line-height: 2 !important;
}

.tw-list-inside {
  list-style-position: inside !important;
}

.tw-list-outside {
  list-style-position: outside !important;
}

.tw-list-none {
  list-style-type: none !important;
}

.tw-list-disc {
  list-style-type: disc !important;
}

.tw-list-decimal {
  list-style-type: decimal !important;
}

.tw-m-0 {
  margin: 0px !important;
}

.tw-m-1 {
  margin: 0.25rem !important;
}

.tw-m-2 {
  margin: 0.5rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-4 {
  margin: 1rem !important;
}

.tw-m-5 {
  margin: 1.25rem !important;
}

.tw-m-6 {
  margin: 1.5rem !important;
}

.tw-m-7 {
  margin: 1.75rem !important;
}

.tw-m-8 {
  margin: 2rem !important;
}

.tw-m-9 {
  margin: 2.25rem !important;
}

.tw-m-10 {
  margin: 2.5rem !important;
}

.tw-m-11 {
  margin: 2.75rem !important;
}

.tw-m-12 {
  margin: 3rem !important;
}

.tw-m-14 {
  margin: 3.5rem !important;
}

.tw-m-16 {
  margin: 4rem !important;
}

.tw-m-20 {
  margin: 5rem !important;
}

.tw-m-24 {
  margin: 6rem !important;
}

.tw-m-28 {
  margin: 7rem !important;
}

.tw-m-32 {
  margin: 8rem !important;
}

.tw-m-36 {
  margin: 9rem !important;
}

.tw-m-40 {
  margin: 10rem !important;
}

.tw-m-44 {
  margin: 11rem !important;
}

.tw-m-48 {
  margin: 12rem !important;
}

.tw-m-52 {
  margin: 13rem !important;
}

.tw-m-56 {
  margin: 14rem !important;
}

.tw-m-60 {
  margin: 15rem !important;
}

.tw-m-64 {
  margin: 16rem !important;
}

.tw-m-72 {
  margin: 18rem !important;
}

.tw-m-80 {
  margin: 20rem !important;
}

.tw-m-96 {
  margin: 24rem !important;
}

.tw-m-auto {
  margin: auto !important;
}

.tw-m-px {
  margin: 1px !important;
}

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

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

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

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

.tw--m-0 {
  margin: 0px !important;
}

.tw--m-1 {
  margin: -0.25rem !important;
}

.tw--m-2 {
  margin: -0.5rem !important;
}

.tw--m-3 {
  margin: -0.75rem !important;
}

.tw--m-4 {
  margin: -1rem !important;
}

.tw--m-5 {
  margin: -1.25rem !important;
}

.tw--m-6 {
  margin: -1.5rem !important;
}

.tw--m-7 {
  margin: -1.75rem !important;
}

.tw--m-8 {
  margin: -2rem !important;
}

.tw--m-9 {
  margin: -2.25rem !important;
}

.tw--m-10 {
  margin: -2.5rem !important;
}

.tw--m-11 {
  margin: -2.75rem !important;
}

.tw--m-12 {
  margin: -3rem !important;
}

.tw--m-14 {
  margin: -3.5rem !important;
}

.tw--m-16 {
  margin: -4rem !important;
}

.tw--m-20 {
  margin: -5rem !important;
}

.tw--m-24 {
  margin: -6rem !important;
}

.tw--m-28 {
  margin: -7rem !important;
}

.tw--m-32 {
  margin: -8rem !important;
}

.tw--m-36 {
  margin: -9rem !important;
}

.tw--m-40 {
  margin: -10rem !important;
}

.tw--m-44 {
  margin: -11rem !important;
}

.tw--m-48 {
  margin: -12rem !important;
}

.tw--m-52 {
  margin: -13rem !important;
}

.tw--m-56 {
  margin: -14rem !important;
}

.tw--m-60 {
  margin: -15rem !important;
}

.tw--m-64 {
  margin: -16rem !important;
}

.tw--m-72 {
  margin: -18rem !important;
}

.tw--m-80 {
  margin: -20rem !important;
}

.tw--m-96 {
  margin: -24rem !important;
}

.tw--m-px {
  margin: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-0 {
  margin-top: 0px !important;
}

.tw-mr-0 {
  margin-right: 0px !important;
}

.tw-mb-0 {
  margin-bottom: 0px !important;
}

.tw-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-mt-auto {
  margin-top: auto !important;
}

.tw-mr-auto {
  margin-right: auto !important;
}

.tw-mb-auto {
  margin-bottom: auto !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-mt-px {
  margin-top: 1px !important;
}

.tw-mr-px {
  margin-right: 1px !important;
}

.tw-mb-px {
  margin-bottom: 1px !important;
}

.tw-ml-px {
  margin-left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-0 {
  margin-top: 0px !important;
}

.tw--mr-0 {
  margin-right: 0px !important;
}

.tw--mb-0 {
  margin-bottom: 0px !important;
}

.tw--ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--mt-px {
  margin-top: -1px !important;
}

.tw--mr-px {
  margin-right: -1px !important;
}

.tw--mb-px {
  margin-bottom: -1px !important;
}

.tw--ml-px {
  margin-left: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-h-0 {
  max-height: 0px !important;
}

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

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

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

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

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

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

.tw-max-h-7 {
  max-height: 1.75rem !important;
}

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

.tw-max-h-9 {
  max-height: 2.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-h-72 {
  max-height: 18rem !important;
}

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

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

.tw-max-h-px {
  max-height: 1px !important;
}

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

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

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

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

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

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

.tw-max-w-0 {
  max-width: 0rem !important;
}

.tw-max-w-none {
  max-width: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-max-w-min {
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.tw-max-w-max {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

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

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

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

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

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

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

.tw-min-h-0 {
  min-height: 0px !important;
}

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

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

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

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

.tw-min-w-min {
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.tw-min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.tw-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.tw-object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.tw-object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.tw-object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.tw-object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.tw-object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.tw-object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.tw-object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.tw-object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.tw-object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.tw-object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.tw-object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-5 {
  opacity: 0.05 !important;
}

.tw-opacity-10 {
  opacity: 0.1 !important;
}

.tw-opacity-20 {
  opacity: 0.2 !important;
}

.tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-opacity-30 {
  opacity: 0.3 !important;
}

.tw-opacity-40 {
  opacity: 0.4 !important;
}

.tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-opacity-60 {
  opacity: 0.6 !important;
}

.tw-opacity-70 {
  opacity: 0.7 !important;
}

.tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-opacity-90 {
  opacity: 0.9 !important;
}

.tw-opacity-95 {
  opacity: 0.95 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-opacity-0 {
  opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-opacity-5 {
  opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-opacity-10 {
  opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-opacity-20 {
  opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-opacity-25 {
  opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-opacity-30 {
  opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-opacity-40 {
  opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-opacity-50 {
  opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-opacity-60 {
  opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-opacity-70 {
  opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-opacity-75 {
  opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-opacity-80 {
  opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-opacity-90 {
  opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-opacity-95 {
  opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1 !important;
}

.focus-within\:tw-opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:tw-opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:tw-opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:tw-opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:tw-opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:tw-opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:tw-opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:tw-opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:tw-opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:tw-opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:tw-opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:tw-opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:tw-opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:tw-opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:tw-opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:tw-opacity-0:hover {
  opacity: 0 !important;
}

.hover\:tw-opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:tw-opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:tw-opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:tw-opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:tw-opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:tw-opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:tw-opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:tw-opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:tw-opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:tw-opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:tw-opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:tw-opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:tw-opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:tw-opacity-100:hover {
  opacity: 1 !important;
}

.focus\:tw-opacity-0:focus {
  opacity: 0 !important;
}

.focus\:tw-opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:tw-opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:tw-opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:tw-opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:tw-opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:tw-opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:tw-opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:tw-opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:tw-opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:tw-opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:tw-opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:tw-opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:tw-opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:tw-opacity-100:focus {
  opacity: 1 !important;
}

.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.tw-outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.tw-outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:tw-outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:tw-outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.tw-overflow-auto {
  overflow: auto !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-visible {
  overflow: visible !important;
}

.tw-overflow-scroll {
  overflow: scroll !important;
}

.tw-overflow-x-auto {
  overflow-x: auto !important;
}

.tw-overflow-y-auto {
  overflow-y: auto !important;
}

.tw-overflow-x-hidden {
  overflow-x: hidden !important;
}

.tw-overflow-y-hidden {
  overflow-y: hidden !important;
}

.tw-overflow-x-visible {
  overflow-x: visible !important;
}

.tw-overflow-y-visible {
  overflow-y: visible !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-overflow-y-scroll {
  overflow-y: scroll !important;
}

.tw-overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important;
}

.tw-overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important;
}

.tw-overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
}

.tw-overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.tw-overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.tw-overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.tw-overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.tw-overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.tw-overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.tw-p-0 {
  padding: 0px !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-5 {
  padding: 1.25rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-7 {
  padding: 1.75rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-p-9 {
  padding: 2.25rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-11 {
  padding: 2.75rem !important;
}

.tw-p-12 {
  padding: 3rem !important;
}

.tw-p-14 {
  padding: 3.5rem !important;
}

.tw-p-16 {
  padding: 4rem !important;
}

.tw-p-20 {
  padding: 5rem !important;
}

.tw-p-24 {
  padding: 6rem !important;
}

.tw-p-28 {
  padding: 7rem !important;
}

.tw-p-32 {
  padding: 8rem !important;
}

.tw-p-36 {
  padding: 9rem !important;
}

.tw-p-40 {
  padding: 10rem !important;
}

.tw-p-44 {
  padding: 11rem !important;
}

.tw-p-48 {
  padding: 12rem !important;
}

.tw-p-52 {
  padding: 13rem !important;
}

.tw-p-56 {
  padding: 14rem !important;
}

.tw-p-60 {
  padding: 15rem !important;
}

.tw-p-64 {
  padding: 16rem !important;
}

.tw-p-72 {
  padding: 18rem !important;
}

.tw-p-80 {
  padding: 20rem !important;
}

.tw-p-96 {
  padding: 24rem !important;
}

.tw-p-px {
  padding: 1px !important;
}

.tw-p-0\.5 {
  padding: 0.125rem !important;
}

.tw-p-1\.5 {
  padding: 0.375rem !important;
}

.tw-p-2\.5 {
  padding: 0.625rem !important;
}

.tw-p-3\.5 {
  padding: 0.875rem !important;
}

.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tw-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.tw-py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.tw-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tw-py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.tw-px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tw-py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.tw-px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.tw-px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.tw-px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.tw-py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.tw-px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.tw-py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.tw-px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.tw-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.tw-py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.tw-px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.tw-py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.tw-px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.tw-py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.tw-px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.tw-py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.tw-px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.tw-py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.tw-px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.tw-py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.tw-px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.tw-py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.tw-px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.tw-py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.tw-px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.tw-py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.tw-px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.tw-py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.tw-px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.tw-py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.tw-px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.tw-py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.tw-px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.tw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.tw-px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.tw-py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.tw-px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.tw-py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.tw-px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.tw-pt-0 {
  padding-top: 0px !important;
}

.tw-pr-0 {
  padding-right: 0px !important;
}

.tw-pb-0 {
  padding-bottom: 0px !important;
}

.tw-pl-0 {
  padding-left: 0px !important;
}

.tw-pt-1 {
  padding-top: 0.25rem !important;
}

.tw-pr-1 {
  padding-right: 0.25rem !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pl-2 {
  padding-left: 0.5rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pr-3 {
  padding-right: 0.75rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.tw-pl-3 {
  padding-left: 0.75rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-pr-4 {
  padding-right: 1rem !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

.tw-pl-4 {
  padding-left: 1rem !important;
}

.tw-pt-5 {
  padding-top: 1.25rem !important;
}

.tw-pr-5 {
  padding-right: 1.25rem !important;
}

.tw-pb-5 {
  padding-bottom: 1.25rem !important;
}

.tw-pl-5 {
  padding-left: 1.25rem !important;
}

.tw-pt-6 {
  padding-top: 1.5rem !important;
}

.tw-pr-6 {
  padding-right: 1.5rem !important;
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pl-6 {
  padding-left: 1.5rem !important;
}

.tw-pt-7 {
  padding-top: 1.75rem !important;
}

.tw-pr-7 {
  padding-right: 1.75rem !important;
}

.tw-pb-7 {
  padding-bottom: 1.75rem !important;
}

.tw-pl-7 {
  padding-left: 1.75rem !important;
}

.tw-pt-8 {
  padding-top: 2rem !important;
}

.tw-pr-8 {
  padding-right: 2rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pl-8 {
  padding-left: 2rem !important;
}

.tw-pt-9 {
  padding-top: 2.25rem !important;
}

.tw-pr-9 {
  padding-right: 2.25rem !important;
}

.tw-pb-9 {
  padding-bottom: 2.25rem !important;
}

.tw-pl-9 {
  padding-left: 2.25rem !important;
}

.tw-pt-10 {
  padding-top: 2.5rem !important;
}

.tw-pr-10 {
  padding-right: 2.5rem !important;
}

.tw-pb-10 {
  padding-bottom: 2.5rem !important;
}

.tw-pl-10 {
  padding-left: 2.5rem !important;
}

.tw-pt-11 {
  padding-top: 2.75rem !important;
}

.tw-pr-11 {
  padding-right: 2.75rem !important;
}

.tw-pb-11 {
  padding-bottom: 2.75rem !important;
}

.tw-pl-11 {
  padding-left: 2.75rem !important;
}

.tw-pt-12 {
  padding-top: 3rem !important;
}

.tw-pr-12 {
  padding-right: 3rem !important;
}

.tw-pb-12 {
  padding-bottom: 3rem !important;
}

.tw-pl-12 {
  padding-left: 3rem !important;
}

.tw-pt-14 {
  padding-top: 3.5rem !important;
}

.tw-pr-14 {
  padding-right: 3.5rem !important;
}

.tw-pb-14 {
  padding-bottom: 3.5rem !important;
}

.tw-pl-14 {
  padding-left: 3.5rem !important;
}

.tw-pt-16 {
  padding-top: 4rem !important;
}

.tw-pr-16 {
  padding-right: 4rem !important;
}

.tw-pb-16 {
  padding-bottom: 4rem !important;
}

.tw-pl-16 {
  padding-left: 4rem !important;
}

.tw-pt-20 {
  padding-top: 5rem !important;
}

.tw-pr-20 {
  padding-right: 5rem !important;
}

.tw-pb-20 {
  padding-bottom: 5rem !important;
}

.tw-pl-20 {
  padding-left: 5rem !important;
}

.tw-pt-24 {
  padding-top: 6rem !important;
}

.tw-pr-24 {
  padding-right: 6rem !important;
}

.tw-pb-24 {
  padding-bottom: 6rem !important;
}

.tw-pl-24 {
  padding-left: 6rem !important;
}

.tw-pt-28 {
  padding-top: 7rem !important;
}

.tw-pr-28 {
  padding-right: 7rem !important;
}

.tw-pb-28 {
  padding-bottom: 7rem !important;
}

.tw-pl-28 {
  padding-left: 7rem !important;
}

.tw-pt-32 {
  padding-top: 8rem !important;
}

.tw-pr-32 {
  padding-right: 8rem !important;
}

.tw-pb-32 {
  padding-bottom: 8rem !important;
}

.tw-pl-32 {
  padding-left: 8rem !important;
}

.tw-pt-36 {
  padding-top: 9rem !important;
}

.tw-pr-36 {
  padding-right: 9rem !important;
}

.tw-pb-36 {
  padding-bottom: 9rem !important;
}

.tw-pl-36 {
  padding-left: 9rem !important;
}

.tw-pt-40 {
  padding-top: 10rem !important;
}

.tw-pr-40 {
  padding-right: 10rem !important;
}

.tw-pb-40 {
  padding-bottom: 10rem !important;
}

.tw-pl-40 {
  padding-left: 10rem !important;
}

.tw-pt-44 {
  padding-top: 11rem !important;
}

.tw-pr-44 {
  padding-right: 11rem !important;
}

.tw-pb-44 {
  padding-bottom: 11rem !important;
}

.tw-pl-44 {
  padding-left: 11rem !important;
}

.tw-pt-48 {
  padding-top: 12rem !important;
}

.tw-pr-48 {
  padding-right: 12rem !important;
}

.tw-pb-48 {
  padding-bottom: 12rem !important;
}

.tw-pl-48 {
  padding-left: 12rem !important;
}

.tw-pt-52 {
  padding-top: 13rem !important;
}

.tw-pr-52 {
  padding-right: 13rem !important;
}

.tw-pb-52 {
  padding-bottom: 13rem !important;
}

.tw-pl-52 {
  padding-left: 13rem !important;
}

.tw-pt-56 {
  padding-top: 14rem !important;
}

.tw-pr-56 {
  padding-right: 14rem !important;
}

.tw-pb-56 {
  padding-bottom: 14rem !important;
}

.tw-pl-56 {
  padding-left: 14rem !important;
}

.tw-pt-60 {
  padding-top: 15rem !important;
}

.tw-pr-60 {
  padding-right: 15rem !important;
}

.tw-pb-60 {
  padding-bottom: 15rem !important;
}

.tw-pl-60 {
  padding-left: 15rem !important;
}

.tw-pt-64 {
  padding-top: 16rem !important;
}

.tw-pr-64 {
  padding-right: 16rem !important;
}

.tw-pb-64 {
  padding-bottom: 16rem !important;
}

.tw-pl-64 {
  padding-left: 16rem !important;
}

.tw-pt-72 {
  padding-top: 18rem !important;
}

.tw-pr-72 {
  padding-right: 18rem !important;
}

.tw-pb-72 {
  padding-bottom: 18rem !important;
}

.tw-pl-72 {
  padding-left: 18rem !important;
}

.tw-pt-80 {
  padding-top: 20rem !important;
}

.tw-pr-80 {
  padding-right: 20rem !important;
}

.tw-pb-80 {
  padding-bottom: 20rem !important;
}

.tw-pl-80 {
  padding-left: 20rem !important;
}

.tw-pt-96 {
  padding-top: 24rem !important;
}

.tw-pr-96 {
  padding-right: 24rem !important;
}

.tw-pb-96 {
  padding-bottom: 24rem !important;
}

.tw-pl-96 {
  padding-left: 24rem !important;
}

.tw-pt-px {
  padding-top: 1px !important;
}

.tw-pr-px {
  padding-right: 1px !important;
}

.tw-pb-px {
  padding-bottom: 1px !important;
}

.tw-pl-px {
  padding-left: 1px !important;
}

.tw-pt-0\.5 {
  padding-top: 0.125rem !important;
}

.tw-pr-0\.5 {
  padding-right: 0.125rem !important;
}

.tw-pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.tw-pl-0\.5 {
  padding-left: 0.125rem !important;
}

.tw-pt-1\.5 {
  padding-top: 0.375rem !important;
}

.tw-pr-1\.5 {
  padding-right: 0.375rem !important;
}

.tw-pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.tw-pl-1\.5 {
  padding-left: 0.375rem !important;
}

.tw-pt-2\.5 {
  padding-top: 0.625rem !important;
}

.tw-pr-2\.5 {
  padding-right: 0.625rem !important;
}

.tw-pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.tw-pl-2\.5 {
  padding-left: 0.625rem !important;
}

.tw-pt-3\.5 {
  padding-top: 0.875rem !important;
}

.tw-pr-3\.5 {
  padding-right: 0.875rem !important;
}

.tw-pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.tw-pl-3\.5 {
  padding-left: 0.875rem !important;
}

.tw-placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent !important;
}

.tw-placeholder-transparent::placeholder {
  color: transparent !important;
}

.tw-placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current:-ms-input-placeholder {
  color: currentColor !important;
}

.tw-placeholder-current::placeholder {
  color: currentColor !important;
}

.tw-placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blueGray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-lightBlue-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-rose-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
}

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

.tw-placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:tw-placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus:-ms-input-placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:tw-placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blueGray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-amber-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-emerald-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-lightBlue-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-violet-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-fuchsia-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:tw-placeholder-rose-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
}

.tw-placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.tw-placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.tw-placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.tw-placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.tw-placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.tw-placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.tw-placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.tw-placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.tw-placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.tw-placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.tw-placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.tw-placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.tw-placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.tw-placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.tw-placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.tw-pointer-events-none {
  pointer-events: none !important;
}

.tw-pointer-events-auto {
  pointer-events: auto !important;
}

.tw-static {
  position: static !important;
}

.tw-fixed {
  position: fixed !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-sticky {
  position: sticky !important;
}

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

.tw-inset-1 {
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.tw-inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.tw-inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.tw-inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.tw-inset-5 {
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.tw-inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.tw-inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.tw-inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.tw-inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.tw-inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.tw-inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.tw-inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.tw-inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.tw-inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.tw-inset-20 {
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.tw-inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.tw-inset-28 {
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.tw-inset-32 {
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.tw-inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.tw-inset-40 {
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.tw-inset-44 {
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.tw-inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.tw-inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.tw-inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.tw-inset-60 {
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.tw-inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.tw-inset-72 {
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

.tw-inset-80 {
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.tw-inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.tw-inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.tw-inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.tw-inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.tw-inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.tw-inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.tw-inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

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

.tw--inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.tw--inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.tw--inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.tw--inset-4 {
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.tw--inset-5 {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.tw--inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.tw--inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.tw--inset-8 {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.tw--inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.tw--inset-10 {
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.tw--inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.tw--inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.tw--inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.tw--inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.tw--inset-20 {
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.tw--inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.tw--inset-28 {
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.tw--inset-32 {
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.tw--inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.tw--inset-40 {
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.tw--inset-44 {
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.tw--inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.tw--inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.tw--inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.tw--inset-60 {
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.tw--inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.tw--inset-72 {
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

.tw--inset-80 {
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.tw--inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.tw--inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.tw--inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.tw--inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.tw--inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.tw--inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.tw-inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.tw-inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.tw-inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.tw-inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.tw-inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.tw-inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.tw--inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.tw--inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.tw--inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.tw--inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.tw--inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.tw--inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.tw--inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-inset-y-7 {
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.tw-inset-x-7 {
  right: 1.75rem !important;
  left: 1.75rem !important;
}

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

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

.tw-inset-y-9 {
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.tw-inset-x-9 {
  right: 2.25rem !important;
  left: 2.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-inset-y-72 {
  top: 18rem !important;
  bottom: 18rem !important;
}

.tw-inset-x-72 {
  right: 18rem !important;
  left: 18rem !important;
}

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

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

.tw-inset-y-96 {
  top: 24rem !important;
  bottom: 24rem !important;
}

.tw-inset-x-96 {
  right: 24rem !important;
  left: 24rem !important;
}

.tw-inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.tw-inset-x-auto {
  right: auto !important;
  left: auto !important;
}

.tw-inset-y-px {
  top: 1px !important;
  bottom: 1px !important;
}

.tw-inset-x-px {
  right: 1px !important;
  left: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--inset-y-7 {
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.tw--inset-x-7 {
  right: -1.75rem !important;
  left: -1.75rem !important;
}

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

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

.tw--inset-y-9 {
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.tw--inset-x-9 {
  right: -2.25rem !important;
  left: -2.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--inset-y-72 {
  top: -18rem !important;
  bottom: -18rem !important;
}

.tw--inset-x-72 {
  right: -18rem !important;
  left: -18rem !important;
}

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

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

.tw--inset-y-96 {
  top: -24rem !important;
  bottom: -24rem !important;
}

.tw--inset-x-96 {
  right: -24rem !important;
  left: -24rem !important;
}

.tw--inset-y-px {
  top: -1px !important;
  bottom: -1px !important;
}

.tw--inset-x-px {
  right: -1px !important;
  left: -1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw--inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.tw--inset-x-2\/4 {
  right: -50% !important;
  left: -50% !important;
}

.tw--inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.tw--inset-x-3\/4 {
  right: -75% !important;
  left: -75% !important;
}

.tw--inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.tw--inset-x-full {
  right: -100% !important;
  left: -100% !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-right-0 {
  right: 0px !important;
}

.tw-bottom-0 {
  bottom: 0px !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-top-1 {
  top: 0.25rem !important;
}

.tw-right-1 {
  right: 0.25rem !important;
}

.tw-bottom-1 {
  bottom: 0.25rem !important;
}

.tw-left-1 {
  left: 0.25rem !important;
}

.tw-top-2 {
  top: 0.5rem !important;
}

.tw-right-2 {
  right: 0.5rem !important;
}

.tw-bottom-2 {
  bottom: 0.5rem !important;
}

.tw-left-2 {
  left: 0.5rem !important;
}

.tw-top-3 {
  top: 0.75rem !important;
}

.tw-right-3 {
  right: 0.75rem !important;
}

.tw-bottom-3 {
  bottom: 0.75rem !important;
}

.tw-left-3 {
  left: 0.75rem !important;
}

.tw-top-4 {
  top: 1rem !important;
}

.tw-right-4 {
  right: 1rem !important;
}

.tw-bottom-4 {
  bottom: 1rem !important;
}

.tw-left-4 {
  left: 1rem !important;
}

.tw-top-5 {
  top: 1.25rem !important;
}

.tw-right-5 {
  right: 1.25rem !important;
}

.tw-bottom-5 {
  bottom: 1.25rem !important;
}

.tw-left-5 {
  left: 1.25rem !important;
}

.tw-top-6 {
  top: 1.5rem !important;
}

.tw-right-6 {
  right: 1.5rem !important;
}

.tw-bottom-6 {
  bottom: 1.5rem !important;
}

.tw-left-6 {
  left: 1.5rem !important;
}

.tw-top-7 {
  top: 1.75rem !important;
}

.tw-right-7 {
  right: 1.75rem !important;
}

.tw-bottom-7 {
  bottom: 1.75rem !important;
}

.tw-left-7 {
  left: 1.75rem !important;
}

.tw-top-8 {
  top: 2rem !important;
}

.tw-right-8 {
  right: 2rem !important;
}

.tw-bottom-8 {
  bottom: 2rem !important;
}

.tw-left-8 {
  left: 2rem !important;
}

.tw-top-9 {
  top: 2.25rem !important;
}

.tw-right-9 {
  right: 2.25rem !important;
}

.tw-bottom-9 {
  bottom: 2.25rem !important;
}

.tw-left-9 {
  left: 2.25rem !important;
}

.tw-top-10 {
  top: 2.5rem !important;
}

.tw-right-10 {
  right: 2.5rem !important;
}

.tw-bottom-10 {
  bottom: 2.5rem !important;
}

.tw-left-10 {
  left: 2.5rem !important;
}

.tw-top-11 {
  top: 2.75rem !important;
}

.tw-right-11 {
  right: 2.75rem !important;
}

.tw-bottom-11 {
  bottom: 2.75rem !important;
}

.tw-left-11 {
  left: 2.75rem !important;
}

.tw-top-12 {
  top: 3rem !important;
}

.tw-right-12 {
  right: 3rem !important;
}

.tw-bottom-12 {
  bottom: 3rem !important;
}

.tw-left-12 {
  left: 3rem !important;
}

.tw-top-14 {
  top: 3.5rem !important;
}

.tw-right-14 {
  right: 3.5rem !important;
}

.tw-bottom-14 {
  bottom: 3.5rem !important;
}

.tw-left-14 {
  left: 3.5rem !important;
}

.tw-top-16 {
  top: 4rem !important;
}

.tw-right-16 {
  right: 4rem !important;
}

.tw-bottom-16 {
  bottom: 4rem !important;
}

.tw-left-16 {
  left: 4rem !important;
}

.tw-top-20 {
  top: 5rem !important;
}

.tw-right-20 {
  right: 5rem !important;
}

.tw-bottom-20 {
  bottom: 5rem !important;
}

.tw-left-20 {
  left: 5rem !important;
}

.tw-top-24 {
  top: 6rem !important;
}

.tw-right-24 {
  right: 6rem !important;
}

.tw-bottom-24 {
  bottom: 6rem !important;
}

.tw-left-24 {
  left: 6rem !important;
}

.tw-top-28 {
  top: 7rem !important;
}

.tw-right-28 {
  right: 7rem !important;
}

.tw-bottom-28 {
  bottom: 7rem !important;
}

.tw-left-28 {
  left: 7rem !important;
}

.tw-top-32 {
  top: 8rem !important;
}

.tw-right-32 {
  right: 8rem !important;
}

.tw-bottom-32 {
  bottom: 8rem !important;
}

.tw-left-32 {
  left: 8rem !important;
}

.tw-top-36 {
  top: 9rem !important;
}

.tw-right-36 {
  right: 9rem !important;
}

.tw-bottom-36 {
  bottom: 9rem !important;
}

.tw-left-36 {
  left: 9rem !important;
}

.tw-top-40 {
  top: 10rem !important;
}

.tw-right-40 {
  right: 10rem !important;
}

.tw-bottom-40 {
  bottom: 10rem !important;
}

.tw-left-40 {
  left: 10rem !important;
}

.tw-top-44 {
  top: 11rem !important;
}

.tw-right-44 {
  right: 11rem !important;
}

.tw-bottom-44 {
  bottom: 11rem !important;
}

.tw-left-44 {
  left: 11rem !important;
}

.tw-top-48 {
  top: 12rem !important;
}

.tw-right-48 {
  right: 12rem !important;
}

.tw-bottom-48 {
  bottom: 12rem !important;
}

.tw-left-48 {
  left: 12rem !important;
}

.tw-top-52 {
  top: 13rem !important;
}

.tw-right-52 {
  right: 13rem !important;
}

.tw-bottom-52 {
  bottom: 13rem !important;
}

.tw-left-52 {
  left: 13rem !important;
}

.tw-top-56 {
  top: 14rem !important;
}

.tw-right-56 {
  right: 14rem !important;
}

.tw-bottom-56 {
  bottom: 14rem !important;
}

.tw-left-56 {
  left: 14rem !important;
}

.tw-top-60 {
  top: 15rem !important;
}

.tw-right-60 {
  right: 15rem !important;
}

.tw-bottom-60 {
  bottom: 15rem !important;
}

.tw-left-60 {
  left: 15rem !important;
}

.tw-top-64 {
  top: 16rem !important;
}

.tw-right-64 {
  right: 16rem !important;
}

.tw-bottom-64 {
  bottom: 16rem !important;
}

.tw-left-64 {
  left: 16rem !important;
}

.tw-top-72 {
  top: 18rem !important;
}

.tw-right-72 {
  right: 18rem !important;
}

.tw-bottom-72 {
  bottom: 18rem !important;
}

.tw-left-72 {
  left: 18rem !important;
}

.tw-top-80 {
  top: 20rem !important;
}

.tw-right-80 {
  right: 20rem !important;
}

.tw-bottom-80 {
  bottom: 20rem !important;
}

.tw-left-80 {
  left: 20rem !important;
}

.tw-top-96 {
  top: 24rem !important;
}

.tw-right-96 {
  right: 24rem !important;
}

.tw-bottom-96 {
  bottom: 24rem !important;
}

.tw-left-96 {
  left: 24rem !important;
}

.tw-top-auto {
  top: auto !important;
}

.tw-right-auto {
  right: auto !important;
}

.tw-bottom-auto {
  bottom: auto !important;
}

.tw-left-auto {
  left: auto !important;
}

.tw-top-px {
  top: 1px !important;
}

.tw-right-px {
  right: 1px !important;
}

.tw-bottom-px {
  bottom: 1px !important;
}

.tw-left-px {
  left: 1px !important;
}

.tw-top-0\.5 {
  top: 0.125rem !important;
}

.tw-right-0\.5 {
  right: 0.125rem !important;
}

.tw-bottom-0\.5 {
  bottom: 0.125rem !important;
}

.tw-left-0\.5 {
  left: 0.125rem !important;
}

.tw-top-1\.5 {
  top: 0.375rem !important;
}

.tw-right-1\.5 {
  right: 0.375rem !important;
}

.tw-bottom-1\.5 {
  bottom: 0.375rem !important;
}

.tw-left-1\.5 {
  left: 0.375rem !important;
}

.tw-top-2\.5 {
  top: 0.625rem !important;
}

.tw-right-2\.5 {
  right: 0.625rem !important;
}

.tw-bottom-2\.5 {
  bottom: 0.625rem !important;
}

.tw-left-2\.5 {
  left: 0.625rem !important;
}

.tw-top-3\.5 {
  top: 0.875rem !important;
}

.tw-right-3\.5 {
  right: 0.875rem !important;
}

.tw-bottom-3\.5 {
  bottom: 0.875rem !important;
}

.tw-left-3\.5 {
  left: 0.875rem !important;
}

.tw--top-0 {
  top: 0px !important;
}

.tw--right-0 {
  right: 0px !important;
}

.tw--bottom-0 {
  bottom: 0px !important;
}

.tw--left-0 {
  left: 0px !important;
}

.tw--top-1 {
  top: -0.25rem !important;
}

.tw--right-1 {
  right: -0.25rem !important;
}

.tw--bottom-1 {
  bottom: -0.25rem !important;
}

.tw--left-1 {
  left: -0.25rem !important;
}

.tw--top-2 {
  top: -0.5rem !important;
}

.tw--right-2 {
  right: -0.5rem !important;
}

.tw--bottom-2 {
  bottom: -0.5rem !important;
}

.tw--left-2 {
  left: -0.5rem !important;
}

.tw--top-3 {
  top: -0.75rem !important;
}

.tw--right-3 {
  right: -0.75rem !important;
}

.tw--bottom-3 {
  bottom: -0.75rem !important;
}

.tw--left-3 {
  left: -0.75rem !important;
}

.tw--top-4 {
  top: -1rem !important;
}

.tw--right-4 {
  right: -1rem !important;
}

.tw--bottom-4 {
  bottom: -1rem !important;
}

.tw--left-4 {
  left: -1rem !important;
}

.tw--top-5 {
  top: -1.25rem !important;
}

.tw--right-5 {
  right: -1.25rem !important;
}

.tw--bottom-5 {
  bottom: -1.25rem !important;
}

.tw--left-5 {
  left: -1.25rem !important;
}

.tw--top-6 {
  top: -1.5rem !important;
}

.tw--right-6 {
  right: -1.5rem !important;
}

.tw--bottom-6 {
  bottom: -1.5rem !important;
}

.tw--left-6 {
  left: -1.5rem !important;
}

.tw--top-7 {
  top: -1.75rem !important;
}

.tw--right-7 {
  right: -1.75rem !important;
}

.tw--bottom-7 {
  bottom: -1.75rem !important;
}

.tw--left-7 {
  left: -1.75rem !important;
}

.tw--top-8 {
  top: -2rem !important;
}

.tw--right-8 {
  right: -2rem !important;
}

.tw--bottom-8 {
  bottom: -2rem !important;
}

.tw--left-8 {
  left: -2rem !important;
}

.tw--top-9 {
  top: -2.25rem !important;
}

.tw--right-9 {
  right: -2.25rem !important;
}

.tw--bottom-9 {
  bottom: -2.25rem !important;
}

.tw--left-9 {
  left: -2.25rem !important;
}

.tw--top-10 {
  top: -2.5rem !important;
}

.tw--right-10 {
  right: -2.5rem !important;
}

.tw--bottom-10 {
  bottom: -2.5rem !important;
}

.tw--left-10 {
  left: -2.5rem !important;
}

.tw--top-11 {
  top: -2.75rem !important;
}

.tw--right-11 {
  right: -2.75rem !important;
}

.tw--bottom-11 {
  bottom: -2.75rem !important;
}

.tw--left-11 {
  left: -2.75rem !important;
}

.tw--top-12 {
  top: -3rem !important;
}

.tw--right-12 {
  right: -3rem !important;
}

.tw--bottom-12 {
  bottom: -3rem !important;
}

.tw--left-12 {
  left: -3rem !important;
}

.tw--top-14 {
  top: -3.5rem !important;
}

.tw--right-14 {
  right: -3.5rem !important;
}

.tw--bottom-14 {
  bottom: -3.5rem !important;
}

.tw--left-14 {
  left: -3.5rem !important;
}

.tw--top-16 {
  top: -4rem !important;
}

.tw--right-16 {
  right: -4rem !important;
}

.tw--bottom-16 {
  bottom: -4rem !important;
}

.tw--left-16 {
  left: -4rem !important;
}

.tw--top-20 {
  top: -5rem !important;
}

.tw--right-20 {
  right: -5rem !important;
}

.tw--bottom-20 {
  bottom: -5rem !important;
}

.tw--left-20 {
  left: -5rem !important;
}

.tw--top-24 {
  top: -6rem !important;
}

.tw--right-24 {
  right: -6rem !important;
}

.tw--bottom-24 {
  bottom: -6rem !important;
}

.tw--left-24 {
  left: -6rem !important;
}

.tw--top-28 {
  top: -7rem !important;
}

.tw--right-28 {
  right: -7rem !important;
}

.tw--bottom-28 {
  bottom: -7rem !important;
}

.tw--left-28 {
  left: -7rem !important;
}

.tw--top-32 {
  top: -8rem !important;
}

.tw--right-32 {
  right: -8rem !important;
}

.tw--bottom-32 {
  bottom: -8rem !important;
}

.tw--left-32 {
  left: -8rem !important;
}

.tw--top-36 {
  top: -9rem !important;
}

.tw--right-36 {
  right: -9rem !important;
}

.tw--bottom-36 {
  bottom: -9rem !important;
}

.tw--left-36 {
  left: -9rem !important;
}

.tw--top-40 {
  top: -10rem !important;
}

.tw--right-40 {
  right: -10rem !important;
}

.tw--bottom-40 {
  bottom: -10rem !important;
}

.tw--left-40 {
  left: -10rem !important;
}

.tw--top-44 {
  top: -11rem !important;
}

.tw--right-44 {
  right: -11rem !important;
}

.tw--bottom-44 {
  bottom: -11rem !important;
}

.tw--left-44 {
  left: -11rem !important;
}

.tw--top-48 {
  top: -12rem !important;
}

.tw--right-48 {
  right: -12rem !important;
}

.tw--bottom-48 {
  bottom: -12rem !important;
}

.tw--left-48 {
  left: -12rem !important;
}

.tw--top-52 {
  top: -13rem !important;
}

.tw--right-52 {
  right: -13rem !important;
}

.tw--bottom-52 {
  bottom: -13rem !important;
}

.tw--left-52 {
  left: -13rem !important;
}

.tw--top-56 {
  top: -14rem !important;
}

.tw--right-56 {
  right: -14rem !important;
}

.tw--bottom-56 {
  bottom: -14rem !important;
}

.tw--left-56 {
  left: -14rem !important;
}

.tw--top-60 {
  top: -15rem !important;
}

.tw--right-60 {
  right: -15rem !important;
}

.tw--bottom-60 {
  bottom: -15rem !important;
}

.tw--left-60 {
  left: -15rem !important;
}

.tw--top-64 {
  top: -16rem !important;
}

.tw--right-64 {
  right: -16rem !important;
}

.tw--bottom-64 {
  bottom: -16rem !important;
}

.tw--left-64 {
  left: -16rem !important;
}

.tw--top-72 {
  top: -18rem !important;
}

.tw--right-72 {
  right: -18rem !important;
}

.tw--bottom-72 {
  bottom: -18rem !important;
}

.tw--left-72 {
  left: -18rem !important;
}

.tw--top-80 {
  top: -20rem !important;
}

.tw--right-80 {
  right: -20rem !important;
}

.tw--bottom-80 {
  bottom: -20rem !important;
}

.tw--left-80 {
  left: -20rem !important;
}

.tw--top-96 {
  top: -24rem !important;
}

.tw--right-96 {
  right: -24rem !important;
}

.tw--bottom-96 {
  bottom: -24rem !important;
}

.tw--left-96 {
  left: -24rem !important;
}

.tw--top-px {
  top: -1px !important;
}

.tw--right-px {
  right: -1px !important;
}

.tw--bottom-px {
  bottom: -1px !important;
}

.tw--left-px {
  left: -1px !important;
}

.tw--top-0\.5 {
  top: -0.125rem !important;
}

.tw--right-0\.5 {
  right: -0.125rem !important;
}

.tw--bottom-0\.5 {
  bottom: -0.125rem !important;
}

.tw--left-0\.5 {
  left: -0.125rem !important;
}

.tw--top-1\.5 {
  top: -0.375rem !important;
}

.tw--right-1\.5 {
  right: -0.375rem !important;
}

.tw--bottom-1\.5 {
  bottom: -0.375rem !important;
}

.tw--left-1\.5 {
  left: -0.375rem !important;
}

.tw--top-2\.5 {
  top: -0.625rem !important;
}

.tw--right-2\.5 {
  right: -0.625rem !important;
}

.tw--bottom-2\.5 {
  bottom: -0.625rem !important;
}

.tw--left-2\.5 {
  left: -0.625rem !important;
}

.tw--top-3\.5 {
  top: -0.875rem !important;
}

.tw--right-3\.5 {
  right: -0.875rem !important;
}

.tw--bottom-3\.5 {
  bottom: -0.875rem !important;
}

.tw--left-3\.5 {
  left: -0.875rem !important;
}

.tw-top-1\/2 {
  top: 50% !important;
}

.tw-right-1\/2 {
  right: 50% !important;
}

.tw-bottom-1\/2 {
  bottom: 50% !important;
}

.tw-left-1\/2 {
  left: 50% !important;
}

.tw-top-1\/3 {
  top: 33.333333% !important;
}

.tw-right-1\/3 {
  right: 33.333333% !important;
}

.tw-bottom-1\/3 {
  bottom: 33.333333% !important;
}

.tw-left-1\/3 {
  left: 33.333333% !important;
}

.tw-top-2\/3 {
  top: 66.666667% !important;
}

.tw-right-2\/3 {
  right: 66.666667% !important;
}

.tw-bottom-2\/3 {
  bottom: 66.666667% !important;
}

.tw-left-2\/3 {
  left: 66.666667% !important;
}

.tw-top-1\/4 {
  top: 25% !important;
}

.tw-right-1\/4 {
  right: 25% !important;
}

.tw-bottom-1\/4 {
  bottom: 25% !important;
}

.tw-left-1\/4 {
  left: 25% !important;
}

.tw-top-2\/4 {
  top: 50% !important;
}

.tw-right-2\/4 {
  right: 50% !important;
}

.tw-bottom-2\/4 {
  bottom: 50% !important;
}

.tw-left-2\/4 {
  left: 50% !important;
}

.tw-top-3\/4 {
  top: 75% !important;
}

.tw-right-3\/4 {
  right: 75% !important;
}

.tw-bottom-3\/4 {
  bottom: 75% !important;
}

.tw-left-3\/4 {
  left: 75% !important;
}

.tw-top-full {
  top: 100% !important;
}

.tw-right-full {
  right: 100% !important;
}

.tw-bottom-full {
  bottom: 100% !important;
}

.tw-left-full {
  left: 100% !important;
}

.tw--top-1\/2 {
  top: -50% !important;
}

.tw--right-1\/2 {
  right: -50% !important;
}

.tw--bottom-1\/2 {
  bottom: -50% !important;
}

.tw--left-1\/2 {
  left: -50% !important;
}

.tw--top-1\/3 {
  top: -33.333333% !important;
}

.tw--right-1\/3 {
  right: -33.333333% !important;
}

.tw--bottom-1\/3 {
  bottom: -33.333333% !important;
}

.tw--left-1\/3 {
  left: -33.333333% !important;
}

.tw--top-2\/3 {
  top: -66.666667% !important;
}

.tw--right-2\/3 {
  right: -66.666667% !important;
}

.tw--bottom-2\/3 {
  bottom: -66.666667% !important;
}

.tw--left-2\/3 {
  left: -66.666667% !important;
}

.tw--top-1\/4 {
  top: -25% !important;
}

.tw--right-1\/4 {
  right: -25% !important;
}

.tw--bottom-1\/4 {
  bottom: -25% !important;
}

.tw--left-1\/4 {
  left: -25% !important;
}

.tw--top-2\/4 {
  top: -50% !important;
}

.tw--right-2\/4 {
  right: -50% !important;
}

.tw--bottom-2\/4 {
  bottom: -50% !important;
}

.tw--left-2\/4 {
  left: -50% !important;
}

.tw--top-3\/4 {
  top: -75% !important;
}

.tw--right-3\/4 {
  right: -75% !important;
}

.tw--bottom-3\/4 {
  bottom: -75% !important;
}

.tw--left-3\/4 {
  left: -75% !important;
}

.tw--top-full {
  top: -100% !important;
}

.tw--right-full {
  right: -100% !important;
}

.tw--bottom-full {
  bottom: -100% !important;
}

.tw--left-full {
  left: -100% !important;
}

.tw-resize-none {
  resize: none !important;
}

.tw-resize-y {
  resize: vertical !important;
}

.tw-resize-x {
  resize: horizontal !important;
}

.tw-resize {
  resize: both !important;
}

* {
  --tw-shadow: 0 0 #0000;
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-group:hover .group-hover\:tw-shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:tw-shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:tw-shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.tw-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.tw-ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:tw-ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:tw-ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:tw-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:tw-ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.tw-ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.tw-ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.tw-ring-offset-black {
  --tw-ring-offset-color: #000 !important;
}

.tw-ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.tw-ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa !important;
}

.tw-ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.tw-ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.tw-ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.tw-ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa !important;
}

.tw-ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a !important;
}

.tw-ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b !important;
}

.tw-ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46 !important;
}

.tw-ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a !important;
}

.tw-ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b !important;
}

.tw-ring-offset-blueGray-50 {
  --tw-ring-offset-color: #f8fafc !important;
}

.tw-ring-offset-blueGray-100 {
  --tw-ring-offset-color: #f1f5f9 !important;
}

.tw-ring-offset-blueGray-200 {
  --tw-ring-offset-color: #e2e8f0 !important;
}

.tw-ring-offset-blueGray-300 {
  --tw-ring-offset-color: #cbd5e1 !important;
}

.tw-ring-offset-blueGray-400 {
  --tw-ring-offset-color: #94a3b8 !important;
}

.tw-ring-offset-blueGray-500 {
  --tw-ring-offset-color: #64748b !important;
}

.tw-ring-offset-blueGray-600 {
  --tw-ring-offset-color: #475569 !important;
}

.tw-ring-offset-blueGray-700 {
  --tw-ring-offset-color: #334155 !important;
}

.tw-ring-offset-blueGray-800 {
  --tw-ring-offset-color: #1e293b !important;
}

.tw-ring-offset-blueGray-900 {
  --tw-ring-offset-color: #0f172a !important;
}

.tw-ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2 !important;
}

.tw-ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2 !important;
}

.tw-ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca !important;
}

.tw-ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5 !important;
}

.tw-ring-offset-red-400 {
  --tw-ring-offset-color: #f87171 !important;
}

.tw-ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444 !important;
}

.tw-ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626 !important;
}

.tw-ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c !important;
}

.tw-ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b !important;
}

.tw-ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d !important;
}

.tw-ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff !important;
}

.tw-ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe !important;
}

.tw-ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe !important;
}

.tw-ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd !important;
}

.tw-ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa !important;
}

.tw-ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6 !important;
}

.tw-ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb !important;
}

.tw-ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.tw-ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af !important;
}

.tw-ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a !important;
}

.tw-ring-offset-amber-50 {
  --tw-ring-offset-color: #fffbeb !important;
}

.tw-ring-offset-amber-100 {
  --tw-ring-offset-color: #fef3c7 !important;
}

.tw-ring-offset-amber-200 {
  --tw-ring-offset-color: #fde68a !important;
}

.tw-ring-offset-amber-300 {
  --tw-ring-offset-color: #fcd34d !important;
}

.tw-ring-offset-amber-400 {
  --tw-ring-offset-color: #fbbf24 !important;
}

.tw-ring-offset-amber-500 {
  --tw-ring-offset-color: #f59e0b !important;
}

.tw-ring-offset-amber-600 {
  --tw-ring-offset-color: #d97706 !important;
}

.tw-ring-offset-amber-700 {
  --tw-ring-offset-color: #b45309 !important;
}

.tw-ring-offset-amber-800 {
  --tw-ring-offset-color: #92400e !important;
}

.tw-ring-offset-amber-900 {
  --tw-ring-offset-color: #78350f !important;
}

.tw-ring-offset-orange-50 {
  --tw-ring-offset-color: #fff7ed !important;
}

.tw-ring-offset-orange-100 {
  --tw-ring-offset-color: #ffedd5 !important;
}

.tw-ring-offset-orange-200 {
  --tw-ring-offset-color: #fed7aa !important;
}

.tw-ring-offset-orange-300 {
  --tw-ring-offset-color: #fdba74 !important;
}

.tw-ring-offset-orange-400 {
  --tw-ring-offset-color: #fb923c !important;
}

.tw-ring-offset-orange-500 {
  --tw-ring-offset-color: #f97316 !important;
}

.tw-ring-offset-orange-600 {
  --tw-ring-offset-color: #ea580c !important;
}

.tw-ring-offset-orange-700 {
  --tw-ring-offset-color: #c2410c !important;
}

.tw-ring-offset-orange-800 {
  --tw-ring-offset-color: #9a3412 !important;
}

.tw-ring-offset-orange-900 {
  --tw-ring-offset-color: #7c2d12 !important;
}

.tw-ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8 !important;
}

.tw-ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3 !important;
}

.tw-ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a !important;
}

.tw-ring-offset-yellow-300 {
  --tw-ring-offset-color: #fde047 !important;
}

.tw-ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15 !important;
}

.tw-ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308 !important;
}

.tw-ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04 !important;
}

.tw-ring-offset-yellow-700 {
  --tw-ring-offset-color: #a16207 !important;
}

.tw-ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e !important;
}

.tw-ring-offset-yellow-900 {
  --tw-ring-offset-color: #713f12 !important;
}

.tw-ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7 !important;
}

.tw-ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb !important;
}

.tw-ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d !important;
}

.tw-ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264 !important;
}

.tw-ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635 !important;
}

.tw-ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16 !important;
}

.tw-ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d !important;
}

.tw-ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f !important;
}

.tw-ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212 !important;
}

.tw-ring-offset-lime-900 {
  --tw-ring-offset-color: #365314 !important;
}

.tw-ring-offset-green-50 {
  --tw-ring-offset-color: #f0fdf4 !important;
}

.tw-ring-offset-green-100 {
  --tw-ring-offset-color: #dcfce7 !important;
}

.tw-ring-offset-green-200 {
  --tw-ring-offset-color: #bbf7d0 !important;
}

.tw-ring-offset-green-300 {
  --tw-ring-offset-color: #86efac !important;
}

.tw-ring-offset-green-400 {
  --tw-ring-offset-color: #4ade80 !important;
}

.tw-ring-offset-green-500 {
  --tw-ring-offset-color: #22c55e !important;
}

.tw-ring-offset-green-600 {
  --tw-ring-offset-color: #16a34a !important;
}

.tw-ring-offset-green-700 {
  --tw-ring-offset-color: #15803d !important;
}

.tw-ring-offset-green-800 {
  --tw-ring-offset-color: #166534 !important;
}

.tw-ring-offset-green-900 {
  --tw-ring-offset-color: #14532d !important;
}

.tw-ring-offset-emerald-50 {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.tw-ring-offset-emerald-100 {
  --tw-ring-offset-color: #d1fae5 !important;
}

.tw-ring-offset-emerald-200 {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.tw-ring-offset-emerald-300 {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.tw-ring-offset-emerald-400 {
  --tw-ring-offset-color: #34d399 !important;
}

.tw-ring-offset-emerald-500 {
  --tw-ring-offset-color: #10b981 !important;
}

.tw-ring-offset-emerald-600 {
  --tw-ring-offset-color: #059669 !important;
}

.tw-ring-offset-emerald-700 {
  --tw-ring-offset-color: #047857 !important;
}

.tw-ring-offset-emerald-800 {
  --tw-ring-offset-color: #065f46 !important;
}

.tw-ring-offset-emerald-900 {
  --tw-ring-offset-color: #064e3b !important;
}

.tw-ring-offset-teal-50 {
  --tw-ring-offset-color: #f0fdfa !important;
}

.tw-ring-offset-teal-100 {
  --tw-ring-offset-color: #ccfbf1 !important;
}

.tw-ring-offset-teal-200 {
  --tw-ring-offset-color: #99f6e4 !important;
}

.tw-ring-offset-teal-300 {
  --tw-ring-offset-color: #5eead4 !important;
}

.tw-ring-offset-teal-400 {
  --tw-ring-offset-color: #2dd4bf !important;
}

.tw-ring-offset-teal-500 {
  --tw-ring-offset-color: #14b8a6 !important;
}

.tw-ring-offset-teal-600 {
  --tw-ring-offset-color: #0d9488 !important;
}

.tw-ring-offset-teal-700 {
  --tw-ring-offset-color: #0f766e !important;
}

.tw-ring-offset-teal-800 {
  --tw-ring-offset-color: #115e59 !important;
}

.tw-ring-offset-teal-900 {
  --tw-ring-offset-color: #134e4a !important;
}

.tw-ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff !important;
}

.tw-ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe !important;
}

.tw-ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc !important;
}

.tw-ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9 !important;
}

.tw-ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee !important;
}

.tw-ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4 !important;
}

.tw-ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2 !important;
}

.tw-ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490 !important;
}

.tw-ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75 !important;
}

.tw-ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63 !important;
}

.tw-ring-offset-lightBlue-50 {
  --tw-ring-offset-color: #f0f9ff !important;
}

.tw-ring-offset-lightBlue-100 {
  --tw-ring-offset-color: #e0f2fe !important;
}

.tw-ring-offset-lightBlue-200 {
  --tw-ring-offset-color: #bae6fd !important;
}

.tw-ring-offset-lightBlue-300 {
  --tw-ring-offset-color: #7dd3fc !important;
}

.tw-ring-offset-lightBlue-400 {
  --tw-ring-offset-color: #38bdf8 !important;
}

.tw-ring-offset-lightBlue-500 {
  --tw-ring-offset-color: #0ea5e9 !important;
}

.tw-ring-offset-lightBlue-600 {
  --tw-ring-offset-color: #0284c7 !important;
}

.tw-ring-offset-lightBlue-700 {
  --tw-ring-offset-color: #0369a1 !important;
}

.tw-ring-offset-lightBlue-800 {
  --tw-ring-offset-color: #075985 !important;
}

.tw-ring-offset-lightBlue-900 {
  --tw-ring-offset-color: #0c4a6e !important;
}

.tw-ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff !important;
}

.tw-ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff !important;
}

.tw-ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe !important;
}

.tw-ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc !important;
}

.tw-ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8 !important;
}

.tw-ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1 !important;
}

.tw-ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5 !important;
}

.tw-ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca !important;
}

.tw-ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3 !important;
}

.tw-ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81 !important;
}

.tw-ring-offset-violet-50 {
  --tw-ring-offset-color: #f5f3ff !important;
}

.tw-ring-offset-violet-100 {
  --tw-ring-offset-color: #ede9fe !important;
}

.tw-ring-offset-violet-200 {
  --tw-ring-offset-color: #ddd6fe !important;
}

.tw-ring-offset-violet-300 {
  --tw-ring-offset-color: #c4b5fd !important;
}

.tw-ring-offset-violet-400 {
  --tw-ring-offset-color: #a78bfa !important;
}

.tw-ring-offset-violet-500 {
  --tw-ring-offset-color: #8b5cf6 !important;
}

.tw-ring-offset-violet-600 {
  --tw-ring-offset-color: #7c3aed !important;
}

.tw-ring-offset-violet-700 {
  --tw-ring-offset-color: #6d28d9 !important;
}

.tw-ring-offset-violet-800 {
  --tw-ring-offset-color: #5b21b6 !important;
}

.tw-ring-offset-violet-900 {
  --tw-ring-offset-color: #4c1d95 !important;
}

.tw-ring-offset-purple-50 {
  --tw-ring-offset-color: #faf5ff !important;
}

.tw-ring-offset-purple-100 {
  --tw-ring-offset-color: #f3e8ff !important;
}

.tw-ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d5ff !important;
}

.tw-ring-offset-purple-300 {
  --tw-ring-offset-color: #d8b4fe !important;
}

.tw-ring-offset-purple-400 {
  --tw-ring-offset-color: #c084fc !important;
}

.tw-ring-offset-purple-500 {
  --tw-ring-offset-color: #a855f7 !important;
}

.tw-ring-offset-purple-600 {
  --tw-ring-offset-color: #9333ea !important;
}

.tw-ring-offset-purple-700 {
  --tw-ring-offset-color: #7e22ce !important;
}

.tw-ring-offset-purple-800 {
  --tw-ring-offset-color: #6b21a8 !important;
}

.tw-ring-offset-purple-900 {
  --tw-ring-offset-color: #581c87 !important;
}

.tw-ring-offset-fuchsia-50 {
  --tw-ring-offset-color: #fdf4ff !important;
}

.tw-ring-offset-fuchsia-100 {
  --tw-ring-offset-color: #fae8ff !important;
}

.tw-ring-offset-fuchsia-200 {
  --tw-ring-offset-color: #f5d0fe !important;
}

.tw-ring-offset-fuchsia-300 {
  --tw-ring-offset-color: #f0abfc !important;
}

.tw-ring-offset-fuchsia-400 {
  --tw-ring-offset-color: #e879f9 !important;
}

.tw-ring-offset-fuchsia-500 {
  --tw-ring-offset-color: #d946ef !important;
}

.tw-ring-offset-fuchsia-600 {
  --tw-ring-offset-color: #c026d3 !important;
}

.tw-ring-offset-fuchsia-700 {
  --tw-ring-offset-color: #a21caf !important;
}

.tw-ring-offset-fuchsia-800 {
  --tw-ring-offset-color: #86198f !important;
}

.tw-ring-offset-fuchsia-900 {
  --tw-ring-offset-color: #701a75 !important;
}

.tw-ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.tw-ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3 !important;
}

.tw-ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.tw-ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.tw-ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6 !important;
}

.tw-ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899 !important;
}

.tw-ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777 !important;
}

.tw-ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d !important;
}

.tw-ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d !important;
}

.tw-ring-offset-pink-900 {
  --tw-ring-offset-color: #831843 !important;
}

.tw-ring-offset-rose-50 {
  --tw-ring-offset-color: #fff1f2 !important;
}

.tw-ring-offset-rose-100 {
  --tw-ring-offset-color: #ffe4e6 !important;
}

.tw-ring-offset-rose-200 {
  --tw-ring-offset-color: #fecdd3 !important;
}

.tw-ring-offset-rose-300 {
  --tw-ring-offset-color: #fda4af !important;
}

.tw-ring-offset-rose-400 {
  --tw-ring-offset-color: #fb7185 !important;
}

.tw-ring-offset-rose-500 {
  --tw-ring-offset-color: #f43f5e !important;
}

.tw-ring-offset-rose-600 {
  --tw-ring-offset-color: #e11d48 !important;
}

.tw-ring-offset-rose-700 {
  --tw-ring-offset-color: #be123c !important;
}

.tw-ring-offset-rose-800 {
  --tw-ring-offset-color: #9f1239 !important;
}

.tw-ring-offset-rose-900 {
  --tw-ring-offset-color: #881337 !important;
}

.focus-within\:tw-ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:tw-ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:tw-ring-offset-black:focus-within {
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:tw-ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:tw-ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa !important;
}

.focus-within\:tw-ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus-within\:tw-ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus-within\:tw-ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus-within\:tw-ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus-within\:tw-ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a !important;
}

.focus-within\:tw-ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b !important;
}

.focus-within\:tw-ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus-within\:tw-ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a !important;
}

.focus-within\:tw-ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b !important;
}

.focus-within\:tw-ring-offset-blueGray-50:focus-within {
  --tw-ring-offset-color: #f8fafc !important;
}

.focus-within\:tw-ring-offset-blueGray-100:focus-within {
  --tw-ring-offset-color: #f1f5f9 !important;
}

.focus-within\:tw-ring-offset-blueGray-200:focus-within {
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus-within\:tw-ring-offset-blueGray-300:focus-within {
  --tw-ring-offset-color: #cbd5e1 !important;
}

.focus-within\:tw-ring-offset-blueGray-400:focus-within {
  --tw-ring-offset-color: #94a3b8 !important;
}

.focus-within\:tw-ring-offset-blueGray-500:focus-within {
  --tw-ring-offset-color: #64748b !important;
}

.focus-within\:tw-ring-offset-blueGray-600:focus-within {
  --tw-ring-offset-color: #475569 !important;
}

.focus-within\:tw-ring-offset-blueGray-700:focus-within {
  --tw-ring-offset-color: #334155 !important;
}

.focus-within\:tw-ring-offset-blueGray-800:focus-within {
  --tw-ring-offset-color: #1e293b !important;
}

.focus-within\:tw-ring-offset-blueGray-900:focus-within {
  --tw-ring-offset-color: #0f172a !important;
}

.focus-within\:tw-ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus-within\:tw-ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus-within\:tw-ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca !important;
}

.focus-within\:tw-ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus-within\:tw-ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171 !important;
}

.focus-within\:tw-ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444 !important;
}

.focus-within\:tw-ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626 !important;
}

.focus-within\:tw-ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c !important;
}

.focus-within\:tw-ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b !important;
}

.focus-within\:tw-ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus-within\:tw-ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff !important;
}

.focus-within\:tw-ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe !important;
}

.focus-within\:tw-ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus-within\:tw-ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd !important;
}

.focus-within\:tw-ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa !important;
}

.focus-within\:tw-ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus-within\:tw-ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb !important;
}

.focus-within\:tw-ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus-within\:tw-ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af !important;
}

.focus-within\:tw-ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus-within\:tw-ring-offset-amber-50:focus-within {
  --tw-ring-offset-color: #fffbeb !important;
}

.focus-within\:tw-ring-offset-amber-100:focus-within {
  --tw-ring-offset-color: #fef3c7 !important;
}

.focus-within\:tw-ring-offset-amber-200:focus-within {
  --tw-ring-offset-color: #fde68a !important;
}

.focus-within\:tw-ring-offset-amber-300:focus-within {
  --tw-ring-offset-color: #fcd34d !important;
}

.focus-within\:tw-ring-offset-amber-400:focus-within {
  --tw-ring-offset-color: #fbbf24 !important;
}

.focus-within\:tw-ring-offset-amber-500:focus-within {
  --tw-ring-offset-color: #f59e0b !important;
}

.focus-within\:tw-ring-offset-amber-600:focus-within {
  --tw-ring-offset-color: #d97706 !important;
}

.focus-within\:tw-ring-offset-amber-700:focus-within {
  --tw-ring-offset-color: #b45309 !important;
}

.focus-within\:tw-ring-offset-amber-800:focus-within {
  --tw-ring-offset-color: #92400e !important;
}

.focus-within\:tw-ring-offset-amber-900:focus-within {
  --tw-ring-offset-color: #78350f !important;
}

.focus-within\:tw-ring-offset-orange-50:focus-within {
  --tw-ring-offset-color: #fff7ed !important;
}

.focus-within\:tw-ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #ffedd5 !important;
}

.focus-within\:tw-ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #fed7aa !important;
}

.focus-within\:tw-ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #fdba74 !important;
}

.focus-within\:tw-ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #fb923c !important;
}

.focus-within\:tw-ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #f97316 !important;
}

.focus-within\:tw-ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #ea580c !important;
}

.focus-within\:tw-ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #c2410c !important;
}

.focus-within\:tw-ring-offset-orange-800:focus-within {
  --tw-ring-offset-color: #9a3412 !important;
}

.focus-within\:tw-ring-offset-orange-900:focus-within {
  --tw-ring-offset-color: #7c2d12 !important;
}

.focus-within\:tw-ring-offset-yellow-50:focus-within {
  --tw-ring-offset-color: #fefce8 !important;
}

.focus-within\:tw-ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fef9c3 !important;
}

.focus-within\:tw-ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fef08a !important;
}

.focus-within\:tw-ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #fde047 !important;
}

.focus-within\:tw-ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #facc15 !important;
}

.focus-within\:tw-ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #eab308 !important;
}

.focus-within\:tw-ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #ca8a04 !important;
}

.focus-within\:tw-ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #a16207 !important;
}

.focus-within\:tw-ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #854d0e !important;
}

.focus-within\:tw-ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #713f12 !important;
}

.focus-within\:tw-ring-offset-lime-50:focus-within {
  --tw-ring-offset-color: #f7fee7 !important;
}

.focus-within\:tw-ring-offset-lime-100:focus-within {
  --tw-ring-offset-color: #ecfccb !important;
}

.focus-within\:tw-ring-offset-lime-200:focus-within {
  --tw-ring-offset-color: #d9f99d !important;
}

.focus-within\:tw-ring-offset-lime-300:focus-within {
  --tw-ring-offset-color: #bef264 !important;
}

.focus-within\:tw-ring-offset-lime-400:focus-within {
  --tw-ring-offset-color: #a3e635 !important;
}

.focus-within\:tw-ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #84cc16 !important;
}

.focus-within\:tw-ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #65a30d !important;
}

.focus-within\:tw-ring-offset-lime-700:focus-within {
  --tw-ring-offset-color: #4d7c0f !important;
}

.focus-within\:tw-ring-offset-lime-800:focus-within {
  --tw-ring-offset-color: #3f6212 !important;
}

.focus-within\:tw-ring-offset-lime-900:focus-within {
  --tw-ring-offset-color: #365314 !important;
}

.focus-within\:tw-ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #f0fdf4 !important;
}

.focus-within\:tw-ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #dcfce7 !important;
}

.focus-within\:tw-ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #bbf7d0 !important;
}

.focus-within\:tw-ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #86efac !important;
}

.focus-within\:tw-ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #4ade80 !important;
}

.focus-within\:tw-ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #22c55e !important;
}

.focus-within\:tw-ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #16a34a !important;
}

.focus-within\:tw-ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #15803d !important;
}

.focus-within\:tw-ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #166534 !important;
}

.focus-within\:tw-ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #14532d !important;
}

.focus-within\:tw-ring-offset-emerald-50:focus-within {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus-within\:tw-ring-offset-emerald-100:focus-within {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus-within\:tw-ring-offset-emerald-200:focus-within {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus-within\:tw-ring-offset-emerald-300:focus-within {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus-within\:tw-ring-offset-emerald-400:focus-within {
  --tw-ring-offset-color: #34d399 !important;
}

.focus-within\:tw-ring-offset-emerald-500:focus-within {
  --tw-ring-offset-color: #10b981 !important;
}

.focus-within\:tw-ring-offset-emerald-600:focus-within {
  --tw-ring-offset-color: #059669 !important;
}

.focus-within\:tw-ring-offset-emerald-700:focus-within {
  --tw-ring-offset-color: #047857 !important;
}

.focus-within\:tw-ring-offset-emerald-800:focus-within {
  --tw-ring-offset-color: #065f46 !important;
}

.focus-within\:tw-ring-offset-emerald-900:focus-within {
  --tw-ring-offset-color: #064e3b !important;
}

.focus-within\:tw-ring-offset-teal-50:focus-within {
  --tw-ring-offset-color: #f0fdfa !important;
}

.focus-within\:tw-ring-offset-teal-100:focus-within {
  --tw-ring-offset-color: #ccfbf1 !important;
}

.focus-within\:tw-ring-offset-teal-200:focus-within {
  --tw-ring-offset-color: #99f6e4 !important;
}

.focus-within\:tw-ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #5eead4 !important;
}

.focus-within\:tw-ring-offset-teal-400:focus-within {
  --tw-ring-offset-color: #2dd4bf !important;
}

.focus-within\:tw-ring-offset-teal-500:focus-within {
  --tw-ring-offset-color: #14b8a6 !important;
}

.focus-within\:tw-ring-offset-teal-600:focus-within {
  --tw-ring-offset-color: #0d9488 !important;
}

.focus-within\:tw-ring-offset-teal-700:focus-within {
  --tw-ring-offset-color: #0f766e !important;
}

.focus-within\:tw-ring-offset-teal-800:focus-within {
  --tw-ring-offset-color: #115e59 !important;
}

.focus-within\:tw-ring-offset-teal-900:focus-within {
  --tw-ring-offset-color: #134e4a !important;
}

.focus-within\:tw-ring-offset-cyan-50:focus-within {
  --tw-ring-offset-color: #ecfeff !important;
}

.focus-within\:tw-ring-offset-cyan-100:focus-within {
  --tw-ring-offset-color: #cffafe !important;
}

.focus-within\:tw-ring-offset-cyan-200:focus-within {
  --tw-ring-offset-color: #a5f3fc !important;
}

.focus-within\:tw-ring-offset-cyan-300:focus-within {
  --tw-ring-offset-color: #67e8f9 !important;
}

.focus-within\:tw-ring-offset-cyan-400:focus-within {
  --tw-ring-offset-color: #22d3ee !important;
}

.focus-within\:tw-ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #06b6d4 !important;
}

.focus-within\:tw-ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #0891b2 !important;
}

.focus-within\:tw-ring-offset-cyan-700:focus-within {
  --tw-ring-offset-color: #0e7490 !important;
}

.focus-within\:tw-ring-offset-cyan-800:focus-within {
  --tw-ring-offset-color: #155e75 !important;
}

.focus-within\:tw-ring-offset-cyan-900:focus-within {
  --tw-ring-offset-color: #164e63 !important;
}

.focus-within\:tw-ring-offset-lightBlue-50:focus-within {
  --tw-ring-offset-color: #f0f9ff !important;
}

.focus-within\:tw-ring-offset-lightBlue-100:focus-within {
  --tw-ring-offset-color: #e0f2fe !important;
}

.focus-within\:tw-ring-offset-lightBlue-200:focus-within {
  --tw-ring-offset-color: #bae6fd !important;
}

.focus-within\:tw-ring-offset-lightBlue-300:focus-within {
  --tw-ring-offset-color: #7dd3fc !important;
}

.focus-within\:tw-ring-offset-lightBlue-400:focus-within {
  --tw-ring-offset-color: #38bdf8 !important;
}

.focus-within\:tw-ring-offset-lightBlue-500:focus-within {
  --tw-ring-offset-color: #0ea5e9 !important;
}

.focus-within\:tw-ring-offset-lightBlue-600:focus-within {
  --tw-ring-offset-color: #0284c7 !important;
}

.focus-within\:tw-ring-offset-lightBlue-700:focus-within {
  --tw-ring-offset-color: #0369a1 !important;
}

.focus-within\:tw-ring-offset-lightBlue-800:focus-within {
  --tw-ring-offset-color: #075985 !important;
}

.focus-within\:tw-ring-offset-lightBlue-900:focus-within {
  --tw-ring-offset-color: #0c4a6e !important;
}

.focus-within\:tw-ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff !important;
}

.focus-within\:tw-ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus-within\:tw-ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus-within\:tw-ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus-within\:tw-ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8 !important;
}

.focus-within\:tw-ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1 !important;
}

.focus-within\:tw-ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus-within\:tw-ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca !important;
}

.focus-within\:tw-ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3 !important;
}

.focus-within\:tw-ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81 !important;
}

.focus-within\:tw-ring-offset-violet-50:focus-within {
  --tw-ring-offset-color: #f5f3ff !important;
}

.focus-within\:tw-ring-offset-violet-100:focus-within {
  --tw-ring-offset-color: #ede9fe !important;
}

.focus-within\:tw-ring-offset-violet-200:focus-within {
  --tw-ring-offset-color: #ddd6fe !important;
}

.focus-within\:tw-ring-offset-violet-300:focus-within {
  --tw-ring-offset-color: #c4b5fd !important;
}

.focus-within\:tw-ring-offset-violet-400:focus-within {
  --tw-ring-offset-color: #a78bfa !important;
}

.focus-within\:tw-ring-offset-violet-500:focus-within {
  --tw-ring-offset-color: #8b5cf6 !important;
}

.focus-within\:tw-ring-offset-violet-600:focus-within {
  --tw-ring-offset-color: #7c3aed !important;
}

.focus-within\:tw-ring-offset-violet-700:focus-within {
  --tw-ring-offset-color: #6d28d9 !important;
}

.focus-within\:tw-ring-offset-violet-800:focus-within {
  --tw-ring-offset-color: #5b21b6 !important;
}

.focus-within\:tw-ring-offset-violet-900:focus-within {
  --tw-ring-offset-color: #4c1d95 !important;
}

.focus-within\:tw-ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #faf5ff !important;
}

.focus-within\:tw-ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #f3e8ff !important;
}

.focus-within\:tw-ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #e9d5ff !important;
}

.focus-within\:tw-ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #d8b4fe !important;
}

.focus-within\:tw-ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #c084fc !important;
}

.focus-within\:tw-ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #a855f7 !important;
}

.focus-within\:tw-ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #9333ea !important;
}

.focus-within\:tw-ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #7e22ce !important;
}

.focus-within\:tw-ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #6b21a8 !important;
}

.focus-within\:tw-ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #581c87 !important;
}

.focus-within\:tw-ring-offset-fuchsia-50:focus-within {
  --tw-ring-offset-color: #fdf4ff !important;
}

.focus-within\:tw-ring-offset-fuchsia-100:focus-within {
  --tw-ring-offset-color: #fae8ff !important;
}

.focus-within\:tw-ring-offset-fuchsia-200:focus-within {
  --tw-ring-offset-color: #f5d0fe !important;
}

.focus-within\:tw-ring-offset-fuchsia-300:focus-within {
  --tw-ring-offset-color: #f0abfc !important;
}

.focus-within\:tw-ring-offset-fuchsia-400:focus-within {
  --tw-ring-offset-color: #e879f9 !important;
}

.focus-within\:tw-ring-offset-fuchsia-500:focus-within {
  --tw-ring-offset-color: #d946ef !important;
}

.focus-within\:tw-ring-offset-fuchsia-600:focus-within {
  --tw-ring-offset-color: #c026d3 !important;
}

.focus-within\:tw-ring-offset-fuchsia-700:focus-within {
  --tw-ring-offset-color: #a21caf !important;
}

.focus-within\:tw-ring-offset-fuchsia-800:focus-within {
  --tw-ring-offset-color: #86198f !important;
}

.focus-within\:tw-ring-offset-fuchsia-900:focus-within {
  --tw-ring-offset-color: #701a75 !important;
}

.focus-within\:tw-ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus-within\:tw-ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus-within\:tw-ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus-within\:tw-ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus-within\:tw-ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6 !important;
}

.focus-within\:tw-ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899 !important;
}

.focus-within\:tw-ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777 !important;
}

.focus-within\:tw-ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d !important;
}

.focus-within\:tw-ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d !important;
}

.focus-within\:tw-ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843 !important;
}

.focus-within\:tw-ring-offset-rose-50:focus-within {
  --tw-ring-offset-color: #fff1f2 !important;
}

.focus-within\:tw-ring-offset-rose-100:focus-within {
  --tw-ring-offset-color: #ffe4e6 !important;
}

.focus-within\:tw-ring-offset-rose-200:focus-within {
  --tw-ring-offset-color: #fecdd3 !important;
}

.focus-within\:tw-ring-offset-rose-300:focus-within {
  --tw-ring-offset-color: #fda4af !important;
}

.focus-within\:tw-ring-offset-rose-400:focus-within {
  --tw-ring-offset-color: #fb7185 !important;
}

.focus-within\:tw-ring-offset-rose-500:focus-within {
  --tw-ring-offset-color: #f43f5e !important;
}

.focus-within\:tw-ring-offset-rose-600:focus-within {
  --tw-ring-offset-color: #e11d48 !important;
}

.focus-within\:tw-ring-offset-rose-700:focus-within {
  --tw-ring-offset-color: #be123c !important;
}

.focus-within\:tw-ring-offset-rose-800:focus-within {
  --tw-ring-offset-color: #9f1239 !important;
}

.focus-within\:tw-ring-offset-rose-900:focus-within {
  --tw-ring-offset-color: #881337 !important;
}

.focus\:tw-ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:tw-ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:tw-ring-offset-black:focus {
  --tw-ring-offset-color: #000 !important;
}

.focus\:tw-ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:tw-ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa !important;
}

.focus\:tw-ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus\:tw-ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus\:tw-ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus\:tw-ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus\:tw-ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a !important;
}

.focus\:tw-ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b !important;
}

.focus\:tw-ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus\:tw-ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a !important;
}

.focus\:tw-ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b !important;
}

.focus\:tw-ring-offset-blueGray-50:focus {
  --tw-ring-offset-color: #f8fafc !important;
}

.focus\:tw-ring-offset-blueGray-100:focus {
  --tw-ring-offset-color: #f1f5f9 !important;
}

.focus\:tw-ring-offset-blueGray-200:focus {
  --tw-ring-offset-color: #e2e8f0 !important;
}

.focus\:tw-ring-offset-blueGray-300:focus {
  --tw-ring-offset-color: #cbd5e1 !important;
}

.focus\:tw-ring-offset-blueGray-400:focus {
  --tw-ring-offset-color: #94a3b8 !important;
}

.focus\:tw-ring-offset-blueGray-500:focus {
  --tw-ring-offset-color: #64748b !important;
}

.focus\:tw-ring-offset-blueGray-600:focus {
  --tw-ring-offset-color: #475569 !important;
}

.focus\:tw-ring-offset-blueGray-700:focus {
  --tw-ring-offset-color: #334155 !important;
}

.focus\:tw-ring-offset-blueGray-800:focus {
  --tw-ring-offset-color: #1e293b !important;
}

.focus\:tw-ring-offset-blueGray-900:focus {
  --tw-ring-offset-color: #0f172a !important;
}

.focus\:tw-ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus\:tw-ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus\:tw-ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca !important;
}

.focus\:tw-ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus\:tw-ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171 !important;
}

.focus\:tw-ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444 !important;
}

.focus\:tw-ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626 !important;
}

.focus\:tw-ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c !important;
}

.focus\:tw-ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b !important;
}

.focus\:tw-ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus\:tw-ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff !important;
}

.focus\:tw-ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe !important;
}

.focus\:tw-ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus\:tw-ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd !important;
}

.focus\:tw-ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa !important;
}

.focus\:tw-ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus\:tw-ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb !important;
}

.focus\:tw-ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus\:tw-ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af !important;
}

.focus\:tw-ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus\:tw-ring-offset-amber-50:focus {
  --tw-ring-offset-color: #fffbeb !important;
}

.focus\:tw-ring-offset-amber-100:focus {
  --tw-ring-offset-color: #fef3c7 !important;
}

.focus\:tw-ring-offset-amber-200:focus {
  --tw-ring-offset-color: #fde68a !important;
}

.focus\:tw-ring-offset-amber-300:focus {
  --tw-ring-offset-color: #fcd34d !important;
}

.focus\:tw-ring-offset-amber-400:focus {
  --tw-ring-offset-color: #fbbf24 !important;
}

.focus\:tw-ring-offset-amber-500:focus {
  --tw-ring-offset-color: #f59e0b !important;
}

.focus\:tw-ring-offset-amber-600:focus {
  --tw-ring-offset-color: #d97706 !important;
}

.focus\:tw-ring-offset-amber-700:focus {
  --tw-ring-offset-color: #b45309 !important;
}

.focus\:tw-ring-offset-amber-800:focus {
  --tw-ring-offset-color: #92400e !important;
}

.focus\:tw-ring-offset-amber-900:focus {
  --tw-ring-offset-color: #78350f !important;
}

.focus\:tw-ring-offset-orange-50:focus {
  --tw-ring-offset-color: #fff7ed !important;
}

.focus\:tw-ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffedd5 !important;
}

.focus\:tw-ring-offset-orange-200:focus {
  --tw-ring-offset-color: #fed7aa !important;
}

.focus\:tw-ring-offset-orange-300:focus {
  --tw-ring-offset-color: #fdba74 !important;
}

.focus\:tw-ring-offset-orange-400:focus {
  --tw-ring-offset-color: #fb923c !important;
}

.focus\:tw-ring-offset-orange-500:focus {
  --tw-ring-offset-color: #f97316 !important;
}

.focus\:tw-ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ea580c !important;
}

.focus\:tw-ring-offset-orange-700:focus {
  --tw-ring-offset-color: #c2410c !important;
}

.focus\:tw-ring-offset-orange-800:focus {
  --tw-ring-offset-color: #9a3412 !important;
}

.focus\:tw-ring-offset-orange-900:focus {
  --tw-ring-offset-color: #7c2d12 !important;
}

.focus\:tw-ring-offset-yellow-50:focus {
  --tw-ring-offset-color: #fefce8 !important;
}

.focus\:tw-ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fef9c3 !important;
}

.focus\:tw-ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a !important;
}

.focus\:tw-ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #fde047 !important;
}

.focus\:tw-ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #facc15 !important;
}

.focus\:tw-ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308 !important;
}

.focus\:tw-ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #ca8a04 !important;
}

.focus\:tw-ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #a16207 !important;
}

.focus\:tw-ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #854d0e !important;
}

.focus\:tw-ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #713f12 !important;
}

.focus\:tw-ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7 !important;
}

.focus\:tw-ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb !important;
}

.focus\:tw-ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d !important;
}

.focus\:tw-ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264 !important;
}

.focus\:tw-ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635 !important;
}

.focus\:tw-ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16 !important;
}

.focus\:tw-ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d !important;
}

.focus\:tw-ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f !important;
}

.focus\:tw-ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212 !important;
}

.focus\:tw-ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314 !important;
}

.focus\:tw-ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4 !important;
}

.focus\:tw-ring-offset-green-100:focus {
  --tw-ring-offset-color: #dcfce7 !important;
}

.focus\:tw-ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbf7d0 !important;
}

.focus\:tw-ring-offset-green-300:focus {
  --tw-ring-offset-color: #86efac !important;
}

.focus\:tw-ring-offset-green-400:focus {
  --tw-ring-offset-color: #4ade80 !important;
}

.focus\:tw-ring-offset-green-500:focus {
  --tw-ring-offset-color: #22c55e !important;
}

.focus\:tw-ring-offset-green-600:focus {
  --tw-ring-offset-color: #16a34a !important;
}

.focus\:tw-ring-offset-green-700:focus {
  --tw-ring-offset-color: #15803d !important;
}

.focus\:tw-ring-offset-green-800:focus {
  --tw-ring-offset-color: #166534 !important;
}

.focus\:tw-ring-offset-green-900:focus {
  --tw-ring-offset-color: #14532d !important;
}

.focus\:tw-ring-offset-emerald-50:focus {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus\:tw-ring-offset-emerald-100:focus {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus\:tw-ring-offset-emerald-200:focus {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus\:tw-ring-offset-emerald-300:focus {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus\:tw-ring-offset-emerald-400:focus {
  --tw-ring-offset-color: #34d399 !important;
}

.focus\:tw-ring-offset-emerald-500:focus {
  --tw-ring-offset-color: #10b981 !important;
}

.focus\:tw-ring-offset-emerald-600:focus {
  --tw-ring-offset-color: #059669 !important;
}

.focus\:tw-ring-offset-emerald-700:focus {
  --tw-ring-offset-color: #047857 !important;
}

.focus\:tw-ring-offset-emerald-800:focus {
  --tw-ring-offset-color: #065f46 !important;
}

.focus\:tw-ring-offset-emerald-900:focus {
  --tw-ring-offset-color: #064e3b !important;
}

.focus\:tw-ring-offset-teal-50:focus {
  --tw-ring-offset-color: #f0fdfa !important;
}

.focus\:tw-ring-offset-teal-100:focus {
  --tw-ring-offset-color: #ccfbf1 !important;
}

.focus\:tw-ring-offset-teal-200:focus {
  --tw-ring-offset-color: #99f6e4 !important;
}

.focus\:tw-ring-offset-teal-300:focus {
  --tw-ring-offset-color: #5eead4 !important;
}

.focus\:tw-ring-offset-teal-400:focus {
  --tw-ring-offset-color: #2dd4bf !important;
}

.focus\:tw-ring-offset-teal-500:focus {
  --tw-ring-offset-color: #14b8a6 !important;
}

.focus\:tw-ring-offset-teal-600:focus {
  --tw-ring-offset-color: #0d9488 !important;
}

.focus\:tw-ring-offset-teal-700:focus {
  --tw-ring-offset-color: #0f766e !important;
}

.focus\:tw-ring-offset-teal-800:focus {
  --tw-ring-offset-color: #115e59 !important;
}

.focus\:tw-ring-offset-teal-900:focus {
  --tw-ring-offset-color: #134e4a !important;
}

.focus\:tw-ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff !important;
}

.focus\:tw-ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe !important;
}

.focus\:tw-ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc !important;
}

.focus\:tw-ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9 !important;
}

.focus\:tw-ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee !important;
}

.focus\:tw-ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4 !important;
}

.focus\:tw-ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2 !important;
}

.focus\:tw-ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490 !important;
}

.focus\:tw-ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75 !important;
}

.focus\:tw-ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63 !important;
}

.focus\:tw-ring-offset-lightBlue-50:focus {
  --tw-ring-offset-color: #f0f9ff !important;
}

.focus\:tw-ring-offset-lightBlue-100:focus {
  --tw-ring-offset-color: #e0f2fe !important;
}

.focus\:tw-ring-offset-lightBlue-200:focus {
  --tw-ring-offset-color: #bae6fd !important;
}

.focus\:tw-ring-offset-lightBlue-300:focus {
  --tw-ring-offset-color: #7dd3fc !important;
}

.focus\:tw-ring-offset-lightBlue-400:focus {
  --tw-ring-offset-color: #38bdf8 !important;
}

.focus\:tw-ring-offset-lightBlue-500:focus {
  --tw-ring-offset-color: #0ea5e9 !important;
}

.focus\:tw-ring-offset-lightBlue-600:focus {
  --tw-ring-offset-color: #0284c7 !important;
}

.focus\:tw-ring-offset-lightBlue-700:focus {
  --tw-ring-offset-color: #0369a1 !important;
}

.focus\:tw-ring-offset-lightBlue-800:focus {
  --tw-ring-offset-color: #075985 !important;
}

.focus\:tw-ring-offset-lightBlue-900:focus {
  --tw-ring-offset-color: #0c4a6e !important;
}

.focus\:tw-ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff !important;
}

.focus\:tw-ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus\:tw-ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus\:tw-ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus\:tw-ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8 !important;
}

.focus\:tw-ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1 !important;
}

.focus\:tw-ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus\:tw-ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca !important;
}

.focus\:tw-ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3 !important;
}

.focus\:tw-ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81 !important;
}

.focus\:tw-ring-offset-violet-50:focus {
  --tw-ring-offset-color: #f5f3ff !important;
}

.focus\:tw-ring-offset-violet-100:focus {
  --tw-ring-offset-color: #ede9fe !important;
}

.focus\:tw-ring-offset-violet-200:focus {
  --tw-ring-offset-color: #ddd6fe !important;
}

.focus\:tw-ring-offset-violet-300:focus {
  --tw-ring-offset-color: #c4b5fd !important;
}

.focus\:tw-ring-offset-violet-400:focus {
  --tw-ring-offset-color: #a78bfa !important;
}

.focus\:tw-ring-offset-violet-500:focus {
  --tw-ring-offset-color: #8b5cf6 !important;
}

.focus\:tw-ring-offset-violet-600:focus {
  --tw-ring-offset-color: #7c3aed !important;
}

.focus\:tw-ring-offset-violet-700:focus {
  --tw-ring-offset-color: #6d28d9 !important;
}

.focus\:tw-ring-offset-violet-800:focus {
  --tw-ring-offset-color: #5b21b6 !important;
}

.focus\:tw-ring-offset-violet-900:focus {
  --tw-ring-offset-color: #4c1d95 !important;
}

.focus\:tw-ring-offset-purple-50:focus {
  --tw-ring-offset-color: #faf5ff !important;
}

.focus\:tw-ring-offset-purple-100:focus {
  --tw-ring-offset-color: #f3e8ff !important;
}

.focus\:tw-ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d5ff !important;
}

.focus\:tw-ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d8b4fe !important;
}

.focus\:tw-ring-offset-purple-400:focus {
  --tw-ring-offset-color: #c084fc !important;
}

.focus\:tw-ring-offset-purple-500:focus {
  --tw-ring-offset-color: #a855f7 !important;
}

.focus\:tw-ring-offset-purple-600:focus {
  --tw-ring-offset-color: #9333ea !important;
}

.focus\:tw-ring-offset-purple-700:focus {
  --tw-ring-offset-color: #7e22ce !important;
}

.focus\:tw-ring-offset-purple-800:focus {
  --tw-ring-offset-color: #6b21a8 !important;
}

.focus\:tw-ring-offset-purple-900:focus {
  --tw-ring-offset-color: #581c87 !important;
}

.focus\:tw-ring-offset-fuchsia-50:focus {
  --tw-ring-offset-color: #fdf4ff !important;
}

.focus\:tw-ring-offset-fuchsia-100:focus {
  --tw-ring-offset-color: #fae8ff !important;
}

.focus\:tw-ring-offset-fuchsia-200:focus {
  --tw-ring-offset-color: #f5d0fe !important;
}

.focus\:tw-ring-offset-fuchsia-300:focus {
  --tw-ring-offset-color: #f0abfc !important;
}

.focus\:tw-ring-offset-fuchsia-400:focus {
  --tw-ring-offset-color: #e879f9 !important;
}

.focus\:tw-ring-offset-fuchsia-500:focus {
  --tw-ring-offset-color: #d946ef !important;
}

.focus\:tw-ring-offset-fuchsia-600:focus {
  --tw-ring-offset-color: #c026d3 !important;
}

.focus\:tw-ring-offset-fuchsia-700:focus {
  --tw-ring-offset-color: #a21caf !important;
}

.focus\:tw-ring-offset-fuchsia-800:focus {
  --tw-ring-offset-color: #86198f !important;
}

.focus\:tw-ring-offset-fuchsia-900:focus {
  --tw-ring-offset-color: #701a75 !important;
}

.focus\:tw-ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus\:tw-ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus\:tw-ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus\:tw-ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus\:tw-ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6 !important;
}

.focus\:tw-ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899 !important;
}

.focus\:tw-ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777 !important;
}

.focus\:tw-ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d !important;
}

.focus\:tw-ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d !important;
}

.focus\:tw-ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843 !important;
}

.focus\:tw-ring-offset-rose-50:focus {
  --tw-ring-offset-color: #fff1f2 !important;
}

.focus\:tw-ring-offset-rose-100:focus {
  --tw-ring-offset-color: #ffe4e6 !important;
}

.focus\:tw-ring-offset-rose-200:focus {
  --tw-ring-offset-color: #fecdd3 !important;
}

.focus\:tw-ring-offset-rose-300:focus {
  --tw-ring-offset-color: #fda4af !important;
}

.focus\:tw-ring-offset-rose-400:focus {
  --tw-ring-offset-color: #fb7185 !important;
}

.focus\:tw-ring-offset-rose-500:focus {
  --tw-ring-offset-color: #f43f5e !important;
}

.focus\:tw-ring-offset-rose-600:focus {
  --tw-ring-offset-color: #e11d48 !important;
}

.focus\:tw-ring-offset-rose-700:focus {
  --tw-ring-offset-color: #be123c !important;
}

.focus\:tw-ring-offset-rose-800:focus {
  --tw-ring-offset-color: #9f1239 !important;
}

.focus\:tw-ring-offset-rose-900:focus {
  --tw-ring-offset-color: #881337 !important;
}

.tw-ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.tw-ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.tw-ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.tw-ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.tw-ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:tw-ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:tw-ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:tw-ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:tw-ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:tw-ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:tw-ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:tw-ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:tw-ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:tw-ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:tw-ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.tw-ring-transparent {
  --tw-ring-color: transparent !important;
}

.tw-ring-current {
  --tw-ring-color: currentColor !important;
}

.tw-ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.tw-ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.tw-ring-gray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.tw-ring-blueGray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.tw-ring-red-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.tw-ring-blue-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

.tw-ring-amber-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
}

.tw-ring-orange-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.tw-ring-yellow-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.tw-ring-lime-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
}

.tw-ring-green-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.tw-ring-emerald-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
}

.tw-ring-teal-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.tw-ring-cyan-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
}

.tw-ring-lightBlue-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.tw-ring-indigo-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

.tw-ring-violet-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.tw-ring-purple-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
}

.tw-ring-fuchsia-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.tw-ring-pink-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
}

.tw-ring-rose-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:tw-ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:tw-ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-gray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blueGray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-red-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-blue-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-amber-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-orange-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-yellow-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lime-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-green-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-emerald-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-teal-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-cyan-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-lightBlue-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-indigo-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-violet-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-purple-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-fuchsia-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-pink-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
}

.focus-within\:tw-ring-rose-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:tw-ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:tw-ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-gray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blueGray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-red-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-blue-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-amber-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-orange-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-yellow-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lime-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-green-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-emerald-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-teal-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-cyan-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-lightBlue-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-indigo-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-violet-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-purple-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-fuchsia-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-pink-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
}

.focus\:tw-ring-rose-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
}

.tw-ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.tw-ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.tw-ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.tw-ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.tw-ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.tw-ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.tw-ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.tw-ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.tw-ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.tw-ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.tw-ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.tw-ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.tw-ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.tw-ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.tw-ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:tw-ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:tw-ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:tw-ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:tw-ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:tw-ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:tw-ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:tw-ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:tw-ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:tw-ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:tw-ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:tw-ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:tw-ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:tw-ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:tw-ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:tw-ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:tw-ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:tw-ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:tw-ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:tw-ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:tw-ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:tw-ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:tw-ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:tw-ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:tw-ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:tw-ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:tw-ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:tw-ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:tw-ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:tw-ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:tw-ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.tw-fill-current {
  fill: currentColor !important;
}

.tw-stroke-current {
  stroke: currentColor !important;
}

.tw-stroke-0 {
  stroke-width: 0 !important;
}

.tw-stroke-1 {
  stroke-width: 1 !important;
}

.tw-stroke-2 {
  stroke-width: 2 !important;
}

.tw-table-auto {
  table-layout: auto !important;
}

.tw-table-fixed {
  table-layout: fixed !important;
}

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-text-justify {
  text-align: justify !important;
}

.tw-text-transparent {
  color: transparent !important;
}

.tw-text-current {
  color: currentColor !important;
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.tw-text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.tw-text-blueGray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.tw-text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.tw-text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.tw-text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.tw-text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.tw-text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.tw-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.tw-text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.tw-text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.tw-text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.tw-text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.tw-text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.tw-text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.tw-text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.tw-text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.tw-text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.tw-text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.tw-text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.tw-text-amber-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.tw-text-amber-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.tw-text-amber-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.tw-text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.tw-text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.tw-text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.tw-text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.tw-text-amber-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.tw-text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.tw-text-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
}

.tw-text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
}

.tw-text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
}

.tw-text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
}

.tw-text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}

.tw-text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
}

.tw-text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
}

.tw-text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}

.tw-text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
}

.tw-text-orange-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.tw-text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.tw-text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.tw-text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.tw-text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.tw-text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.tw-text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.tw-text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.tw-text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.tw-text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.tw-text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.tw-text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.tw-text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.tw-text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.tw-text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.tw-text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.tw-text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.tw-text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.tw-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.tw-text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.tw-text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.tw-text-emerald-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.tw-text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
}

.tw-text-teal-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
}

.tw-text-teal-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
}

.tw-text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
}

.tw-text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
}

.tw-text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
}

.tw-text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
}

.tw-text-teal-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
}

.tw-text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
}

.tw-text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.tw-text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
}

.tw-text-lightBlue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.tw-text-violet-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.tw-text-violet-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.tw-text-violet-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.tw-text-violet-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.tw-text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.tw-text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.tw-text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.tw-text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.tw-text-violet-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.tw-text-violet-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.tw-text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.tw-text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.tw-text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.tw-text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.tw-text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.tw-text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.tw-text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.tw-text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.tw-text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.tw-text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
}

.tw-text-fuchsia-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
}

.tw-text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.tw-text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.tw-text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.tw-text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.tw-text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.tw-text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.tw-text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.tw-text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.tw-text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.tw-text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.tw-text-rose-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
}

.tw-text-rose-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
}

.tw-text-rose-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
}

.tw-text-rose-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
}

.tw-text-rose-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
}

.tw-text-rose-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
}

.tw-text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
}

.tw-text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
}

.tw-text-rose-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
}

.tw-text-rose-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-transparent {
  color: transparent !important;
}

.tw-group:hover .group-hover\:tw-text-current {
  color: currentColor !important;
}

.tw-group:hover .group-hover\:tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blueGray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-amber-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-orange-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-emerald-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-teal-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-lightBlue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-violet-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-purple-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-fuchsia-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-text-rose-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:tw-text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:tw-text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-gray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blueGray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-red-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-blue-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-amber-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-orange-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-yellow-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lime-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-green-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-emerald-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-teal-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-cyan-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-lightBlue-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-indigo-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-violet-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-purple-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-fuchsia-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-pink-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
}

.focus-within\:tw-text-rose-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-transparent:hover {
  color: transparent !important;
}

.hover\:tw-text-current:hover {
  color: currentColor !important;
}

.hover\:tw-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blueGray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-red-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-amber-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-orange-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-yellow-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lime-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-green-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-emerald-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-teal-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-cyan-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-lightBlue-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-indigo-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-violet-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-purple-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-fuchsia-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-pink-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-rose-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-transparent:focus {
  color: transparent !important;
}

.focus\:tw-text-current:focus {
  color: currentColor !important;
}

.focus\:tw-text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blueGray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-red-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-blue-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-amber-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-orange-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-yellow-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lime-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-green-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-emerald-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-teal-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-cyan-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-lightBlue-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-indigo-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-violet-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-purple-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-fuchsia-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-pink-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-rose-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
}

.tw-text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.tw-text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.tw-text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.tw-text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.tw-text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.tw-text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.tw-text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.tw-text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.tw-text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.tw-text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.tw-text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.tw-text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.tw-text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.tw-text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.tw-text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.tw-group:hover .group-hover\:tw-text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:tw-text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:tw-text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:tw-text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:tw-text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:tw-text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:tw-text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:tw-text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:tw-text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:tw-text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:tw-text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:tw-text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:tw-text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:tw-text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:tw-text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:tw-text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:tw-text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:tw-text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:tw-text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:tw-text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:tw-text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:tw-text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:tw-text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:tw-text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:tw-text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:tw-text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:tw-text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:tw-text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:tw-text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:tw-text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:tw-text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:tw-text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:tw-text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:tw-text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:tw-text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:tw-text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:tw-text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:tw-text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:tw-text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:tw-text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:tw-text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:tw-text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:tw-text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:tw-text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:tw-text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:tw-text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.tw-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.tw-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.tw-overflow-clip {
  text-overflow: clip !important;
}

.tw-italic {
  font-style: italic !important;
}

.tw-not-italic {
  font-style: normal !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-lowercase {
  text-transform: lowercase !important;
}

.tw-capitalize {
  text-transform: capitalize !important;
}

.tw-normal-case {
  text-transform: none !important;
}

.tw-underline {
  text-decoration: underline !important;
}

.tw-line-through {
  text-decoration: line-through !important;
}

.tw-no-underline {
  text-decoration: none !important;
}

.tw-group:hover .group-hover\:tw-underline {
  text-decoration: underline !important;
}

.tw-group:hover .group-hover\:tw-line-through {
  text-decoration: line-through !important;
}

.tw-group:hover .group-hover\:tw-no-underline {
  text-decoration: none !important;
}

.focus-within\:tw-underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:tw-line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:tw-no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:tw-underline:hover {
  text-decoration: underline !important;
}

.hover\:tw-line-through:hover {
  text-decoration: line-through !important;
}

.hover\:tw-no-underline:hover {
  text-decoration: none !important;
}

.focus\:tw-underline:focus {
  text-decoration: underline !important;
}

.focus\:tw-line-through:focus {
  text-decoration: line-through !important;
}

.focus\:tw-no-underline:focus {
  text-decoration: none !important;
}

.tw-antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.tw-subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tw-ordinal, .tw-slashed-zero, .tw-lining-nums, .tw-oldstyle-nums, .tw-proportional-nums, .tw-tabular-nums, .tw-diagonal-fractions, .tw-stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.tw-normal-nums {
  font-variant-numeric: normal !important;
}

.tw-ordinal {
  --tw-ordinal: ordinal !important;
}

.tw-slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.tw-lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.tw-oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.tw-proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tw-tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.tw-diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.tw-stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.tw-tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tw-tracking-tight {
  letter-spacing: -0.025em !important;
}

.tw-tracking-normal {
  letter-spacing: 0em !important;
}

.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}

.tw-tracking-wider {
  letter-spacing: 0.05em !important;
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important;
}

.tw-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.tw-select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.tw-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.tw-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.tw-align-baseline {
  vertical-align: baseline !important;
}

.tw-align-top {
  vertical-align: top !important;
}

.tw-align-middle {
  vertical-align: middle !important;
}

.tw-align-bottom {
  vertical-align: bottom !important;
}

.tw-align-text-top {
  vertical-align: text-top !important;
}

.tw-align-text-bottom {
  vertical-align: text-bottom !important;
}

.tw-visible {
  visibility: visible !important;
}

.tw-invisible {
  visibility: hidden !important;
}

.tw-whitespace-normal {
  white-space: normal !important;
}

.tw-whitespace-nowrap {
  white-space: nowrap !important;
}

.tw-whitespace-pre {
  white-space: pre !important;
}

.tw-whitespace-pre-line {
  white-space: pre-line !important;
}

.tw-whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.tw-break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.tw-break-words {
  overflow-wrap: break-word !important;
}

.tw-break-all {
  word-break: break-all !important;
}

.tw-w-0 {
  width: 0px !important;
}

.tw-w-1 {
  width: 0.25rem !important;
}

.tw-w-2 {
  width: 0.5rem !important;
}

.tw-w-3 {
  width: 0.75rem !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-7 {
  width: 1.75rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-9 {
  width: 2.25rem !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-11 {
  width: 2.75rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-14 {
  width: 3.5rem !important;
}

.tw-w-16 {
  width: 4rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-24 {
  width: 6rem !important;
}

.tw-w-28 {
  width: 7rem !important;
}

.tw-w-32 {
  width: 8rem !important;
}

.tw-w-36 {
  width: 9rem !important;
}

.tw-w-40 {
  width: 10rem !important;
}

.tw-w-44 {
  width: 11rem !important;
}

.tw-w-48 {
  width: 12rem !important;
}

.tw-w-52 {
  width: 13rem !important;
}

.tw-w-56 {
  width: 14rem !important;
}

.tw-w-60 {
  width: 15rem !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-72 {
  width: 18rem !important;
}

.tw-w-80 {
  width: 20rem !important;
}

.tw-w-96 {
  width: 24rem !important;
}

.tw-w-auto {
  width: auto !important;
}

.tw-w-px {
  width: 1px !important;
}

.tw-w-0\.5 {
  width: 0.125rem !important;
}

.tw-w-1\.5 {
  width: 0.375rem !important;
}

.tw-w-2\.5 {
  width: 0.625rem !important;
}

.tw-w-3\.5 {
  width: 0.875rem !important;
}

.tw-w-1\/2 {
  width: 50% !important;
}

.tw-w-1\/3 {
  width: 33.333333% !important;
}

.tw-w-2\/3 {
  width: 66.666667% !important;
}

.tw-w-1\/4 {
  width: 25% !important;
}

.tw-w-2\/4 {
  width: 50% !important;
}

.tw-w-3\/4 {
  width: 75% !important;
}

.tw-w-1\/5 {
  width: 20% !important;
}

.tw-w-2\/5 {
  width: 40% !important;
}

.tw-w-3\/5 {
  width: 60% !important;
}

.tw-w-4\/5 {
  width: 80% !important;
}

.tw-w-1\/6 {
  width: 16.666667% !important;
}

.tw-w-2\/6 {
  width: 33.333333% !important;
}

.tw-w-3\/6 {
  width: 50% !important;
}

.tw-w-4\/6 {
  width: 66.666667% !important;
}

.tw-w-5\/6 {
  width: 83.333333% !important;
}

.tw-w-1\/12 {
  width: 8.333333% !important;
}

.tw-w-2\/12 {
  width: 16.666667% !important;
}

.tw-w-3\/12 {
  width: 25% !important;
}

.tw-w-4\/12 {
  width: 33.333333% !important;
}

.tw-w-5\/12 {
  width: 41.666667% !important;
}

.tw-w-6\/12 {
  width: 50% !important;
}

.tw-w-7\/12 {
  width: 58.333333% !important;
}

.tw-w-8\/12 {
  width: 66.666667% !important;
}

.tw-w-9\/12 {
  width: 75% !important;
}

.tw-w-10\/12 {
  width: 83.333333% !important;
}

.tw-w-11\/12 {
  width: 91.666667% !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-w-screen {
  width: 100vw !important;
}

.tw-w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.tw-w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-z-30 {
  z-index: 30 !important;
}

.tw-z-40 {
  z-index: 40 !important;
}

.tw-z-50 {
  z-index: 50 !important;
}

.tw-z-auto {
  z-index: auto !important;
}

.focus-within\:tw-z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:tw-z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:tw-z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:tw-z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:tw-z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:tw-z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:tw-z-auto:focus-within {
  z-index: auto !important;
}

.focus\:tw-z-0:focus {
  z-index: 0 !important;
}

.focus\:tw-z-10:focus {
  z-index: 10 !important;
}

.focus\:tw-z-20:focus {
  z-index: 20 !important;
}

.focus\:tw-z-30:focus {
  z-index: 30 !important;
}

.focus\:tw-z-40:focus {
  z-index: 40 !important;
}

.focus\:tw-z-50:focus {
  z-index: 50 !important;
}

.focus\:tw-z-auto:focus {
  z-index: auto !important;
}

.tw-gap-0 {
  gap: 0px !important;
}

.tw-gap-1 {
  gap: 0.25rem !important;
}

.tw-gap-2 {
  gap: 0.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-5 {
  gap: 1.25rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-7 {
  gap: 1.75rem !important;
}

.tw-gap-8 {
  gap: 2rem !important;
}

.tw-gap-9 {
  gap: 2.25rem !important;
}

.tw-gap-10 {
  gap: 2.5rem !important;
}

.tw-gap-11 {
  gap: 2.75rem !important;
}

.tw-gap-12 {
  gap: 3rem !important;
}

.tw-gap-14 {
  gap: 3.5rem !important;
}

.tw-gap-16 {
  gap: 4rem !important;
}

.tw-gap-20 {
  gap: 5rem !important;
}

.tw-gap-24 {
  gap: 6rem !important;
}

.tw-gap-28 {
  gap: 7rem !important;
}

.tw-gap-32 {
  gap: 8rem !important;
}

.tw-gap-36 {
  gap: 9rem !important;
}

.tw-gap-40 {
  gap: 10rem !important;
}

.tw-gap-44 {
  gap: 11rem !important;
}

.tw-gap-48 {
  gap: 12rem !important;
}

.tw-gap-52 {
  gap: 13rem !important;
}

.tw-gap-56 {
  gap: 14rem !important;
}

.tw-gap-60 {
  gap: 15rem !important;
}

.tw-gap-64 {
  gap: 16rem !important;
}

.tw-gap-72 {
  gap: 18rem !important;
}

.tw-gap-80 {
  gap: 20rem !important;
}

.tw-gap-96 {
  gap: 24rem !important;
}

.tw-gap-px {
  gap: 1px !important;
}

.tw-gap-0\.5 {
  gap: 0.125rem !important;
}

.tw-gap-1\.5 {
  gap: 0.375rem !important;
}

.tw-gap-2\.5 {
  gap: 0.625rem !important;
}

.tw-gap-3\.5 {
  gap: 0.875rem !important;
}

.tw-gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.tw-gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.tw-gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.tw-gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.tw-gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.tw-gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.tw-gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.tw-gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.tw-gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.tw-gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.tw-gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.tw-gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.tw-gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.tw-gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.tw-gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.tw-gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.tw-gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.tw-gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.tw-gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.tw-gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.tw-gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.tw-gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.tw-gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.tw-gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.tw-gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.tw-gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.tw-gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.tw-gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.tw-gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.tw-gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.tw-gap-y-0 {
  row-gap: 0px !important;
}

.tw-gap-y-1 {
  row-gap: 0.25rem !important;
}

.tw-gap-y-2 {
  row-gap: 0.5rem !important;
}

.tw-gap-y-3 {
  row-gap: 0.75rem !important;
}

.tw-gap-y-4 {
  row-gap: 1rem !important;
}

.tw-gap-y-5 {
  row-gap: 1.25rem !important;
}

.tw-gap-y-6 {
  row-gap: 1.5rem !important;
}

.tw-gap-y-7 {
  row-gap: 1.75rem !important;
}

.tw-gap-y-8 {
  row-gap: 2rem !important;
}

.tw-gap-y-9 {
  row-gap: 2.25rem !important;
}

.tw-gap-y-10 {
  row-gap: 2.5rem !important;
}

.tw-gap-y-11 {
  row-gap: 2.75rem !important;
}

.tw-gap-y-12 {
  row-gap: 3rem !important;
}

.tw-gap-y-14 {
  row-gap: 3.5rem !important;
}

.tw-gap-y-16 {
  row-gap: 4rem !important;
}

.tw-gap-y-20 {
  row-gap: 5rem !important;
}

.tw-gap-y-24 {
  row-gap: 6rem !important;
}

.tw-gap-y-28 {
  row-gap: 7rem !important;
}

.tw-gap-y-32 {
  row-gap: 8rem !important;
}

.tw-gap-y-36 {
  row-gap: 9rem !important;
}

.tw-gap-y-40 {
  row-gap: 10rem !important;
}

.tw-gap-y-44 {
  row-gap: 11rem !important;
}

.tw-gap-y-48 {
  row-gap: 12rem !important;
}

.tw-gap-y-52 {
  row-gap: 13rem !important;
}

.tw-gap-y-56 {
  row-gap: 14rem !important;
}

.tw-gap-y-60 {
  row-gap: 15rem !important;
}

.tw-gap-y-64 {
  row-gap: 16rem !important;
}

.tw-gap-y-72 {
  row-gap: 18rem !important;
}

.tw-gap-y-80 {
  row-gap: 20rem !important;
}

.tw-gap-y-96 {
  row-gap: 24rem !important;
}

.tw-gap-y-px {
  row-gap: 1px !important;
}

.tw-gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.tw-gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.tw-gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.tw-gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.tw-grid-flow-row {
  grid-auto-flow: row !important;
}

.tw-grid-flow-col {
  grid-auto-flow: column !important;
}

.tw-grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.tw-grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.tw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.tw-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.tw-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.tw-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.tw-grid-cols-none {
  grid-template-columns: none !important;
}

.tw-auto-cols-auto {
  grid-auto-columns: auto !important;
}

.tw-auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.tw-auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.tw-auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.tw-col-auto {
  grid-column: auto !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3 !important;
}

.tw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.tw-col-span-6 {
  grid-column: span 6 / span 6 !important;
}

.tw-col-span-7 {
  grid-column: span 7 / span 7 !important;
}

.tw-col-span-8 {
  grid-column: span 8 / span 8 !important;
}

.tw-col-span-9 {
  grid-column: span 9 / span 9 !important;
}

.tw-col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.tw-col-span-11 {
  grid-column: span 11 / span 11 !important;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12 !important;
}

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.tw-col-start-1 {
  grid-column-start: 1 !important;
}

.tw-col-start-2 {
  grid-column-start: 2 !important;
}

.tw-col-start-3 {
  grid-column-start: 3 !important;
}

.tw-col-start-4 {
  grid-column-start: 4 !important;
}

.tw-col-start-5 {
  grid-column-start: 5 !important;
}

.tw-col-start-6 {
  grid-column-start: 6 !important;
}

.tw-col-start-7 {
  grid-column-start: 7 !important;
}

.tw-col-start-8 {
  grid-column-start: 8 !important;
}

.tw-col-start-9 {
  grid-column-start: 9 !important;
}

.tw-col-start-10 {
  grid-column-start: 10 !important;
}

.tw-col-start-11 {
  grid-column-start: 11 !important;
}

.tw-col-start-12 {
  grid-column-start: 12 !important;
}

.tw-col-start-13 {
  grid-column-start: 13 !important;
}

.tw-col-start-auto {
  grid-column-start: auto !important;
}

.tw-col-end-1 {
  grid-column-end: 1 !important;
}

.tw-col-end-2 {
  grid-column-end: 2 !important;
}

.tw-col-end-3 {
  grid-column-end: 3 !important;
}

.tw-col-end-4 {
  grid-column-end: 4 !important;
}

.tw-col-end-5 {
  grid-column-end: 5 !important;
}

.tw-col-end-6 {
  grid-column-end: 6 !important;
}

.tw-col-end-7 {
  grid-column-end: 7 !important;
}

.tw-col-end-8 {
  grid-column-end: 8 !important;
}

.tw-col-end-9 {
  grid-column-end: 9 !important;
}

.tw-col-end-10 {
  grid-column-end: 10 !important;
}

.tw-col-end-11 {
  grid-column-end: 11 !important;
}

.tw-col-end-12 {
  grid-column-end: 12 !important;
}

.tw-col-end-13 {
  grid-column-end: 13 !important;
}

.tw-col-end-auto {
  grid-column-end: auto !important;
}

.tw-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.tw-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.tw-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.tw-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.tw-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.tw-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.tw-grid-rows-none {
  grid-template-rows: none !important;
}

.tw-auto-rows-auto {
  grid-auto-rows: auto !important;
}

.tw-auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.tw-auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.tw-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.tw-row-auto {
  grid-row: auto !important;
}

.tw-row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.tw-row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.tw-row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.tw-row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.tw-row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.tw-row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.tw-row-span-full {
  grid-row: 1 / -1 !important;
}

.tw-row-start-1 {
  grid-row-start: 1 !important;
}

.tw-row-start-2 {
  grid-row-start: 2 !important;
}

.tw-row-start-3 {
  grid-row-start: 3 !important;
}

.tw-row-start-4 {
  grid-row-start: 4 !important;
}

.tw-row-start-5 {
  grid-row-start: 5 !important;
}

.tw-row-start-6 {
  grid-row-start: 6 !important;
}

.tw-row-start-7 {
  grid-row-start: 7 !important;
}

.tw-row-start-auto {
  grid-row-start: auto !important;
}

.tw-row-end-1 {
  grid-row-end: 1 !important;
}

.tw-row-end-2 {
  grid-row-end: 2 !important;
}

.tw-row-end-3 {
  grid-row-end: 3 !important;
}

.tw-row-end-4 {
  grid-row-end: 4 !important;
}

.tw-row-end-5 {
  grid-row-end: 5 !important;
}

.tw-row-end-6 {
  grid-row-end: 6 !important;
}

.tw-row-end-7 {
  grid-row-end: 7 !important;
}

.tw-row-end-auto {
  grid-row-end: auto !important;
}

.tw-transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
}

.tw-transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.tw-transform-none {
  transform: none !important;
}

.tw-origin-center {
  transform-origin: center !important;
}

.tw-origin-top {
  transform-origin: top !important;
}

.tw-origin-top-right {
  transform-origin: top right !important;
}

.tw-origin-right {
  transform-origin: right !important;
}

.tw-origin-bottom-right {
  transform-origin: bottom right !important;
}

.tw-origin-bottom {
  transform-origin: bottom !important;
}

.tw-origin-bottom-left {
  transform-origin: bottom left !important;
}

.tw-origin-left {
  transform-origin: left !important;
}

.tw-origin-top-left {
  transform-origin: top left !important;
}

.tw-scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.tw-scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.tw-scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.tw-scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.tw-scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.tw-scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.tw-scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.tw-scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.tw-scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.tw-scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.tw-scale-x-0 {
  --tw-scale-x: 0 !important;
}

.tw-scale-x-50 {
  --tw-scale-x: .5 !important;
}

.tw-scale-x-75 {
  --tw-scale-x: .75 !important;
}

.tw-scale-x-90 {
  --tw-scale-x: .9 !important;
}

.tw-scale-x-95 {
  --tw-scale-x: .95 !important;
}

.tw-scale-x-100 {
  --tw-scale-x: 1 !important;
}

.tw-scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.tw-scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.tw-scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.tw-scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.tw-scale-y-0 {
  --tw-scale-y: 0 !important;
}

.tw-scale-y-50 {
  --tw-scale-y: .5 !important;
}

.tw-scale-y-75 {
  --tw-scale-y: .75 !important;
}

.tw-scale-y-90 {
  --tw-scale-y: .9 !important;
}

.tw-scale-y-95 {
  --tw-scale-y: .95 !important;
}

.tw-scale-y-100 {
  --tw-scale-y: 1 !important;
}

.tw-scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.tw-scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.tw-scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.tw-scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:tw-scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:tw-scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:tw-scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:tw-scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:tw-scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:tw-scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:tw-scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:tw-scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:tw-scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:tw-scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:tw-scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:tw-scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:tw-scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:tw-scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:tw-scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:tw-scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:tw-scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:tw-scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:tw-scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:tw-scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:tw-scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:tw-scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:tw-scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:tw-scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:tw-scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:tw-scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:tw-scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:tw-scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:tw-scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:tw-scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:tw-scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:tw-scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:tw-scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:tw-scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:tw-scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:tw-scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:tw-scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:tw-scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:tw-scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:tw-scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

.tw-rotate-0 {
  --tw-rotate: 0deg !important;
}

.tw-rotate-1 {
  --tw-rotate: 1deg !important;
}

.tw-rotate-2 {
  --tw-rotate: 2deg !important;
}

.tw-rotate-3 {
  --tw-rotate: 3deg !important;
}

.tw-rotate-6 {
  --tw-rotate: 6deg !important;
}

.tw-rotate-12 {
  --tw-rotate: 12deg !important;
}

.tw-rotate-45 {
  --tw-rotate: 45deg !important;
}

.tw-rotate-90 {
  --tw-rotate: 90deg !important;
}

.tw-rotate-180 {
  --tw-rotate: 180deg !important;
}

.tw--rotate-180 {
  --tw-rotate: -180deg !important;
}

.tw--rotate-90 {
  --tw-rotate: -90deg !important;
}

.tw--rotate-45 {
  --tw-rotate: -45deg !important;
}

.tw--rotate-12 {
  --tw-rotate: -12deg !important;
}

.tw--rotate-6 {
  --tw-rotate: -6deg !important;
}

.tw--rotate-3 {
  --tw-rotate: -3deg !important;
}

.tw--rotate-2 {
  --tw-rotate: -2deg !important;
}

.tw--rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:tw-rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:tw-rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:tw-rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:tw-rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:tw-rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:tw-rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:tw-rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:tw-rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:tw-rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:tw--rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:tw--rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:tw--rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:tw--rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:tw--rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:tw--rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:tw--rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:tw--rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:tw-rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:tw-rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:tw-rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:tw-rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:tw-rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:tw-rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:tw-rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:tw-rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:tw-rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:tw--rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:tw--rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:tw--rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:tw--rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:tw--rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:tw--rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:tw--rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:tw--rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.tw-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.tw-translate-x-1 {
  --tw-translate-x: 0.25rem !important;
}

.tw-translate-x-2 {
  --tw-translate-x: 0.5rem !important;
}

.tw-translate-x-3 {
  --tw-translate-x: 0.75rem !important;
}

.tw-translate-x-4 {
  --tw-translate-x: 1rem !important;
}

.tw-translate-x-5 {
  --tw-translate-x: 1.25rem !important;
}

.tw-translate-x-6 {
  --tw-translate-x: 1.5rem !important;
}

.tw-translate-x-7 {
  --tw-translate-x: 1.75rem !important;
}

.tw-translate-x-8 {
  --tw-translate-x: 2rem !important;
}

.tw-translate-x-9 {
  --tw-translate-x: 2.25rem !important;
}

.tw-translate-x-10 {
  --tw-translate-x: 2.5rem !important;
}

.tw-translate-x-11 {
  --tw-translate-x: 2.75rem !important;
}

.tw-translate-x-12 {
  --tw-translate-x: 3rem !important;
}

.tw-translate-x-14 {
  --tw-translate-x: 3.5rem !important;
}

.tw-translate-x-16 {
  --tw-translate-x: 4rem !important;
}

.tw-translate-x-20 {
  --tw-translate-x: 5rem !important;
}

.tw-translate-x-24 {
  --tw-translate-x: 6rem !important;
}

.tw-translate-x-28 {
  --tw-translate-x: 7rem !important;
}

.tw-translate-x-32 {
  --tw-translate-x: 8rem !important;
}

.tw-translate-x-36 {
  --tw-translate-x: 9rem !important;
}

.tw-translate-x-40 {
  --tw-translate-x: 10rem !important;
}

.tw-translate-x-44 {
  --tw-translate-x: 11rem !important;
}

.tw-translate-x-48 {
  --tw-translate-x: 12rem !important;
}

.tw-translate-x-52 {
  --tw-translate-x: 13rem !important;
}

.tw-translate-x-56 {
  --tw-translate-x: 14rem !important;
}

.tw-translate-x-60 {
  --tw-translate-x: 15rem !important;
}

.tw-translate-x-64 {
  --tw-translate-x: 16rem !important;
}

.tw-translate-x-72 {
  --tw-translate-x: 18rem !important;
}

.tw-translate-x-80 {
  --tw-translate-x: 20rem !important;
}

.tw-translate-x-96 {
  --tw-translate-x: 24rem !important;
}

.tw-translate-x-px {
  --tw-translate-x: 1px !important;
}

.tw-translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important;
}

.tw-translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important;
}

.tw-translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important;
}

.tw-translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important;
}

.tw--translate-x-0 {
  --tw-translate-x: 0px !important;
}

.tw--translate-x-1 {
  --tw-translate-x: -0.25rem !important;
}

.tw--translate-x-2 {
  --tw-translate-x: -0.5rem !important;
}

.tw--translate-x-3 {
  --tw-translate-x: -0.75rem !important;
}

.tw--translate-x-4 {
  --tw-translate-x: -1rem !important;
}

.tw--translate-x-5 {
  --tw-translate-x: -1.25rem !important;
}

.tw--translate-x-6 {
  --tw-translate-x: -1.5rem !important;
}

.tw--translate-x-7 {
  --tw-translate-x: -1.75rem !important;
}

.tw--translate-x-8 {
  --tw-translate-x: -2rem !important;
}

.tw--translate-x-9 {
  --tw-translate-x: -2.25rem !important;
}

.tw--translate-x-10 {
  --tw-translate-x: -2.5rem !important;
}

.tw--translate-x-11 {
  --tw-translate-x: -2.75rem !important;
}

.tw--translate-x-12 {
  --tw-translate-x: -3rem !important;
}

.tw--translate-x-14 {
  --tw-translate-x: -3.5rem !important;
}

.tw--translate-x-16 {
  --tw-translate-x: -4rem !important;
}

.tw--translate-x-20 {
  --tw-translate-x: -5rem !important;
}

.tw--translate-x-24 {
  --tw-translate-x: -6rem !important;
}

.tw--translate-x-28 {
  --tw-translate-x: -7rem !important;
}

.tw--translate-x-32 {
  --tw-translate-x: -8rem !important;
}

.tw--translate-x-36 {
  --tw-translate-x: -9rem !important;
}

.tw--translate-x-40 {
  --tw-translate-x: -10rem !important;
}

.tw--translate-x-44 {
  --tw-translate-x: -11rem !important;
}

.tw--translate-x-48 {
  --tw-translate-x: -12rem !important;
}

.tw--translate-x-52 {
  --tw-translate-x: -13rem !important;
}

.tw--translate-x-56 {
  --tw-translate-x: -14rem !important;
}

.tw--translate-x-60 {
  --tw-translate-x: -15rem !important;
}

.tw--translate-x-64 {
  --tw-translate-x: -16rem !important;
}

.tw--translate-x-72 {
  --tw-translate-x: -18rem !important;
}

.tw--translate-x-80 {
  --tw-translate-x: -20rem !important;
}

.tw--translate-x-96 {
  --tw-translate-x: -24rem !important;
}

.tw--translate-x-px {
  --tw-translate-x: -1px !important;
}

.tw--translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
}

.tw--translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important;
}

.tw--translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important;
}

.tw--translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important;
}

.tw-translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.tw-translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.tw-translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.tw-translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.tw-translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.tw-translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.tw-translate-x-full {
  --tw-translate-x: 100% !important;
}

.tw--translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.tw--translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.tw--translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.tw--translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.tw--translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.tw--translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.tw--translate-x-full {
  --tw-translate-x: -100% !important;
}

.tw-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.tw-translate-y-1 {
  --tw-translate-y: 0.25rem !important;
}

.tw-translate-y-2 {
  --tw-translate-y: 0.5rem !important;
}

.tw-translate-y-3 {
  --tw-translate-y: 0.75rem !important;
}

.tw-translate-y-4 {
  --tw-translate-y: 1rem !important;
}

.tw-translate-y-5 {
  --tw-translate-y: 1.25rem !important;
}

.tw-translate-y-6 {
  --tw-translate-y: 1.5rem !important;
}

.tw-translate-y-7 {
  --tw-translate-y: 1.75rem !important;
}

.tw-translate-y-8 {
  --tw-translate-y: 2rem !important;
}

.tw-translate-y-9 {
  --tw-translate-y: 2.25rem !important;
}

.tw-translate-y-10 {
  --tw-translate-y: 2.5rem !important;
}

.tw-translate-y-11 {
  --tw-translate-y: 2.75rem !important;
}

.tw-translate-y-12 {
  --tw-translate-y: 3rem !important;
}

.tw-translate-y-14 {
  --tw-translate-y: 3.5rem !important;
}

.tw-translate-y-16 {
  --tw-translate-y: 4rem !important;
}

.tw-translate-y-20 {
  --tw-translate-y: 5rem !important;
}

.tw-translate-y-24 {
  --tw-translate-y: 6rem !important;
}

.tw-translate-y-28 {
  --tw-translate-y: 7rem !important;
}

.tw-translate-y-32 {
  --tw-translate-y: 8rem !important;
}

.tw-translate-y-36 {
  --tw-translate-y: 9rem !important;
}

.tw-translate-y-40 {
  --tw-translate-y: 10rem !important;
}

.tw-translate-y-44 {
  --tw-translate-y: 11rem !important;
}

.tw-translate-y-48 {
  --tw-translate-y: 12rem !important;
}

.tw-translate-y-52 {
  --tw-translate-y: 13rem !important;
}

.tw-translate-y-56 {
  --tw-translate-y: 14rem !important;
}

.tw-translate-y-60 {
  --tw-translate-y: 15rem !important;
}

.tw-translate-y-64 {
  --tw-translate-y: 16rem !important;
}

.tw-translate-y-72 {
  --tw-translate-y: 18rem !important;
}

.tw-translate-y-80 {
  --tw-translate-y: 20rem !important;
}

.tw-translate-y-96 {
  --tw-translate-y: 24rem !important;
}

.tw-translate-y-px {
  --tw-translate-y: 1px !important;
}

.tw-translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important;
}

.tw-translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important;
}

.tw-translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important;
}

.tw-translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important;
}

.tw--translate-y-0 {
  --tw-translate-y: 0px !important;
}

.tw--translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

.tw--translate-y-2 {
  --tw-translate-y: -0.5rem !important;
}

.tw--translate-y-3 {
  --tw-translate-y: -0.75rem !important;
}

.tw--translate-y-4 {
  --tw-translate-y: -1rem !important;
}

.tw--translate-y-5 {
  --tw-translate-y: -1.25rem !important;
}

.tw--translate-y-6 {
  --tw-translate-y: -1.5rem !important;
}

.tw--translate-y-7 {
  --tw-translate-y: -1.75rem !important;
}

.tw--translate-y-8 {
  --tw-translate-y: -2rem !important;
}

.tw--translate-y-9 {
  --tw-translate-y: -2.25rem !important;
}

.tw--translate-y-10 {
  --tw-translate-y: -2.5rem !important;
}

.tw--translate-y-11 {
  --tw-translate-y: -2.75rem !important;
}

.tw--translate-y-12 {
  --tw-translate-y: -3rem !important;
}

.tw--translate-y-14 {
  --tw-translate-y: -3.5rem !important;
}

.tw--translate-y-16 {
  --tw-translate-y: -4rem !important;
}

.tw--translate-y-20 {
  --tw-translate-y: -5rem !important;
}

.tw--translate-y-24 {
  --tw-translate-y: -6rem !important;
}

.tw--translate-y-28 {
  --tw-translate-y: -7rem !important;
}

.tw--translate-y-32 {
  --tw-translate-y: -8rem !important;
}

.tw--translate-y-36 {
  --tw-translate-y: -9rem !important;
}

.tw--translate-y-40 {
  --tw-translate-y: -10rem !important;
}

.tw--translate-y-44 {
  --tw-translate-y: -11rem !important;
}

.tw--translate-y-48 {
  --tw-translate-y: -12rem !important;
}

.tw--translate-y-52 {
  --tw-translate-y: -13rem !important;
}

.tw--translate-y-56 {
  --tw-translate-y: -14rem !important;
}

.tw--translate-y-60 {
  --tw-translate-y: -15rem !important;
}

.tw--translate-y-64 {
  --tw-translate-y: -16rem !important;
}

.tw--translate-y-72 {
  --tw-translate-y: -18rem !important;
}

.tw--translate-y-80 {
  --tw-translate-y: -20rem !important;
}

.tw--translate-y-96 {
  --tw-translate-y: -24rem !important;
}

.tw--translate-y-px {
  --tw-translate-y: -1px !important;
}

.tw--translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important;
}

.tw--translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important;
}

.tw--translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important;
}

.tw--translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important;
}

.tw-translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.tw-translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.tw-translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.tw-translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.tw-translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.tw-translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.tw-translate-y-full {
  --tw-translate-y: 100% !important;
}

.tw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.tw--translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.tw--translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.tw--translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.tw--translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.tw--translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.tw--translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:tw-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:tw-translate-x-1:hover {
  --tw-translate-x: 0.25rem !important;
}

.hover\:tw-translate-x-2:hover {
  --tw-translate-x: 0.5rem !important;
}

.hover\:tw-translate-x-3:hover {
  --tw-translate-x: 0.75rem !important;
}

.hover\:tw-translate-x-4:hover {
  --tw-translate-x: 1rem !important;
}

.hover\:tw-translate-x-5:hover {
  --tw-translate-x: 1.25rem !important;
}

.hover\:tw-translate-x-6:hover {
  --tw-translate-x: 1.5rem !important;
}

.hover\:tw-translate-x-7:hover {
  --tw-translate-x: 1.75rem !important;
}

.hover\:tw-translate-x-8:hover {
  --tw-translate-x: 2rem !important;
}

.hover\:tw-translate-x-9:hover {
  --tw-translate-x: 2.25rem !important;
}

.hover\:tw-translate-x-10:hover {
  --tw-translate-x: 2.5rem !important;
}

.hover\:tw-translate-x-11:hover {
  --tw-translate-x: 2.75rem !important;
}

.hover\:tw-translate-x-12:hover {
  --tw-translate-x: 3rem !important;
}

.hover\:tw-translate-x-14:hover {
  --tw-translate-x: 3.5rem !important;
}

.hover\:tw-translate-x-16:hover {
  --tw-translate-x: 4rem !important;
}

.hover\:tw-translate-x-20:hover {
  --tw-translate-x: 5rem !important;
}

.hover\:tw-translate-x-24:hover {
  --tw-translate-x: 6rem !important;
}

.hover\:tw-translate-x-28:hover {
  --tw-translate-x: 7rem !important;
}

.hover\:tw-translate-x-32:hover {
  --tw-translate-x: 8rem !important;
}

.hover\:tw-translate-x-36:hover {
  --tw-translate-x: 9rem !important;
}

.hover\:tw-translate-x-40:hover {
  --tw-translate-x: 10rem !important;
}

.hover\:tw-translate-x-44:hover {
  --tw-translate-x: 11rem !important;
}

.hover\:tw-translate-x-48:hover {
  --tw-translate-x: 12rem !important;
}

.hover\:tw-translate-x-52:hover {
  --tw-translate-x: 13rem !important;
}

.hover\:tw-translate-x-56:hover {
  --tw-translate-x: 14rem !important;
}

.hover\:tw-translate-x-60:hover {
  --tw-translate-x: 15rem !important;
}

.hover\:tw-translate-x-64:hover {
  --tw-translate-x: 16rem !important;
}

.hover\:tw-translate-x-72:hover {
  --tw-translate-x: 18rem !important;
}

.hover\:tw-translate-x-80:hover {
  --tw-translate-x: 20rem !important;
}

.hover\:tw-translate-x-96:hover {
  --tw-translate-x: 24rem !important;
}

.hover\:tw-translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:tw-translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important;
}

.hover\:tw-translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important;
}

.hover\:tw-translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important;
}

.hover\:tw-translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important;
}

.hover\:tw--translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:tw--translate-x-1:hover {
  --tw-translate-x: -0.25rem !important;
}

.hover\:tw--translate-x-2:hover {
  --tw-translate-x: -0.5rem !important;
}

.hover\:tw--translate-x-3:hover {
  --tw-translate-x: -0.75rem !important;
}

.hover\:tw--translate-x-4:hover {
  --tw-translate-x: -1rem !important;
}

.hover\:tw--translate-x-5:hover {
  --tw-translate-x: -1.25rem !important;
}

.hover\:tw--translate-x-6:hover {
  --tw-translate-x: -1.5rem !important;
}

.hover\:tw--translate-x-7:hover {
  --tw-translate-x: -1.75rem !important;
}

.hover\:tw--translate-x-8:hover {
  --tw-translate-x: -2rem !important;
}

.hover\:tw--translate-x-9:hover {
  --tw-translate-x: -2.25rem !important;
}

.hover\:tw--translate-x-10:hover {
  --tw-translate-x: -2.5rem !important;
}

.hover\:tw--translate-x-11:hover {
  --tw-translate-x: -2.75rem !important;
}

.hover\:tw--translate-x-12:hover {
  --tw-translate-x: -3rem !important;
}

.hover\:tw--translate-x-14:hover {
  --tw-translate-x: -3.5rem !important;
}

.hover\:tw--translate-x-16:hover {
  --tw-translate-x: -4rem !important;
}

.hover\:tw--translate-x-20:hover {
  --tw-translate-x: -5rem !important;
}

.hover\:tw--translate-x-24:hover {
  --tw-translate-x: -6rem !important;
}

.hover\:tw--translate-x-28:hover {
  --tw-translate-x: -7rem !important;
}

.hover\:tw--translate-x-32:hover {
  --tw-translate-x: -8rem !important;
}

.hover\:tw--translate-x-36:hover {
  --tw-translate-x: -9rem !important;
}

.hover\:tw--translate-x-40:hover {
  --tw-translate-x: -10rem !important;
}

.hover\:tw--translate-x-44:hover {
  --tw-translate-x: -11rem !important;
}

.hover\:tw--translate-x-48:hover {
  --tw-translate-x: -12rem !important;
}

.hover\:tw--translate-x-52:hover {
  --tw-translate-x: -13rem !important;
}

.hover\:tw--translate-x-56:hover {
  --tw-translate-x: -14rem !important;
}

.hover\:tw--translate-x-60:hover {
  --tw-translate-x: -15rem !important;
}

.hover\:tw--translate-x-64:hover {
  --tw-translate-x: -16rem !important;
}

.hover\:tw--translate-x-72:hover {
  --tw-translate-x: -18rem !important;
}

.hover\:tw--translate-x-80:hover {
  --tw-translate-x: -20rem !important;
}

.hover\:tw--translate-x-96:hover {
  --tw-translate-x: -24rem !important;
}

.hover\:tw--translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:tw--translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important;
}

.hover\:tw--translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important;
}

.hover\:tw--translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important;
}

.hover\:tw--translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important;
}

.hover\:tw-translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:tw-translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:tw-translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:tw-translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:tw-translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:tw-translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:tw-translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:tw--translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:tw--translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:tw--translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:tw--translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:tw--translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:tw--translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:tw--translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:tw-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:tw-translate-y-1:hover {
  --tw-translate-y: 0.25rem !important;
}

.hover\:tw-translate-y-2:hover {
  --tw-translate-y: 0.5rem !important;
}

.hover\:tw-translate-y-3:hover {
  --tw-translate-y: 0.75rem !important;
}

.hover\:tw-translate-y-4:hover {
  --tw-translate-y: 1rem !important;
}

.hover\:tw-translate-y-5:hover {
  --tw-translate-y: 1.25rem !important;
}

.hover\:tw-translate-y-6:hover {
  --tw-translate-y: 1.5rem !important;
}

.hover\:tw-translate-y-7:hover {
  --tw-translate-y: 1.75rem !important;
}

.hover\:tw-translate-y-8:hover {
  --tw-translate-y: 2rem !important;
}

.hover\:tw-translate-y-9:hover {
  --tw-translate-y: 2.25rem !important;
}

.hover\:tw-translate-y-10:hover {
  --tw-translate-y: 2.5rem !important;
}

.hover\:tw-translate-y-11:hover {
  --tw-translate-y: 2.75rem !important;
}

.hover\:tw-translate-y-12:hover {
  --tw-translate-y: 3rem !important;
}

.hover\:tw-translate-y-14:hover {
  --tw-translate-y: 3.5rem !important;
}

.hover\:tw-translate-y-16:hover {
  --tw-translate-y: 4rem !important;
}

.hover\:tw-translate-y-20:hover {
  --tw-translate-y: 5rem !important;
}

.hover\:tw-translate-y-24:hover {
  --tw-translate-y: 6rem !important;
}

.hover\:tw-translate-y-28:hover {
  --tw-translate-y: 7rem !important;
}

.hover\:tw-translate-y-32:hover {
  --tw-translate-y: 8rem !important;
}

.hover\:tw-translate-y-36:hover {
  --tw-translate-y: 9rem !important;
}

.hover\:tw-translate-y-40:hover {
  --tw-translate-y: 10rem !important;
}

.hover\:tw-translate-y-44:hover {
  --tw-translate-y: 11rem !important;
}

.hover\:tw-translate-y-48:hover {
  --tw-translate-y: 12rem !important;
}

.hover\:tw-translate-y-52:hover {
  --tw-translate-y: 13rem !important;
}

.hover\:tw-translate-y-56:hover {
  --tw-translate-y: 14rem !important;
}

.hover\:tw-translate-y-60:hover {
  --tw-translate-y: 15rem !important;
}

.hover\:tw-translate-y-64:hover {
  --tw-translate-y: 16rem !important;
}

.hover\:tw-translate-y-72:hover {
  --tw-translate-y: 18rem !important;
}

.hover\:tw-translate-y-80:hover {
  --tw-translate-y: 20rem !important;
}

.hover\:tw-translate-y-96:hover {
  --tw-translate-y: 24rem !important;
}

.hover\:tw-translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:tw-translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important;
}

.hover\:tw-translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important;
}

.hover\:tw-translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important;
}

.hover\:tw-translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important;
}

.hover\:tw--translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:tw--translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
}

.hover\:tw--translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
}

.hover\:tw--translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
}

.hover\:tw--translate-y-4:hover {
  --tw-translate-y: -1rem !important;
}

.hover\:tw--translate-y-5:hover {
  --tw-translate-y: -1.25rem !important;
}

.hover\:tw--translate-y-6:hover {
  --tw-translate-y: -1.5rem !important;
}

.hover\:tw--translate-y-7:hover {
  --tw-translate-y: -1.75rem !important;
}

.hover\:tw--translate-y-8:hover {
  --tw-translate-y: -2rem !important;
}

.hover\:tw--translate-y-9:hover {
  --tw-translate-y: -2.25rem !important;
}

.hover\:tw--translate-y-10:hover {
  --tw-translate-y: -2.5rem !important;
}

.hover\:tw--translate-y-11:hover {
  --tw-translate-y: -2.75rem !important;
}

.hover\:tw--translate-y-12:hover {
  --tw-translate-y: -3rem !important;
}

.hover\:tw--translate-y-14:hover {
  --tw-translate-y: -3.5rem !important;
}

.hover\:tw--translate-y-16:hover {
  --tw-translate-y: -4rem !important;
}

.hover\:tw--translate-y-20:hover {
  --tw-translate-y: -5rem !important;
}

.hover\:tw--translate-y-24:hover {
  --tw-translate-y: -6rem !important;
}

.hover\:tw--translate-y-28:hover {
  --tw-translate-y: -7rem !important;
}

.hover\:tw--translate-y-32:hover {
  --tw-translate-y: -8rem !important;
}

.hover\:tw--translate-y-36:hover {
  --tw-translate-y: -9rem !important;
}

.hover\:tw--translate-y-40:hover {
  --tw-translate-y: -10rem !important;
}

.hover\:tw--translate-y-44:hover {
  --tw-translate-y: -11rem !important;
}

.hover\:tw--translate-y-48:hover {
  --tw-translate-y: -12rem !important;
}

.hover\:tw--translate-y-52:hover {
  --tw-translate-y: -13rem !important;
}

.hover\:tw--translate-y-56:hover {
  --tw-translate-y: -14rem !important;
}

.hover\:tw--translate-y-60:hover {
  --tw-translate-y: -15rem !important;
}

.hover\:tw--translate-y-64:hover {
  --tw-translate-y: -16rem !important;
}

.hover\:tw--translate-y-72:hover {
  --tw-translate-y: -18rem !important;
}

.hover\:tw--translate-y-80:hover {
  --tw-translate-y: -20rem !important;
}

.hover\:tw--translate-y-96:hover {
  --tw-translate-y: -24rem !important;
}

.hover\:tw--translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:tw--translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important;
}

.hover\:tw--translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important;
}

.hover\:tw--translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important;
}

.hover\:tw--translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important;
}

.hover\:tw-translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:tw-translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:tw-translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:tw-translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:tw-translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:tw-translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:tw-translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:tw--translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:tw--translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:tw--translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:tw--translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:tw--translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:tw--translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:tw--translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:tw-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:tw-translate-x-1:focus {
  --tw-translate-x: 0.25rem !important;
}

.focus\:tw-translate-x-2:focus {
  --tw-translate-x: 0.5rem !important;
}

.focus\:tw-translate-x-3:focus {
  --tw-translate-x: 0.75rem !important;
}

.focus\:tw-translate-x-4:focus {
  --tw-translate-x: 1rem !important;
}

.focus\:tw-translate-x-5:focus {
  --tw-translate-x: 1.25rem !important;
}

.focus\:tw-translate-x-6:focus {
  --tw-translate-x: 1.5rem !important;
}

.focus\:tw-translate-x-7:focus {
  --tw-translate-x: 1.75rem !important;
}

.focus\:tw-translate-x-8:focus {
  --tw-translate-x: 2rem !important;
}

.focus\:tw-translate-x-9:focus {
  --tw-translate-x: 2.25rem !important;
}

.focus\:tw-translate-x-10:focus {
  --tw-translate-x: 2.5rem !important;
}

.focus\:tw-translate-x-11:focus {
  --tw-translate-x: 2.75rem !important;
}

.focus\:tw-translate-x-12:focus {
  --tw-translate-x: 3rem !important;
}

.focus\:tw-translate-x-14:focus {
  --tw-translate-x: 3.5rem !important;
}

.focus\:tw-translate-x-16:focus {
  --tw-translate-x: 4rem !important;
}

.focus\:tw-translate-x-20:focus {
  --tw-translate-x: 5rem !important;
}

.focus\:tw-translate-x-24:focus {
  --tw-translate-x: 6rem !important;
}

.focus\:tw-translate-x-28:focus {
  --tw-translate-x: 7rem !important;
}

.focus\:tw-translate-x-32:focus {
  --tw-translate-x: 8rem !important;
}

.focus\:tw-translate-x-36:focus {
  --tw-translate-x: 9rem !important;
}

.focus\:tw-translate-x-40:focus {
  --tw-translate-x: 10rem !important;
}

.focus\:tw-translate-x-44:focus {
  --tw-translate-x: 11rem !important;
}

.focus\:tw-translate-x-48:focus {
  --tw-translate-x: 12rem !important;
}

.focus\:tw-translate-x-52:focus {
  --tw-translate-x: 13rem !important;
}

.focus\:tw-translate-x-56:focus {
  --tw-translate-x: 14rem !important;
}

.focus\:tw-translate-x-60:focus {
  --tw-translate-x: 15rem !important;
}

.focus\:tw-translate-x-64:focus {
  --tw-translate-x: 16rem !important;
}

.focus\:tw-translate-x-72:focus {
  --tw-translate-x: 18rem !important;
}

.focus\:tw-translate-x-80:focus {
  --tw-translate-x: 20rem !important;
}

.focus\:tw-translate-x-96:focus {
  --tw-translate-x: 24rem !important;
}

.focus\:tw-translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:tw-translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important;
}

.focus\:tw-translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important;
}

.focus\:tw-translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important;
}

.focus\:tw-translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important;
}

.focus\:tw--translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:tw--translate-x-1:focus {
  --tw-translate-x: -0.25rem !important;
}

.focus\:tw--translate-x-2:focus {
  --tw-translate-x: -0.5rem !important;
}

.focus\:tw--translate-x-3:focus {
  --tw-translate-x: -0.75rem !important;
}

.focus\:tw--translate-x-4:focus {
  --tw-translate-x: -1rem !important;
}

.focus\:tw--translate-x-5:focus {
  --tw-translate-x: -1.25rem !important;
}

.focus\:tw--translate-x-6:focus {
  --tw-translate-x: -1.5rem !important;
}

.focus\:tw--translate-x-7:focus {
  --tw-translate-x: -1.75rem !important;
}

.focus\:tw--translate-x-8:focus {
  --tw-translate-x: -2rem !important;
}

.focus\:tw--translate-x-9:focus {
  --tw-translate-x: -2.25rem !important;
}

.focus\:tw--translate-x-10:focus {
  --tw-translate-x: -2.5rem !important;
}

.focus\:tw--translate-x-11:focus {
  --tw-translate-x: -2.75rem !important;
}

.focus\:tw--translate-x-12:focus {
  --tw-translate-x: -3rem !important;
}

.focus\:tw--translate-x-14:focus {
  --tw-translate-x: -3.5rem !important;
}

.focus\:tw--translate-x-16:focus {
  --tw-translate-x: -4rem !important;
}

.focus\:tw--translate-x-20:focus {
  --tw-translate-x: -5rem !important;
}

.focus\:tw--translate-x-24:focus {
  --tw-translate-x: -6rem !important;
}

.focus\:tw--translate-x-28:focus {
  --tw-translate-x: -7rem !important;
}

.focus\:tw--translate-x-32:focus {
  --tw-translate-x: -8rem !important;
}

.focus\:tw--translate-x-36:focus {
  --tw-translate-x: -9rem !important;
}

.focus\:tw--translate-x-40:focus {
  --tw-translate-x: -10rem !important;
}

.focus\:tw--translate-x-44:focus {
  --tw-translate-x: -11rem !important;
}

.focus\:tw--translate-x-48:focus {
  --tw-translate-x: -12rem !important;
}

.focus\:tw--translate-x-52:focus {
  --tw-translate-x: -13rem !important;
}

.focus\:tw--translate-x-56:focus {
  --tw-translate-x: -14rem !important;
}

.focus\:tw--translate-x-60:focus {
  --tw-translate-x: -15rem !important;
}

.focus\:tw--translate-x-64:focus {
  --tw-translate-x: -16rem !important;
}

.focus\:tw--translate-x-72:focus {
  --tw-translate-x: -18rem !important;
}

.focus\:tw--translate-x-80:focus {
  --tw-translate-x: -20rem !important;
}

.focus\:tw--translate-x-96:focus {
  --tw-translate-x: -24rem !important;
}

.focus\:tw--translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:tw--translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important;
}

.focus\:tw--translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important;
}

.focus\:tw--translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important;
}

.focus\:tw--translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important;
}

.focus\:tw-translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:tw-translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:tw-translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:tw-translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:tw-translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:tw-translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:tw-translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:tw--translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:tw--translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:tw--translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:tw--translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:tw--translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:tw--translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:tw--translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:tw-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:tw-translate-y-1:focus {
  --tw-translate-y: 0.25rem !important;
}

.focus\:tw-translate-y-2:focus {
  --tw-translate-y: 0.5rem !important;
}

.focus\:tw-translate-y-3:focus {
  --tw-translate-y: 0.75rem !important;
}

.focus\:tw-translate-y-4:focus {
  --tw-translate-y: 1rem !important;
}

.focus\:tw-translate-y-5:focus {
  --tw-translate-y: 1.25rem !important;
}

.focus\:tw-translate-y-6:focus {
  --tw-translate-y: 1.5rem !important;
}

.focus\:tw-translate-y-7:focus {
  --tw-translate-y: 1.75rem !important;
}

.focus\:tw-translate-y-8:focus {
  --tw-translate-y: 2rem !important;
}

.focus\:tw-translate-y-9:focus {
  --tw-translate-y: 2.25rem !important;
}

.focus\:tw-translate-y-10:focus {
  --tw-translate-y: 2.5rem !important;
}

.focus\:tw-translate-y-11:focus {
  --tw-translate-y: 2.75rem !important;
}

.focus\:tw-translate-y-12:focus {
  --tw-translate-y: 3rem !important;
}

.focus\:tw-translate-y-14:focus {
  --tw-translate-y: 3.5rem !important;
}

.focus\:tw-translate-y-16:focus {
  --tw-translate-y: 4rem !important;
}

.focus\:tw-translate-y-20:focus {
  --tw-translate-y: 5rem !important;
}

.focus\:tw-translate-y-24:focus {
  --tw-translate-y: 6rem !important;
}

.focus\:tw-translate-y-28:focus {
  --tw-translate-y: 7rem !important;
}

.focus\:tw-translate-y-32:focus {
  --tw-translate-y: 8rem !important;
}

.focus\:tw-translate-y-36:focus {
  --tw-translate-y: 9rem !important;
}

.focus\:tw-translate-y-40:focus {
  --tw-translate-y: 10rem !important;
}

.focus\:tw-translate-y-44:focus {
  --tw-translate-y: 11rem !important;
}

.focus\:tw-translate-y-48:focus {
  --tw-translate-y: 12rem !important;
}

.focus\:tw-translate-y-52:focus {
  --tw-translate-y: 13rem !important;
}

.focus\:tw-translate-y-56:focus {
  --tw-translate-y: 14rem !important;
}

.focus\:tw-translate-y-60:focus {
  --tw-translate-y: 15rem !important;
}

.focus\:tw-translate-y-64:focus {
  --tw-translate-y: 16rem !important;
}

.focus\:tw-translate-y-72:focus {
  --tw-translate-y: 18rem !important;
}

.focus\:tw-translate-y-80:focus {
  --tw-translate-y: 20rem !important;
}

.focus\:tw-translate-y-96:focus {
  --tw-translate-y: 24rem !important;
}

.focus\:tw-translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:tw-translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important;
}

.focus\:tw-translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important;
}

.focus\:tw-translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important;
}

.focus\:tw-translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important;
}

.focus\:tw--translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:tw--translate-y-1:focus {
  --tw-translate-y: -0.25rem !important;
}

.focus\:tw--translate-y-2:focus {
  --tw-translate-y: -0.5rem !important;
}

.focus\:tw--translate-y-3:focus {
  --tw-translate-y: -0.75rem !important;
}

.focus\:tw--translate-y-4:focus {
  --tw-translate-y: -1rem !important;
}

.focus\:tw--translate-y-5:focus {
  --tw-translate-y: -1.25rem !important;
}

.focus\:tw--translate-y-6:focus {
  --tw-translate-y: -1.5rem !important;
}

.focus\:tw--translate-y-7:focus {
  --tw-translate-y: -1.75rem !important;
}

.focus\:tw--translate-y-8:focus {
  --tw-translate-y: -2rem !important;
}

.focus\:tw--translate-y-9:focus {
  --tw-translate-y: -2.25rem !important;
}

.focus\:tw--translate-y-10:focus {
  --tw-translate-y: -2.5rem !important;
}

.focus\:tw--translate-y-11:focus {
  --tw-translate-y: -2.75rem !important;
}

.focus\:tw--translate-y-12:focus {
  --tw-translate-y: -3rem !important;
}

.focus\:tw--translate-y-14:focus {
  --tw-translate-y: -3.5rem !important;
}

.focus\:tw--translate-y-16:focus {
  --tw-translate-y: -4rem !important;
}

.focus\:tw--translate-y-20:focus {
  --tw-translate-y: -5rem !important;
}

.focus\:tw--translate-y-24:focus {
  --tw-translate-y: -6rem !important;
}

.focus\:tw--translate-y-28:focus {
  --tw-translate-y: -7rem !important;
}

.focus\:tw--translate-y-32:focus {
  --tw-translate-y: -8rem !important;
}

.focus\:tw--translate-y-36:focus {
  --tw-translate-y: -9rem !important;
}

.focus\:tw--translate-y-40:focus {
  --tw-translate-y: -10rem !important;
}

.focus\:tw--translate-y-44:focus {
  --tw-translate-y: -11rem !important;
}

.focus\:tw--translate-y-48:focus {
  --tw-translate-y: -12rem !important;
}

.focus\:tw--translate-y-52:focus {
  --tw-translate-y: -13rem !important;
}

.focus\:tw--translate-y-56:focus {
  --tw-translate-y: -14rem !important;
}

.focus\:tw--translate-y-60:focus {
  --tw-translate-y: -15rem !important;
}

.focus\:tw--translate-y-64:focus {
  --tw-translate-y: -16rem !important;
}

.focus\:tw--translate-y-72:focus {
  --tw-translate-y: -18rem !important;
}

.focus\:tw--translate-y-80:focus {
  --tw-translate-y: -20rem !important;
}

.focus\:tw--translate-y-96:focus {
  --tw-translate-y: -24rem !important;
}

.focus\:tw--translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:tw--translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important;
}

.focus\:tw--translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important;
}

.focus\:tw--translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important;
}

.focus\:tw--translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important;
}

.focus\:tw-translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:tw-translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:tw-translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:tw-translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:tw-translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:tw-translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:tw-translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:tw--translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:tw--translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:tw--translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:tw--translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:tw--translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:tw--translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:tw--translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.tw-skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.tw-skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.tw-skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.tw-skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.tw-skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.tw-skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.tw--skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.tw--skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.tw--skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.tw--skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.tw--skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.tw-skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.tw-skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.tw-skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.tw-skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.tw-skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.tw-skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.tw--skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.tw--skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.tw--skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.tw--skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.tw--skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:tw-skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:tw-skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:tw-skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:tw-skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:tw-skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:tw-skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:tw--skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:tw--skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:tw--skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:tw--skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:tw--skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:tw-skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:tw-skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:tw-skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:tw-skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:tw-skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:tw-skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:tw--skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:tw--skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:tw--skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:tw--skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:tw--skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:tw-skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:tw-skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:tw-skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:tw-skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:tw-skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:tw-skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:tw--skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:tw--skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:tw--skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:tw--skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:tw--skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:tw-skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:tw-skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:tw-skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:tw-skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:tw-skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:tw-skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:tw--skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:tw--skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:tw--skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:tw--skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:tw--skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.tw-transition-none {
  transition-property: none !important;
}

.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition-none:hover {
  transition-property: none !important;
}

.hover\:tw-transition-all:hover {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition:hover {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition-colors:hover {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition-opacity:hover {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition-shadow:hover {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.hover\:tw-transition-transform:hover {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition-none:focus {
  transition-property: none !important;
}

.focus\:tw-transition-all:focus {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition:focus {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition-colors:focus {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition-opacity:focus {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition-shadow:focus {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.focus\:tw-transition-transform:focus {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:tw-transition-none {
    transition-property: none !important;
  }

  .motion-safe\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .motion-safe\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .motion-safe\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-safe\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:tw-transition-none {
    transition-property: none !important;
  }

  .motion-reduce\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .motion-reduce\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .motion-reduce\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .motion-reduce\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }
}

.tw-ease-linear {
  transition-timing-function: linear !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover\:tw-ease-linear:hover {
  transition-timing-function: linear !important;
}

.hover\:tw-ease-in:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.hover\:tw-ease-out:hover {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.hover\:tw-ease-in-out:hover {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.focus\:tw-ease-linear:focus {
  transition-timing-function: linear !important;
}

.focus\:tw-ease-in:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.focus\:tw-ease-out:focus {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.focus\:tw-ease-in-out:focus {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-duration-75 {
  transition-duration: 75ms !important;
}

.tw-duration-100 {
  transition-duration: 100ms !important;
}

.tw-duration-150 {
  transition-duration: 150ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-duration-500 {
  transition-duration: 500ms !important;
}

.tw-duration-700 {
  transition-duration: 700ms !important;
}

.tw-duration-1000 {
  transition-duration: 1000ms !important;
}

.hover\:tw-duration-75:hover {
  transition-duration: 75ms !important;
}

.hover\:tw-duration-100:hover {
  transition-duration: 100ms !important;
}

.hover\:tw-duration-150:hover {
  transition-duration: 150ms !important;
}

.hover\:tw-duration-200:hover {
  transition-duration: 200ms !important;
}

.hover\:tw-duration-300:hover {
  transition-duration: 300ms !important;
}

.hover\:tw-duration-500:hover {
  transition-duration: 500ms !important;
}

.hover\:tw-duration-700:hover {
  transition-duration: 700ms !important;
}

.hover\:tw-duration-1000:hover {
  transition-duration: 1000ms !important;
}

.focus\:tw-duration-75:focus {
  transition-duration: 75ms !important;
}

.focus\:tw-duration-100:focus {
  transition-duration: 100ms !important;
}

.focus\:tw-duration-150:focus {
  transition-duration: 150ms !important;
}

.focus\:tw-duration-200:focus {
  transition-duration: 200ms !important;
}

.focus\:tw-duration-300:focus {
  transition-duration: 300ms !important;
}

.focus\:tw-duration-500:focus {
  transition-duration: 500ms !important;
}

.focus\:tw-duration-700:focus {
  transition-duration: 700ms !important;
}

.focus\:tw-duration-1000:focus {
  transition-duration: 1000ms !important;
}

.tw-delay-75 {
  transition-delay: 75ms !important;
}

.tw-delay-100 {
  transition-delay: 100ms !important;
}

.tw-delay-150 {
  transition-delay: 150ms !important;
}

.tw-delay-200 {
  transition-delay: 200ms !important;
}

.tw-delay-300 {
  transition-delay: 300ms !important;
}

.tw-delay-500 {
  transition-delay: 500ms !important;
}

.tw-delay-700 {
  transition-delay: 700ms !important;
}

.tw-delay-1000 {
  transition-delay: 1000ms !important;
}

.hover\:tw-delay-75:hover {
  transition-delay: 75ms !important;
}

.hover\:tw-delay-100:hover {
  transition-delay: 100ms !important;
}

.hover\:tw-delay-150:hover {
  transition-delay: 150ms !important;
}

.hover\:tw-delay-200:hover {
  transition-delay: 200ms !important;
}

.hover\:tw-delay-300:hover {
  transition-delay: 300ms !important;
}

.hover\:tw-delay-500:hover {
  transition-delay: 500ms !important;
}

.hover\:tw-delay-700:hover {
  transition-delay: 700ms !important;
}

.hover\:tw-delay-1000:hover {
  transition-delay: 1000ms !important;
}

.focus\:tw-delay-75:focus {
  transition-delay: 75ms !important;
}

.focus\:tw-delay-100:focus {
  transition-delay: 100ms !important;
}

.focus\:tw-delay-150:focus {
  transition-delay: 150ms !important;
}

.focus\:tw-delay-200:focus {
  transition-delay: 200ms !important;
}

.focus\:tw-delay-300:focus {
  transition-delay: 300ms !important;
}

.focus\:tw-delay-500:focus {
  transition-delay: 500ms !important;
}

.focus\:tw-delay-700:focus {
  transition-delay: 700ms !important;
}

.focus\:tw-delay-1000:focus {
  transition-delay: 1000ms !important;
}

@-webkit-keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.tw-animate-spin {
  -webkit-animation: tw-spin 1s linear infinite !important;
          animation: tw-spin 1s linear infinite !important;
}

.tw-animate-ping {
  -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.tw-animate-pulse {
  -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.tw-animate-bounce {
  -webkit-animation: tw-bounce 1s infinite !important;
          animation: tw-bounce 1s infinite !important;
}

.hover\:tw-animate-none:hover {
  -webkit-animation: none !important;
          animation: none !important;
}

.hover\:tw-animate-spin:hover {
  -webkit-animation: tw-spin 1s linear infinite !important;
          animation: tw-spin 1s linear infinite !important;
}

.hover\:tw-animate-ping:hover {
  -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.hover\:tw-animate-pulse:hover {
  -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.hover\:tw-animate-bounce:hover {
  -webkit-animation: tw-bounce 1s infinite !important;
          animation: tw-bounce 1s infinite !important;
}

.focus\:tw-animate-none:focus {
  -webkit-animation: none !important;
          animation: none !important;
}

.focus\:tw-animate-spin:focus {
  -webkit-animation: tw-spin 1s linear infinite !important;
          animation: tw-spin 1s linear infinite !important;
}

.focus\:tw-animate-ping:focus {
  -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.focus\:tw-animate-pulse:focus {
  -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.focus\:tw-animate-bounce:focus {
  -webkit-animation: tw-bounce 1s infinite !important;
          animation: tw-bounce 1s infinite !important;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-safe\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-safe\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-safe\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-safe\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .motion-safe\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-safe\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-safe\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-safe\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-safe\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .motion-safe\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-safe\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-safe\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-safe\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-safe\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-reduce\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-reduce\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-reduce\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-reduce\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .motion-reduce\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-reduce\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-reduce\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-reduce\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-reduce\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .motion-reduce\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .motion-reduce\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .motion-reduce\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .motion-reduce\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .motion-reduce\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }
}

@media (min-width: 640px) {
  .sm\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:tw-container {
      max-width: 1536px;
    }
  }

  .sm\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .sm\:tw-divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .sm\:tw-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
  }

  .sm\:tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .sm\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .sm\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .sm\:tw-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .sm\:tw-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .sm\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .sm\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .sm\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:tw-bg-local {
    background-attachment: local !important;
  }

  .sm\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .sm\:tw-bg-current {
    background-color: currentColor !important;
  }

  .sm\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .sm\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .sm\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-amber-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-orange-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-emerald-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-teal-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-violet-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:tw-bg-rose-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blueGray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-amber-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-orange-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-emerald-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-teal-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-lightBlue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-violet-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-fuchsia-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:tw-bg-rose-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blueGray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-amber-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-orange-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-emerald-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-teal-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-lightBlue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-violet-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-fuchsia-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:tw-bg-rose-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-transparent:active {
    background-color: transparent !important;
  }

  .sm\:active\:tw-bg-current:active {
    background-color: currentColor !important;
  }

  .sm\:active\:tw-bg-black:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blueGray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-red-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-blue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-amber-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-orange-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-yellow-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lime-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-green-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-emerald-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-teal-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-cyan-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-lightBlue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-indigo-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-violet-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-purple-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-fuchsia-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-pink-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:active\:tw-bg-rose-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:tw-bg-none {
    background-image: none !important;
  }

  .sm\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:tw-from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:tw-from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:tw-from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:tw-from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:tw-from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:tw-from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:tw-from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:tw-from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:tw-from-blueGray-50 {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:tw-from-blueGray-100 {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:tw-from-blueGray-200 {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-from-blueGray-300 {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:tw-from-blueGray-400 {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:tw-from-blueGray-500 {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:tw-from-blueGray-600 {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:tw-from-blueGray-700 {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:tw-from-blueGray-800 {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:tw-from-blueGray-900 {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:tw-from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:tw-from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:tw-from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:tw-from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:tw-from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:tw-from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:tw-from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:tw-from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:tw-from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:tw-from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:tw-from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:tw-from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:tw-from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:tw-from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:tw-from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:tw-from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:tw-from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:tw-from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:tw-from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:tw-from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:tw-from-amber-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:tw-from-amber-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:tw-from-amber-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:tw-from-amber-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:tw-from-amber-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:tw-from-amber-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:tw-from-amber-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:tw-from-amber-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:tw-from-amber-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:tw-from-amber-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:tw-from-orange-50 {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:tw-from-orange-100 {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:tw-from-orange-200 {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:tw-from-orange-300 {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:tw-from-orange-400 {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:tw-from-orange-500 {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:tw-from-orange-600 {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:tw-from-orange-700 {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:tw-from-orange-800 {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:tw-from-orange-900 {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:tw-from-yellow-50 {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:tw-from-yellow-100 {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:tw-from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:tw-from-yellow-300 {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:tw-from-yellow-400 {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:tw-from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:tw-from-yellow-600 {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:tw-from-yellow-700 {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:tw-from-yellow-800 {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:tw-from-yellow-900 {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:tw-from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:tw-from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:tw-from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:tw-from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:tw-from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:tw-from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:tw-from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:tw-from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:tw-from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:tw-from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:tw-from-green-50 {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:tw-from-green-100 {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:tw-from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:tw-from-green-300 {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:tw-from-green-400 {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:tw-from-green-500 {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:tw-from-green-600 {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:tw-from-green-700 {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:tw-from-green-800 {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:tw-from-green-900 {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:tw-from-emerald-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:tw-from-emerald-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:tw-from-emerald-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:tw-from-emerald-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:tw-from-emerald-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:tw-from-emerald-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:tw-from-emerald-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:tw-from-emerald-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:tw-from-emerald-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:tw-from-emerald-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:tw-from-teal-50 {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:tw-from-teal-100 {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:tw-from-teal-200 {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:tw-from-teal-300 {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:tw-from-teal-400 {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:tw-from-teal-500 {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:tw-from-teal-600 {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:tw-from-teal-700 {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:tw-from-teal-800 {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:tw-from-teal-900 {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:tw-from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:tw-from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:tw-from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:tw-from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:tw-from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:tw-from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:tw-from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:tw-from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:tw-from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:tw-from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:tw-from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:tw-from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:tw-from-lightBlue-200 {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:tw-from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:tw-from-lightBlue-400 {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:tw-from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:tw-from-lightBlue-600 {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:tw-from-lightBlue-700 {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:tw-from-lightBlue-800 {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:tw-from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:tw-from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:tw-from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:tw-from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:tw-from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:tw-from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:tw-from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:tw-from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:tw-from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:tw-from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:tw-from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:tw-from-violet-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:tw-from-violet-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:tw-from-violet-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:tw-from-violet-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:tw-from-violet-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:tw-from-violet-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:tw-from-violet-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:tw-from-violet-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:tw-from-violet-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:tw-from-violet-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:tw-from-purple-50 {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-from-purple-100 {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:tw-from-purple-200 {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:tw-from-purple-300 {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:tw-from-purple-400 {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:tw-from-purple-500 {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:tw-from-purple-600 {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:tw-from-purple-700 {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:tw-from-purple-800 {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:tw-from-purple-900 {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:tw-from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:tw-from-fuchsia-100 {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:tw-from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:tw-from-fuchsia-300 {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:tw-from-fuchsia-400 {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:tw-from-fuchsia-500 {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:tw-from-fuchsia-600 {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:tw-from-fuchsia-700 {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:tw-from-fuchsia-800 {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:tw-from-fuchsia-900 {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:tw-from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:tw-from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:tw-from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:tw-from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:tw-from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:tw-from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:tw-from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:tw-from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:tw-from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:tw-from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:tw-from-rose-50 {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:tw-from-rose-100 {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:tw-from-rose-200 {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:tw-from-rose-300 {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:tw-from-rose-400 {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:tw-from-rose-500 {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:tw-from-rose-600 {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:tw-from-rose-700 {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:tw-from-rose-800 {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:tw-from-rose-900 {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:tw-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:tw-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:tw-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:tw-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:tw-via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:tw-via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:tw-via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:tw-via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:tw-via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:tw-via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:tw-via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:tw-via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:tw-via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:tw-via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:tw-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:tw-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:tw-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:tw-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:tw-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:tw-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:tw-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:tw-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:tw-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:tw-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:tw-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:tw-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:tw-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:tw-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:tw-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:tw-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:tw-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:tw-via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:tw-via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:tw-via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:tw-via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:tw-via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:tw-via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:tw-via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:tw-via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:tw-via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:tw-via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:tw-via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:tw-via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:tw-via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:tw-via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:tw-via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:tw-via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:tw-via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:tw-via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:tw-via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:tw-via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:tw-via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:tw-via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:tw-via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:tw-via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:tw-via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:tw-via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:tw-via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:tw-via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:tw-via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:tw-via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:tw-via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:tw-via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:tw-via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:tw-via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:tw-via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:tw-via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:tw-via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:tw-via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:tw-via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:tw-via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:tw-via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:tw-via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:tw-via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:tw-via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:tw-via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:tw-via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:tw-via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:tw-via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:tw-via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:tw-via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:tw-via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:tw-via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:tw-via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:tw-via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:tw-via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:tw-via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:tw-via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:tw-via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:tw-via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:tw-via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:tw-via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:tw-via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:tw-via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:tw-via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:tw-via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:tw-via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:tw-via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:tw-via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:tw-via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:tw-via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:tw-via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:tw-via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:tw-via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:tw-via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:tw-via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:tw-via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:tw-via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:tw-via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:tw-via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:tw-via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:tw-via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:tw-via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:tw-via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:tw-via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:tw-via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:tw-via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:tw-via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:tw-via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:tw-via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:tw-via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:tw-via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:tw-via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:tw-via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:tw-via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:tw-via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:tw-via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:tw-via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:tw-via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:tw-via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:tw-via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:tw-via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:tw-via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:tw-via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:tw-via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:tw-via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:tw-via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:tw-via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:tw-via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:tw-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:tw-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:tw-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:tw-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:tw-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:tw-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:tw-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:tw-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:tw-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:tw-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:tw-via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:tw-via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:tw-via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:tw-via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:tw-via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:tw-via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:tw-via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:tw-via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:tw-via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:tw-via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:tw-via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:tw-via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:tw-via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:tw-via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:tw-via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:tw-via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:tw-via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:tw-via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:tw-via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:tw-via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:tw-via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:tw-via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:tw-via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:tw-via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:tw-via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:tw-via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:tw-via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:tw-via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:tw-via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:tw-via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .sm\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .sm\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .sm\:tw-to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:tw-to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:tw-to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:tw-to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:tw-to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:tw-to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:tw-to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:tw-to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:tw-to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:tw-to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:tw-to-blueGray-50 {
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:tw-to-blueGray-100 {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:tw-to-blueGray-200 {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:tw-to-blueGray-300 {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:tw-to-blueGray-400 {
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:tw-to-blueGray-500 {
    --tw-gradient-to: #64748b !important;
  }

  .sm\:tw-to-blueGray-600 {
    --tw-gradient-to: #475569 !important;
  }

  .sm\:tw-to-blueGray-700 {
    --tw-gradient-to: #334155 !important;
  }

  .sm\:tw-to-blueGray-800 {
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:tw-to-blueGray-900 {
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:tw-to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:tw-to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:tw-to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:tw-to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:tw-to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:tw-to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:tw-to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:tw-to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:tw-to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:tw-to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:tw-to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:tw-to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:tw-to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:tw-to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:tw-to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:tw-to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:tw-to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:tw-to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:tw-to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:tw-to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:tw-to-amber-50 {
    --tw-gradient-to: #fffbeb !important;
  }

  .sm\:tw-to-amber-100 {
    --tw-gradient-to: #fef3c7 !important;
  }

  .sm\:tw-to-amber-200 {
    --tw-gradient-to: #fde68a !important;
  }

  .sm\:tw-to-amber-300 {
    --tw-gradient-to: #fcd34d !important;
  }

  .sm\:tw-to-amber-400 {
    --tw-gradient-to: #fbbf24 !important;
  }

  .sm\:tw-to-amber-500 {
    --tw-gradient-to: #f59e0b !important;
  }

  .sm\:tw-to-amber-600 {
    --tw-gradient-to: #d97706 !important;
  }

  .sm\:tw-to-amber-700 {
    --tw-gradient-to: #b45309 !important;
  }

  .sm\:tw-to-amber-800 {
    --tw-gradient-to: #92400e !important;
  }

  .sm\:tw-to-amber-900 {
    --tw-gradient-to: #78350f !important;
  }

  .sm\:tw-to-orange-50 {
    --tw-gradient-to: #fff7ed !important;
  }

  .sm\:tw-to-orange-100 {
    --tw-gradient-to: #ffedd5 !important;
  }

  .sm\:tw-to-orange-200 {
    --tw-gradient-to: #fed7aa !important;
  }

  .sm\:tw-to-orange-300 {
    --tw-gradient-to: #fdba74 !important;
  }

  .sm\:tw-to-orange-400 {
    --tw-gradient-to: #fb923c !important;
  }

  .sm\:tw-to-orange-500 {
    --tw-gradient-to: #f97316 !important;
  }

  .sm\:tw-to-orange-600 {
    --tw-gradient-to: #ea580c !important;
  }

  .sm\:tw-to-orange-700 {
    --tw-gradient-to: #c2410c !important;
  }

  .sm\:tw-to-orange-800 {
    --tw-gradient-to: #9a3412 !important;
  }

  .sm\:tw-to-orange-900 {
    --tw-gradient-to: #7c2d12 !important;
  }

  .sm\:tw-to-yellow-50 {
    --tw-gradient-to: #fefce8 !important;
  }

  .sm\:tw-to-yellow-100 {
    --tw-gradient-to: #fef9c3 !important;
  }

  .sm\:tw-to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:tw-to-yellow-300 {
    --tw-gradient-to: #fde047 !important;
  }

  .sm\:tw-to-yellow-400 {
    --tw-gradient-to: #facc15 !important;
  }

  .sm\:tw-to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:tw-to-yellow-600 {
    --tw-gradient-to: #ca8a04 !important;
  }

  .sm\:tw-to-yellow-700 {
    --tw-gradient-to: #a16207 !important;
  }

  .sm\:tw-to-yellow-800 {
    --tw-gradient-to: #854d0e !important;
  }

  .sm\:tw-to-yellow-900 {
    --tw-gradient-to: #713f12 !important;
  }

  .sm\:tw-to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:tw-to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:tw-to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:tw-to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:tw-to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:tw-to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:tw-to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:tw-to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:tw-to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:tw-to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:tw-to-green-50 {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .sm\:tw-to-green-100 {
    --tw-gradient-to: #dcfce7 !important;
  }

  .sm\:tw-to-green-200 {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .sm\:tw-to-green-300 {
    --tw-gradient-to: #86efac !important;
  }

  .sm\:tw-to-green-400 {
    --tw-gradient-to: #4ade80 !important;
  }

  .sm\:tw-to-green-500 {
    --tw-gradient-to: #22c55e !important;
  }

  .sm\:tw-to-green-600 {
    --tw-gradient-to: #16a34a !important;
  }

  .sm\:tw-to-green-700 {
    --tw-gradient-to: #15803d !important;
  }

  .sm\:tw-to-green-800 {
    --tw-gradient-to: #166534 !important;
  }

  .sm\:tw-to-green-900 {
    --tw-gradient-to: #14532d !important;
  }

  .sm\:tw-to-emerald-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:tw-to-emerald-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:tw-to-emerald-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:tw-to-emerald-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:tw-to-emerald-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:tw-to-emerald-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:tw-to-emerald-600 {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:tw-to-emerald-700 {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:tw-to-emerald-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:tw-to-emerald-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:tw-to-teal-50 {
    --tw-gradient-to: #f0fdfa !important;
  }

  .sm\:tw-to-teal-100 {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .sm\:tw-to-teal-200 {
    --tw-gradient-to: #99f6e4 !important;
  }

  .sm\:tw-to-teal-300 {
    --tw-gradient-to: #5eead4 !important;
  }

  .sm\:tw-to-teal-400 {
    --tw-gradient-to: #2dd4bf !important;
  }

  .sm\:tw-to-teal-500 {
    --tw-gradient-to: #14b8a6 !important;
  }

  .sm\:tw-to-teal-600 {
    --tw-gradient-to: #0d9488 !important;
  }

  .sm\:tw-to-teal-700 {
    --tw-gradient-to: #0f766e !important;
  }

  .sm\:tw-to-teal-800 {
    --tw-gradient-to: #115e59 !important;
  }

  .sm\:tw-to-teal-900 {
    --tw-gradient-to: #134e4a !important;
  }

  .sm\:tw-to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:tw-to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:tw-to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:tw-to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:tw-to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:tw-to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:tw-to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:tw-to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:tw-to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:tw-to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:tw-to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff !important;
  }

  .sm\:tw-to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe !important;
  }

  .sm\:tw-to-lightBlue-200 {
    --tw-gradient-to: #bae6fd !important;
  }

  .sm\:tw-to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc !important;
  }

  .sm\:tw-to-lightBlue-400 {
    --tw-gradient-to: #38bdf8 !important;
  }

  .sm\:tw-to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .sm\:tw-to-lightBlue-600 {
    --tw-gradient-to: #0284c7 !important;
  }

  .sm\:tw-to-lightBlue-700 {
    --tw-gradient-to: #0369a1 !important;
  }

  .sm\:tw-to-lightBlue-800 {
    --tw-gradient-to: #075985 !important;
  }

  .sm\:tw-to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e !important;
  }

  .sm\:tw-to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:tw-to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:tw-to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:tw-to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:tw-to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:tw-to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:tw-to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:tw-to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:tw-to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:tw-to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:tw-to-violet-50 {
    --tw-gradient-to: #f5f3ff !important;
  }

  .sm\:tw-to-violet-100 {
    --tw-gradient-to: #ede9fe !important;
  }

  .sm\:tw-to-violet-200 {
    --tw-gradient-to: #ddd6fe !important;
  }

  .sm\:tw-to-violet-300 {
    --tw-gradient-to: #c4b5fd !important;
  }

  .sm\:tw-to-violet-400 {
    --tw-gradient-to: #a78bfa !important;
  }

  .sm\:tw-to-violet-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .sm\:tw-to-violet-600 {
    --tw-gradient-to: #7c3aed !important;
  }

  .sm\:tw-to-violet-700 {
    --tw-gradient-to: #6d28d9 !important;
  }

  .sm\:tw-to-violet-800 {
    --tw-gradient-to: #5b21b6 !important;
  }

  .sm\:tw-to-violet-900 {
    --tw-gradient-to: #4c1d95 !important;
  }

  .sm\:tw-to-purple-50 {
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:tw-to-purple-100 {
    --tw-gradient-to: #f3e8ff !important;
  }

  .sm\:tw-to-purple-200 {
    --tw-gradient-to: #e9d5ff !important;
  }

  .sm\:tw-to-purple-300 {
    --tw-gradient-to: #d8b4fe !important;
  }

  .sm\:tw-to-purple-400 {
    --tw-gradient-to: #c084fc !important;
  }

  .sm\:tw-to-purple-500 {
    --tw-gradient-to: #a855f7 !important;
  }

  .sm\:tw-to-purple-600 {
    --tw-gradient-to: #9333ea !important;
  }

  .sm\:tw-to-purple-700 {
    --tw-gradient-to: #7e22ce !important;
  }

  .sm\:tw-to-purple-800 {
    --tw-gradient-to: #6b21a8 !important;
  }

  .sm\:tw-to-purple-900 {
    --tw-gradient-to: #581c87 !important;
  }

  .sm\:tw-to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff !important;
  }

  .sm\:tw-to-fuchsia-100 {
    --tw-gradient-to: #fae8ff !important;
  }

  .sm\:tw-to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe !important;
  }

  .sm\:tw-to-fuchsia-300 {
    --tw-gradient-to: #f0abfc !important;
  }

  .sm\:tw-to-fuchsia-400 {
    --tw-gradient-to: #e879f9 !important;
  }

  .sm\:tw-to-fuchsia-500 {
    --tw-gradient-to: #d946ef !important;
  }

  .sm\:tw-to-fuchsia-600 {
    --tw-gradient-to: #c026d3 !important;
  }

  .sm\:tw-to-fuchsia-700 {
    --tw-gradient-to: #a21caf !important;
  }

  .sm\:tw-to-fuchsia-800 {
    --tw-gradient-to: #86198f !important;
  }

  .sm\:tw-to-fuchsia-900 {
    --tw-gradient-to: #701a75 !important;
  }

  .sm\:tw-to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:tw-to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:tw-to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:tw-to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:tw-to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:tw-to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:tw-to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:tw-to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:tw-to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:tw-to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:tw-to-rose-50 {
    --tw-gradient-to: #fff1f2 !important;
  }

  .sm\:tw-to-rose-100 {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .sm\:tw-to-rose-200 {
    --tw-gradient-to: #fecdd3 !important;
  }

  .sm\:tw-to-rose-300 {
    --tw-gradient-to: #fda4af !important;
  }

  .sm\:tw-to-rose-400 {
    --tw-gradient-to: #fb7185 !important;
  }

  .sm\:tw-to-rose-500 {
    --tw-gradient-to: #f43f5e !important;
  }

  .sm\:tw-to-rose-600 {
    --tw-gradient-to: #e11d48 !important;
  }

  .sm\:tw-to-rose-700 {
    --tw-gradient-to: #be123c !important;
  }

  .sm\:tw-to-rose-800 {
    --tw-gradient-to: #9f1239 !important;
  }

  .sm\:tw-to-rose-900 {
    --tw-gradient-to: #881337 !important;
  }

  .sm\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:tw-from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-500:hover {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-600:hover {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-700:hover {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-800:hover {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:tw-from-blueGray-900:hover {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:tw-from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:tw-from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:tw-from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:tw-from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:tw-from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:tw-from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:tw-from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:hover\:tw-from-amber-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-50:hover {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-100:hover {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-200:hover {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-300:hover {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-400:hover {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-500:hover {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-600:hover {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-700:hover {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-800:hover {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-orange-900:hover {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-50:hover {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-100:hover {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-300:hover {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-400:hover {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-600:hover {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-700:hover {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-800:hover {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:tw-from-yellow-900:hover {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:tw-from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:tw-from-green-50:hover {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:tw-from-green-200:hover {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:tw-from-green-300:hover {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:tw-from-green-400:hover {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:tw-from-green-500:hover {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-green-600:hover {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:tw-from-green-700:hover {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:tw-from-green-800:hover {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:tw-from-emerald-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-50:hover {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-100:hover {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-200:hover {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-300:hover {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-400:hover {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-500:hover {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-600:hover {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-700:hover {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-800:hover {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:tw-from-teal-900:hover {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:tw-from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-800:hover {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:hover\:tw-from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:tw-from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:tw-from-violet-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-50:hover {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-100:hover {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-200:hover {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-300:hover {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-400:hover {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-500:hover {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-600:hover {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-700:hover {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-800:hover {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:hover\:tw-from-purple-900:hover {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-800:hover {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:hover\:tw-from-fuchsia-900:hover {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:tw-from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-50:hover {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-100:hover {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-200:hover {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-300:hover {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-400:hover {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-500:hover {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-600:hover {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-700:hover {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-800:hover {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:hover\:tw-from-rose-900:hover {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:tw-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:hover\:tw-via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:hover\:tw-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:tw-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:tw-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:tw-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:tw-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:tw-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:tw-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:tw-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:tw-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:tw-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:hover\:tw-via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:hover\:tw-via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:tw-via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:tw-via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:hover\:tw-via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:hover\:tw-via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:hover\:tw-via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:hover\:tw-via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:hover\:tw-via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:hover\:tw-via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:tw-via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:hover\:tw-via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:tw-via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:hover\:tw-via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:tw-via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:hover\:tw-via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:hover\:tw-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:hover\:tw-via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:tw-via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:hover\:tw-via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:hover\:tw-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:hover\:tw-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:hover\:tw-to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:hover\:tw-to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:hover\:tw-to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:hover\:tw-to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:hover\:tw-to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:hover\:tw-to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:hover\:tw-to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:hover\:tw-to-blueGray-500:hover {
    --tw-gradient-to: #64748b !important;
  }

  .sm\:hover\:tw-to-blueGray-600:hover {
    --tw-gradient-to: #475569 !important;
  }

  .sm\:hover\:tw-to-blueGray-700:hover {
    --tw-gradient-to: #334155 !important;
  }

  .sm\:hover\:tw-to-blueGray-800:hover {
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:hover\:tw-to-blueGray-900:hover {
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:hover\:tw-to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:hover\:tw-to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:hover\:tw-to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:hover\:tw-to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:hover\:tw-to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:hover\:tw-to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:hover\:tw-to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:hover\:tw-to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:hover\:tw-to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:hover\:tw-to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:hover\:tw-to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:hover\:tw-to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:hover\:tw-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:hover\:tw-to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:hover\:tw-to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:hover\:tw-to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:hover\:tw-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:hover\:tw-to-amber-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }

  .sm\:hover\:tw-to-amber-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }

  .sm\:hover\:tw-to-amber-200:hover {
    --tw-gradient-to: #fde68a !important;
  }

  .sm\:hover\:tw-to-amber-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }

  .sm\:hover\:tw-to-amber-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }

  .sm\:hover\:tw-to-amber-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }

  .sm\:hover\:tw-to-amber-600:hover {
    --tw-gradient-to: #d97706 !important;
  }

  .sm\:hover\:tw-to-amber-700:hover {
    --tw-gradient-to: #b45309 !important;
  }

  .sm\:hover\:tw-to-amber-800:hover {
    --tw-gradient-to: #92400e !important;
  }

  .sm\:hover\:tw-to-amber-900:hover {
    --tw-gradient-to: #78350f !important;
  }

  .sm\:hover\:tw-to-orange-50:hover {
    --tw-gradient-to: #fff7ed !important;
  }

  .sm\:hover\:tw-to-orange-100:hover {
    --tw-gradient-to: #ffedd5 !important;
  }

  .sm\:hover\:tw-to-orange-200:hover {
    --tw-gradient-to: #fed7aa !important;
  }

  .sm\:hover\:tw-to-orange-300:hover {
    --tw-gradient-to: #fdba74 !important;
  }

  .sm\:hover\:tw-to-orange-400:hover {
    --tw-gradient-to: #fb923c !important;
  }

  .sm\:hover\:tw-to-orange-500:hover {
    --tw-gradient-to: #f97316 !important;
  }

  .sm\:hover\:tw-to-orange-600:hover {
    --tw-gradient-to: #ea580c !important;
  }

  .sm\:hover\:tw-to-orange-700:hover {
    --tw-gradient-to: #c2410c !important;
  }

  .sm\:hover\:tw-to-orange-800:hover {
    --tw-gradient-to: #9a3412 !important;
  }

  .sm\:hover\:tw-to-orange-900:hover {
    --tw-gradient-to: #7c2d12 !important;
  }

  .sm\:hover\:tw-to-yellow-50:hover {
    --tw-gradient-to: #fefce8 !important;
  }

  .sm\:hover\:tw-to-yellow-100:hover {
    --tw-gradient-to: #fef9c3 !important;
  }

  .sm\:hover\:tw-to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:hover\:tw-to-yellow-300:hover {
    --tw-gradient-to: #fde047 !important;
  }

  .sm\:hover\:tw-to-yellow-400:hover {
    --tw-gradient-to: #facc15 !important;
  }

  .sm\:hover\:tw-to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:hover\:tw-to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 !important;
  }

  .sm\:hover\:tw-to-yellow-700:hover {
    --tw-gradient-to: #a16207 !important;
  }

  .sm\:hover\:tw-to-yellow-800:hover {
    --tw-gradient-to: #854d0e !important;
  }

  .sm\:hover\:tw-to-yellow-900:hover {
    --tw-gradient-to: #713f12 !important;
  }

  .sm\:hover\:tw-to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:hover\:tw-to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:hover\:tw-to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:hover\:tw-to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:hover\:tw-to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:hover\:tw-to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:hover\:tw-to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:hover\:tw-to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:hover\:tw-to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:hover\:tw-to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:hover\:tw-to-green-50:hover {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .sm\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #dcfce7 !important;
  }

  .sm\:hover\:tw-to-green-200:hover {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .sm\:hover\:tw-to-green-300:hover {
    --tw-gradient-to: #86efac !important;
  }

  .sm\:hover\:tw-to-green-400:hover {
    --tw-gradient-to: #4ade80 !important;
  }

  .sm\:hover\:tw-to-green-500:hover {
    --tw-gradient-to: #22c55e !important;
  }

  .sm\:hover\:tw-to-green-600:hover {
    --tw-gradient-to: #16a34a !important;
  }

  .sm\:hover\:tw-to-green-700:hover {
    --tw-gradient-to: #15803d !important;
  }

  .sm\:hover\:tw-to-green-800:hover {
    --tw-gradient-to: #166534 !important;
  }

  .sm\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #14532d !important;
  }

  .sm\:hover\:tw-to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:hover\:tw-to-emerald-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:hover\:tw-to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:hover\:tw-to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:hover\:tw-to-emerald-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:hover\:tw-to-emerald-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:hover\:tw-to-emerald-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:hover\:tw-to-emerald-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:hover\:tw-to-emerald-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:hover\:tw-to-emerald-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:hover\:tw-to-teal-50:hover {
    --tw-gradient-to: #f0fdfa !important;
  }

  .sm\:hover\:tw-to-teal-100:hover {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .sm\:hover\:tw-to-teal-200:hover {
    --tw-gradient-to: #99f6e4 !important;
  }

  .sm\:hover\:tw-to-teal-300:hover {
    --tw-gradient-to: #5eead4 !important;
  }

  .sm\:hover\:tw-to-teal-400:hover {
    --tw-gradient-to: #2dd4bf !important;
  }

  .sm\:hover\:tw-to-teal-500:hover {
    --tw-gradient-to: #14b8a6 !important;
  }

  .sm\:hover\:tw-to-teal-600:hover {
    --tw-gradient-to: #0d9488 !important;
  }

  .sm\:hover\:tw-to-teal-700:hover {
    --tw-gradient-to: #0f766e !important;
  }

  .sm\:hover\:tw-to-teal-800:hover {
    --tw-gradient-to: #115e59 !important;
  }

  .sm\:hover\:tw-to-teal-900:hover {
    --tw-gradient-to: #134e4a !important;
  }

  .sm\:hover\:tw-to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:hover\:tw-to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:hover\:tw-to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:hover\:tw-to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:hover\:tw-to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:hover\:tw-to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:hover\:tw-to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:hover\:tw-to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:hover\:tw-to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:hover\:tw-to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:hover\:tw-to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff !important;
  }

  .sm\:hover\:tw-to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe !important;
  }

  .sm\:hover\:tw-to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd !important;
  }

  .sm\:hover\:tw-to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc !important;
  }

  .sm\:hover\:tw-to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8 !important;
  }

  .sm\:hover\:tw-to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .sm\:hover\:tw-to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7 !important;
  }

  .sm\:hover\:tw-to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1 !important;
  }

  .sm\:hover\:tw-to-lightBlue-800:hover {
    --tw-gradient-to: #075985 !important;
  }

  .sm\:hover\:tw-to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e !important;
  }

  .sm\:hover\:tw-to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:hover\:tw-to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:hover\:tw-to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:hover\:tw-to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:hover\:tw-to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:hover\:tw-to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:hover\:tw-to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:hover\:tw-to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:hover\:tw-to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:hover\:tw-to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:hover\:tw-to-violet-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }

  .sm\:hover\:tw-to-violet-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }

  .sm\:hover\:tw-to-violet-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }

  .sm\:hover\:tw-to-violet-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }

  .sm\:hover\:tw-to-violet-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }

  .sm\:hover\:tw-to-violet-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .sm\:hover\:tw-to-violet-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }

  .sm\:hover\:tw-to-violet-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }

  .sm\:hover\:tw-to-violet-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }

  .sm\:hover\:tw-to-violet-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }

  .sm\:hover\:tw-to-purple-50:hover {
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:hover\:tw-to-purple-100:hover {
    --tw-gradient-to: #f3e8ff !important;
  }

  .sm\:hover\:tw-to-purple-200:hover {
    --tw-gradient-to: #e9d5ff !important;
  }

  .sm\:hover\:tw-to-purple-300:hover {
    --tw-gradient-to: #d8b4fe !important;
  }

  .sm\:hover\:tw-to-purple-400:hover {
    --tw-gradient-to: #c084fc !important;
  }

  .sm\:hover\:tw-to-purple-500:hover {
    --tw-gradient-to: #a855f7 !important;
  }

  .sm\:hover\:tw-to-purple-600:hover {
    --tw-gradient-to: #9333ea !important;
  }

  .sm\:hover\:tw-to-purple-700:hover {
    --tw-gradient-to: #7e22ce !important;
  }

  .sm\:hover\:tw-to-purple-800:hover {
    --tw-gradient-to: #6b21a8 !important;
  }

  .sm\:hover\:tw-to-purple-900:hover {
    --tw-gradient-to: #581c87 !important;
  }

  .sm\:hover\:tw-to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff !important;
  }

  .sm\:hover\:tw-to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff !important;
  }

  .sm\:hover\:tw-to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe !important;
  }

  .sm\:hover\:tw-to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc !important;
  }

  .sm\:hover\:tw-to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9 !important;
  }

  .sm\:hover\:tw-to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef !important;
  }

  .sm\:hover\:tw-to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3 !important;
  }

  .sm\:hover\:tw-to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf !important;
  }

  .sm\:hover\:tw-to-fuchsia-800:hover {
    --tw-gradient-to: #86198f !important;
  }

  .sm\:hover\:tw-to-fuchsia-900:hover {
    --tw-gradient-to: #701a75 !important;
  }

  .sm\:hover\:tw-to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:hover\:tw-to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:hover\:tw-to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:hover\:tw-to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:hover\:tw-to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:hover\:tw-to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:hover\:tw-to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:hover\:tw-to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:hover\:tw-to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:hover\:tw-to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:hover\:tw-to-rose-50:hover {
    --tw-gradient-to: #fff1f2 !important;
  }

  .sm\:hover\:tw-to-rose-100:hover {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .sm\:hover\:tw-to-rose-200:hover {
    --tw-gradient-to: #fecdd3 !important;
  }

  .sm\:hover\:tw-to-rose-300:hover {
    --tw-gradient-to: #fda4af !important;
  }

  .sm\:hover\:tw-to-rose-400:hover {
    --tw-gradient-to: #fb7185 !important;
  }

  .sm\:hover\:tw-to-rose-500:hover {
    --tw-gradient-to: #f43f5e !important;
  }

  .sm\:hover\:tw-to-rose-600:hover {
    --tw-gradient-to: #e11d48 !important;
  }

  .sm\:hover\:tw-to-rose-700:hover {
    --tw-gradient-to: #be123c !important;
  }

  .sm\:hover\:tw-to-rose-800:hover {
    --tw-gradient-to: #9f1239 !important;
  }

  .sm\:hover\:tw-to-rose-900:hover {
    --tw-gradient-to: #881337 !important;
  }

  .sm\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:tw-from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-500:focus {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-600:focus {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-700:focus {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-800:focus {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:tw-from-blueGray-900:focus {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:tw-from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:tw-from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:tw-from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:tw-from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:tw-from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:tw-from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:tw-from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:focus\:tw-from-amber-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-50:focus {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-100:focus {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-200:focus {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-300:focus {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-400:focus {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-500:focus {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-600:focus {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-700:focus {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-800:focus {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-orange-900:focus {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-50:focus {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-100:focus {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-300:focus {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-400:focus {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-600:focus {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-700:focus {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-800:focus {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:tw-from-yellow-900:focus {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:tw-from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:tw-from-green-50:focus {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:tw-from-green-200:focus {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:tw-from-green-300:focus {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:tw-from-green-400:focus {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:tw-from-green-500:focus {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-green-600:focus {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:tw-from-green-700:focus {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:tw-from-green-800:focus {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:tw-from-emerald-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-50:focus {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-100:focus {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-200:focus {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-300:focus {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-400:focus {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-500:focus {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-600:focus {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-700:focus {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-800:focus {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:tw-from-teal-900:focus {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:tw-from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-800:focus {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:focus\:tw-from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:tw-from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:tw-from-violet-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-50:focus {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-100:focus {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-200:focus {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-300:focus {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-400:focus {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-500:focus {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-600:focus {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-700:focus {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-800:focus {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:focus\:tw-from-purple-900:focus {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-800:focus {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:focus\:tw-from-fuchsia-900:focus {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:tw-from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-50:focus {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-100:focus {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-200:focus {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-300:focus {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-400:focus {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-500:focus {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-600:focus {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-700:focus {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-800:focus {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:focus\:tw-from-rose-900:focus {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:tw-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .sm\:focus\:tw-via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .sm\:focus\:tw-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:tw-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:tw-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:tw-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:tw-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:tw-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:tw-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:tw-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:tw-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:tw-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .sm\:focus\:tw-via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .sm\:focus\:tw-via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:tw-via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:tw-via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .sm\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .sm\:focus\:tw-via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .sm\:focus\:tw-via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .sm\:focus\:tw-via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .sm\:focus\:tw-via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .sm\:focus\:tw-via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .sm\:focus\:tw-via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .sm\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:tw-via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .sm\:focus\:tw-via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:tw-via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .sm\:focus\:tw-via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:tw-via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .sm\:focus\:tw-via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .sm\:focus\:tw-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .sm\:focus\:tw-via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:tw-via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .sm\:focus\:tw-via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .sm\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:focus\:tw-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:focus\:tw-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:focus\:tw-to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:focus\:tw-to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:focus\:tw-to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc !important;
  }

  .sm\:focus\:tw-to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .sm\:focus\:tw-to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .sm\:focus\:tw-to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .sm\:focus\:tw-to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8 !important;
  }

  .sm\:focus\:tw-to-blueGray-500:focus {
    --tw-gradient-to: #64748b !important;
  }

  .sm\:focus\:tw-to-blueGray-600:focus {
    --tw-gradient-to: #475569 !important;
  }

  .sm\:focus\:tw-to-blueGray-700:focus {
    --tw-gradient-to: #334155 !important;
  }

  .sm\:focus\:tw-to-blueGray-800:focus {
    --tw-gradient-to: #1e293b !important;
  }

  .sm\:focus\:tw-to-blueGray-900:focus {
    --tw-gradient-to: #0f172a !important;
  }

  .sm\:focus\:tw-to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:focus\:tw-to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:focus\:tw-to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:focus\:tw-to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:focus\:tw-to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:focus\:tw-to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:focus\:tw-to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:focus\:tw-to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:focus\:tw-to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:focus\:tw-to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:focus\:tw-to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:focus\:tw-to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:focus\:tw-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:focus\:tw-to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:focus\:tw-to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:focus\:tw-to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:focus\:tw-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:focus\:tw-to-amber-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }

  .sm\:focus\:tw-to-amber-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }

  .sm\:focus\:tw-to-amber-200:focus {
    --tw-gradient-to: #fde68a !important;
  }

  .sm\:focus\:tw-to-amber-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }

  .sm\:focus\:tw-to-amber-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }

  .sm\:focus\:tw-to-amber-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }

  .sm\:focus\:tw-to-amber-600:focus {
    --tw-gradient-to: #d97706 !important;
  }

  .sm\:focus\:tw-to-amber-700:focus {
    --tw-gradient-to: #b45309 !important;
  }

  .sm\:focus\:tw-to-amber-800:focus {
    --tw-gradient-to: #92400e !important;
  }

  .sm\:focus\:tw-to-amber-900:focus {
    --tw-gradient-to: #78350f !important;
  }

  .sm\:focus\:tw-to-orange-50:focus {
    --tw-gradient-to: #fff7ed !important;
  }

  .sm\:focus\:tw-to-orange-100:focus {
    --tw-gradient-to: #ffedd5 !important;
  }

  .sm\:focus\:tw-to-orange-200:focus {
    --tw-gradient-to: #fed7aa !important;
  }

  .sm\:focus\:tw-to-orange-300:focus {
    --tw-gradient-to: #fdba74 !important;
  }

  .sm\:focus\:tw-to-orange-400:focus {
    --tw-gradient-to: #fb923c !important;
  }

  .sm\:focus\:tw-to-orange-500:focus {
    --tw-gradient-to: #f97316 !important;
  }

  .sm\:focus\:tw-to-orange-600:focus {
    --tw-gradient-to: #ea580c !important;
  }

  .sm\:focus\:tw-to-orange-700:focus {
    --tw-gradient-to: #c2410c !important;
  }

  .sm\:focus\:tw-to-orange-800:focus {
    --tw-gradient-to: #9a3412 !important;
  }

  .sm\:focus\:tw-to-orange-900:focus {
    --tw-gradient-to: #7c2d12 !important;
  }

  .sm\:focus\:tw-to-yellow-50:focus {
    --tw-gradient-to: #fefce8 !important;
  }

  .sm\:focus\:tw-to-yellow-100:focus {
    --tw-gradient-to: #fef9c3 !important;
  }

  .sm\:focus\:tw-to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:focus\:tw-to-yellow-300:focus {
    --tw-gradient-to: #fde047 !important;
  }

  .sm\:focus\:tw-to-yellow-400:focus {
    --tw-gradient-to: #facc15 !important;
  }

  .sm\:focus\:tw-to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:focus\:tw-to-yellow-600:focus {
    --tw-gradient-to: #ca8a04 !important;
  }

  .sm\:focus\:tw-to-yellow-700:focus {
    --tw-gradient-to: #a16207 !important;
  }

  .sm\:focus\:tw-to-yellow-800:focus {
    --tw-gradient-to: #854d0e !important;
  }

  .sm\:focus\:tw-to-yellow-900:focus {
    --tw-gradient-to: #713f12 !important;
  }

  .sm\:focus\:tw-to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:focus\:tw-to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:focus\:tw-to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:focus\:tw-to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:focus\:tw-to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:focus\:tw-to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:focus\:tw-to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:focus\:tw-to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:focus\:tw-to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:focus\:tw-to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:focus\:tw-to-green-50:focus {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .sm\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #dcfce7 !important;
  }

  .sm\:focus\:tw-to-green-200:focus {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .sm\:focus\:tw-to-green-300:focus {
    --tw-gradient-to: #86efac !important;
  }

  .sm\:focus\:tw-to-green-400:focus {
    --tw-gradient-to: #4ade80 !important;
  }

  .sm\:focus\:tw-to-green-500:focus {
    --tw-gradient-to: #22c55e !important;
  }

  .sm\:focus\:tw-to-green-600:focus {
    --tw-gradient-to: #16a34a !important;
  }

  .sm\:focus\:tw-to-green-700:focus {
    --tw-gradient-to: #15803d !important;
  }

  .sm\:focus\:tw-to-green-800:focus {
    --tw-gradient-to: #166534 !important;
  }

  .sm\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #14532d !important;
  }

  .sm\:focus\:tw-to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:focus\:tw-to-emerald-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:focus\:tw-to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:focus\:tw-to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:focus\:tw-to-emerald-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:focus\:tw-to-emerald-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:focus\:tw-to-emerald-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:focus\:tw-to-emerald-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:focus\:tw-to-emerald-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:focus\:tw-to-emerald-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:focus\:tw-to-teal-50:focus {
    --tw-gradient-to: #f0fdfa !important;
  }

  .sm\:focus\:tw-to-teal-100:focus {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .sm\:focus\:tw-to-teal-200:focus {
    --tw-gradient-to: #99f6e4 !important;
  }

  .sm\:focus\:tw-to-teal-300:focus {
    --tw-gradient-to: #5eead4 !important;
  }

  .sm\:focus\:tw-to-teal-400:focus {
    --tw-gradient-to: #2dd4bf !important;
  }

  .sm\:focus\:tw-to-teal-500:focus {
    --tw-gradient-to: #14b8a6 !important;
  }

  .sm\:focus\:tw-to-teal-600:focus {
    --tw-gradient-to: #0d9488 !important;
  }

  .sm\:focus\:tw-to-teal-700:focus {
    --tw-gradient-to: #0f766e !important;
  }

  .sm\:focus\:tw-to-teal-800:focus {
    --tw-gradient-to: #115e59 !important;
  }

  .sm\:focus\:tw-to-teal-900:focus {
    --tw-gradient-to: #134e4a !important;
  }

  .sm\:focus\:tw-to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:focus\:tw-to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:focus\:tw-to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:focus\:tw-to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:focus\:tw-to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:focus\:tw-to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:focus\:tw-to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:focus\:tw-to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:focus\:tw-to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:focus\:tw-to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:focus\:tw-to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff !important;
  }

  .sm\:focus\:tw-to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe !important;
  }

  .sm\:focus\:tw-to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd !important;
  }

  .sm\:focus\:tw-to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc !important;
  }

  .sm\:focus\:tw-to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8 !important;
  }

  .sm\:focus\:tw-to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .sm\:focus\:tw-to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7 !important;
  }

  .sm\:focus\:tw-to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1 !important;
  }

  .sm\:focus\:tw-to-lightBlue-800:focus {
    --tw-gradient-to: #075985 !important;
  }

  .sm\:focus\:tw-to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e !important;
  }

  .sm\:focus\:tw-to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:focus\:tw-to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:focus\:tw-to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:focus\:tw-to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:focus\:tw-to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:focus\:tw-to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:focus\:tw-to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:focus\:tw-to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:focus\:tw-to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:focus\:tw-to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:focus\:tw-to-violet-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }

  .sm\:focus\:tw-to-violet-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }

  .sm\:focus\:tw-to-violet-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }

  .sm\:focus\:tw-to-violet-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }

  .sm\:focus\:tw-to-violet-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }

  .sm\:focus\:tw-to-violet-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .sm\:focus\:tw-to-violet-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }

  .sm\:focus\:tw-to-violet-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }

  .sm\:focus\:tw-to-violet-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }

  .sm\:focus\:tw-to-violet-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }

  .sm\:focus\:tw-to-purple-50:focus {
    --tw-gradient-to: #faf5ff !important;
  }

  .sm\:focus\:tw-to-purple-100:focus {
    --tw-gradient-to: #f3e8ff !important;
  }

  .sm\:focus\:tw-to-purple-200:focus {
    --tw-gradient-to: #e9d5ff !important;
  }

  .sm\:focus\:tw-to-purple-300:focus {
    --tw-gradient-to: #d8b4fe !important;
  }

  .sm\:focus\:tw-to-purple-400:focus {
    --tw-gradient-to: #c084fc !important;
  }

  .sm\:focus\:tw-to-purple-500:focus {
    --tw-gradient-to: #a855f7 !important;
  }

  .sm\:focus\:tw-to-purple-600:focus {
    --tw-gradient-to: #9333ea !important;
  }

  .sm\:focus\:tw-to-purple-700:focus {
    --tw-gradient-to: #7e22ce !important;
  }

  .sm\:focus\:tw-to-purple-800:focus {
    --tw-gradient-to: #6b21a8 !important;
  }

  .sm\:focus\:tw-to-purple-900:focus {
    --tw-gradient-to: #581c87 !important;
  }

  .sm\:focus\:tw-to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff !important;
  }

  .sm\:focus\:tw-to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff !important;
  }

  .sm\:focus\:tw-to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe !important;
  }

  .sm\:focus\:tw-to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc !important;
  }

  .sm\:focus\:tw-to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9 !important;
  }

  .sm\:focus\:tw-to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef !important;
  }

  .sm\:focus\:tw-to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3 !important;
  }

  .sm\:focus\:tw-to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf !important;
  }

  .sm\:focus\:tw-to-fuchsia-800:focus {
    --tw-gradient-to: #86198f !important;
  }

  .sm\:focus\:tw-to-fuchsia-900:focus {
    --tw-gradient-to: #701a75 !important;
  }

  .sm\:focus\:tw-to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:focus\:tw-to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:focus\:tw-to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:focus\:tw-to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:focus\:tw-to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:focus\:tw-to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:focus\:tw-to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:focus\:tw-to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:focus\:tw-to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:focus\:tw-to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:focus\:tw-to-rose-50:focus {
    --tw-gradient-to: #fff1f2 !important;
  }

  .sm\:focus\:tw-to-rose-100:focus {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .sm\:focus\:tw-to-rose-200:focus {
    --tw-gradient-to: #fecdd3 !important;
  }

  .sm\:focus\:tw-to-rose-300:focus {
    --tw-gradient-to: #fda4af !important;
  }

  .sm\:focus\:tw-to-rose-400:focus {
    --tw-gradient-to: #fb7185 !important;
  }

  .sm\:focus\:tw-to-rose-500:focus {
    --tw-gradient-to: #f43f5e !important;
  }

  .sm\:focus\:tw-to-rose-600:focus {
    --tw-gradient-to: #e11d48 !important;
  }

  .sm\:focus\:tw-to-rose-700:focus {
    --tw-gradient-to: #be123c !important;
  }

  .sm\:focus\:tw-to-rose-800:focus {
    --tw-gradient-to: #9f1239 !important;
  }

  .sm\:focus\:tw-to-rose-900:focus {
    --tw-gradient-to: #881337 !important;
  }

  .sm\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:active\:tw-bg-opacity-0:active {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:active\:tw-bg-opacity-5:active {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:active\:tw-bg-opacity-10:active {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:active\:tw-bg-opacity-20:active {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:active\:tw-bg-opacity-25:active {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:active\:tw-bg-opacity-30:active {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:active\:tw-bg-opacity-40:active {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:active\:tw-bg-opacity-50:active {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:active\:tw-bg-opacity-60:active {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:active\:tw-bg-opacity-70:active {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:active\:tw-bg-opacity-75:active {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:active\:tw-bg-opacity-80:active {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:active\:tw-bg-opacity-90:active {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:active\:tw-bg-opacity-95:active {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:active\:tw-bg-opacity-100:active {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .sm\:tw-bg-center {
    background-position: center !important;
  }

  .sm\:tw-bg-left {
    background-position: left !important;
  }

  .sm\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:tw-bg-left-top {
    background-position: left top !important;
  }

  .sm\:tw-bg-right {
    background-position: right !important;
  }

  .sm\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:tw-bg-right-top {
    background-position: right top !important;
  }

  .sm\:tw-bg-top {
    background-position: top !important;
  }

  .sm\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:tw-bg-auto {
    background-size: auto !important;
  }

  .sm\:tw-bg-cover {
    background-size: cover !important;
  }

  .sm\:tw-bg-contain {
    background-size: contain !important;
  }

  .sm\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:tw-border-separate {
    border-collapse: separate !important;
  }

  .sm\:tw-border-transparent {
    border-color: transparent !important;
  }

  .sm\:tw-border-current {
    border-color: currentColor !important;
  }

  .sm\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blueGray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-amber-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-orange-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-emerald-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-teal-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-lightBlue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-violet-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-fuchsia-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:tw-border-rose-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blueGray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-amber-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-orange-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-emerald-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-teal-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-lightBlue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-violet-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-fuchsia-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:tw-border-rose-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blueGray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-amber-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-orange-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-emerald-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-teal-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-lightBlue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-violet-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-fuchsia-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:tw-border-rose-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .sm\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .sm\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .sm\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .sm\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .sm\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .sm\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:tw-border-solid {
    border-style: solid !important;
  }

  .sm\:tw-border-dashed {
    border-style: dashed !important;
  }

  .sm\:tw-border-dotted {
    border-style: dotted !important;
  }

  .sm\:tw-border-double {
    border-style: double !important;
  }

  .sm\:tw-border-none {
    border-style: none !important;
  }

  .sm\:tw-border-0 {
    border-width: 0px !important;
  }

  .sm\:tw-border-2 {
    border-width: 2px !important;
  }

  .sm\:tw-border-4 {
    border-width: 4px !important;
  }

  .sm\:tw-border-8 {
    border-width: 8px !important;
  }

  .sm\:tw-border {
    border-width: 1px !important;
  }

  .sm\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:tw-border-t {
    border-top-width: 1px !important;
  }

  .sm\:tw-border-r {
    border-right-width: 1px !important;
  }

  .sm\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:tw-border-l {
    border-left-width: 1px !important;
  }

  .sm\:tw-box-border {
    box-sizing: border-box !important;
  }

  .sm\:tw-box-content {
    box-sizing: content-box !important;
  }

  .sm\:tw-cursor-auto {
    cursor: auto !important;
  }

  .sm\:tw-cursor-default {
    cursor: default !important;
  }

  .sm\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:tw-cursor-wait {
    cursor: wait !important;
  }

  .sm\:tw-cursor-text {
    cursor: text !important;
  }

  .sm\:tw-cursor-move {
    cursor: move !important;
  }

  .sm\:tw-cursor-help {
    cursor: help !important;
  }

  .sm\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:tw-block {
    display: block !important;
  }

  .sm\:tw-inline-block {
    display: inline-block !important;
  }

  .sm\:tw-inline {
    display: inline !important;
  }

  .sm\:tw-flex {
    display: flex !important;
  }

  .sm\:tw-inline-flex {
    display: inline-flex !important;
  }

  .sm\:tw-table {
    display: table !important;
  }

  .sm\:tw-table-caption {
    display: table-caption !important;
  }

  .sm\:tw-table-cell {
    display: table-cell !important;
  }

  .sm\:tw-table-column {
    display: table-column !important;
  }

  .sm\:tw-table-column-group {
    display: table-column-group !important;
  }

  .sm\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:tw-table-header-group {
    display: table-header-group !important;
  }

  .sm\:tw-table-row-group {
    display: table-row-group !important;
  }

  .sm\:tw-table-row {
    display: table-row !important;
  }

  .sm\:tw-flow-root {
    display: flow-root !important;
  }

  .sm\:tw-grid {
    display: grid !important;
  }

  .sm\:tw-inline-grid {
    display: inline-grid !important;
  }

  .sm\:tw-contents {
    display: contents !important;
  }

  .sm\:tw-hidden {
    display: none !important;
  }

  .sm\:tw-flex-row {
    flex-direction: row !important;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:tw-flex-col {
    flex-direction: column !important;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:tw-place-items-auto {
    place-items: auto !important;
  }

  .sm\:tw-place-items-start {
    place-items: start !important;
  }

  .sm\:tw-place-items-end {
    place-items: end !important;
  }

  .sm\:tw-place-items-center {
    place-items: center !important;
  }

  .sm\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:tw-place-content-center {
    place-content: center !important;
  }

  .sm\:tw-place-content-start {
    place-content: start !important;
  }

  .sm\:tw-place-content-end {
    place-content: end !important;
  }

  .sm\:tw-place-content-between {
    place-content: space-between !important;
  }

  .sm\:tw-place-content-around {
    place-content: space-around !important;
  }

  .sm\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:tw-place-self-auto {
    place-self: auto !important;
  }

  .sm\:tw-place-self-start {
    place-self: start !important;
  }

  .sm\:tw-place-self-end {
    place-self: end !important;
  }

  .sm\:tw-place-self-center {
    place-self: center !important;
  }

  .sm\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:tw-items-start {
    align-items: flex-start !important;
  }

  .sm\:tw-items-end {
    align-items: flex-end !important;
  }

  .sm\:tw-items-center {
    align-items: center !important;
  }

  .sm\:tw-items-baseline {
    align-items: baseline !important;
  }

  .sm\:tw-items-stretch {
    align-items: stretch !important;
  }

  .sm\:tw-content-center {
    align-content: center !important;
  }

  .sm\:tw-content-start {
    align-content: flex-start !important;
  }

  .sm\:tw-content-end {
    align-content: flex-end !important;
  }

  .sm\:tw-content-between {
    align-content: space-between !important;
  }

  .sm\:tw-content-around {
    align-content: space-around !important;
  }

  .sm\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:tw-self-auto {
    align-self: auto !important;
  }

  .sm\:tw-self-start {
    align-self: flex-start !important;
  }

  .sm\:tw-self-end {
    align-self: flex-end !important;
  }

  .sm\:tw-self-center {
    align-self: center !important;
  }

  .sm\:tw-self-stretch {
    align-self: stretch !important;
  }

  .sm\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .sm\:tw-justify-items-start {
    justify-items: start !important;
  }

  .sm\:tw-justify-items-end {
    justify-items: end !important;
  }

  .sm\:tw-justify-items-center {
    justify-items: center !important;
  }

  .sm\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .sm\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .sm\:tw-justify-center {
    justify-content: center !important;
  }

  .sm\:tw-justify-between {
    justify-content: space-between !important;
  }

  .sm\:tw-justify-around {
    justify-content: space-around !important;
  }

  .sm\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:tw-justify-self-start {
    justify-self: start !important;
  }

  .sm\:tw-justify-self-end {
    justify-self: end !important;
  }

  .sm\:tw-justify-self-center {
    justify-self: center !important;
  }

  .sm\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:tw-flex-none {
    flex: none !important;
  }

  .sm\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:tw-order-1 {
    order: 1 !important;
  }

  .sm\:tw-order-2 {
    order: 2 !important;
  }

  .sm\:tw-order-3 {
    order: 3 !important;
  }

  .sm\:tw-order-4 {
    order: 4 !important;
  }

  .sm\:tw-order-5 {
    order: 5 !important;
  }

  .sm\:tw-order-6 {
    order: 6 !important;
  }

  .sm\:tw-order-7 {
    order: 7 !important;
  }

  .sm\:tw-order-8 {
    order: 8 !important;
  }

  .sm\:tw-order-9 {
    order: 9 !important;
  }

  .sm\:tw-order-10 {
    order: 10 !important;
  }

  .sm\:tw-order-11 {
    order: 11 !important;
  }

  .sm\:tw-order-12 {
    order: 12 !important;
  }

  .sm\:tw-order-first {
    order: -9999 !important;
  }

  .sm\:tw-order-last {
    order: 9999 !important;
  }

  .sm\:tw-order-none {
    order: 0 !important;
  }

  .sm\:tw-float-right {
    float: right !important;
  }

  .sm\:tw-float-left {
    float: left !important;
  }

  .sm\:tw-float-none {
    float: none !important;
  }

  .sm\:tw-clear-left {
    clear: left !important;
  }

  .sm\:tw-clear-right {
    clear: right !important;
  }

  .sm\:tw-clear-both {
    clear: both !important;
  }

  .sm\:tw-clear-none {
    clear: none !important;
  }

  .sm\:tw-font-inter {
    font-family: Inter, sans-serif !important;
  }

  .sm\:tw-font-nunito {
    font-family: Nunito, sans-serif !important;
  }

  .sm\:tw-font-thin {
    font-weight: 100 !important;
  }

  .sm\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .sm\:tw-font-light {
    font-weight: 300 !important;
  }

  .sm\:tw-font-normal {
    font-weight: 400 !important;
  }

  .sm\:tw-font-medium {
    font-weight: 500 !important;
  }

  .sm\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .sm\:tw-font-bold {
    font-weight: 700 !important;
  }

  .sm\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:tw-font-black {
    font-weight: 900 !important;
  }

  .sm\:tw-h-0 {
    height: 0px !important;
  }

  .sm\:tw-h-1 {
    height: 0.25rem !important;
  }

  .sm\:tw-h-2 {
    height: 0.5rem !important;
  }

  .sm\:tw-h-3 {
    height: 0.75rem !important;
  }

  .sm\:tw-h-4 {
    height: 1rem !important;
  }

  .sm\:tw-h-5 {
    height: 1.25rem !important;
  }

  .sm\:tw-h-6 {
    height: 1.5rem !important;
  }

  .sm\:tw-h-7 {
    height: 1.75rem !important;
  }

  .sm\:tw-h-8 {
    height: 2rem !important;
  }

  .sm\:tw-h-9 {
    height: 2.25rem !important;
  }

  .sm\:tw-h-10 {
    height: 2.5rem !important;
  }

  .sm\:tw-h-11 {
    height: 2.75rem !important;
  }

  .sm\:tw-h-12 {
    height: 3rem !important;
  }

  .sm\:tw-h-14 {
    height: 3.5rem !important;
  }

  .sm\:tw-h-16 {
    height: 4rem !important;
  }

  .sm\:tw-h-20 {
    height: 5rem !important;
  }

  .sm\:tw-h-24 {
    height: 6rem !important;
  }

  .sm\:tw-h-28 {
    height: 7rem !important;
  }

  .sm\:tw-h-32 {
    height: 8rem !important;
  }

  .sm\:tw-h-36 {
    height: 9rem !important;
  }

  .sm\:tw-h-40 {
    height: 10rem !important;
  }

  .sm\:tw-h-44 {
    height: 11rem !important;
  }

  .sm\:tw-h-48 {
    height: 12rem !important;
  }

  .sm\:tw-h-52 {
    height: 13rem !important;
  }

  .sm\:tw-h-56 {
    height: 14rem !important;
  }

  .sm\:tw-h-60 {
    height: 15rem !important;
  }

  .sm\:tw-h-64 {
    height: 16rem !important;
  }

  .sm\:tw-h-72 {
    height: 18rem !important;
  }

  .sm\:tw-h-80 {
    height: 20rem !important;
  }

  .sm\:tw-h-96 {
    height: 24rem !important;
  }

  .sm\:tw-h-auto {
    height: auto !important;
  }

  .sm\:tw-h-px {
    height: 1px !important;
  }

  .sm\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .sm\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .sm\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .sm\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .sm\:tw-h-1\/2 {
    height: 50% !important;
  }

  .sm\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:tw-h-1\/4 {
    height: 25% !important;
  }

  .sm\:tw-h-2\/4 {
    height: 50% !important;
  }

  .sm\:tw-h-3\/4 {
    height: 75% !important;
  }

  .sm\:tw-h-1\/5 {
    height: 20% !important;
  }

  .sm\:tw-h-2\/5 {
    height: 40% !important;
  }

  .sm\:tw-h-3\/5 {
    height: 60% !important;
  }

  .sm\:tw-h-4\/5 {
    height: 80% !important;
  }

  .sm\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:tw-h-3\/6 {
    height: 50% !important;
  }

  .sm\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:tw-h-full {
    height: 100% !important;
  }

  .sm\:tw-h-screen {
    height: 100vh !important;
  }

  .sm\:tw-text-xs {
    font-size: .75rem !important;
  }

  .sm\:tw-text-sm {
    font-size: .875rem !important;
  }

  .sm\:tw-text-tiny {
    font-size: .875rem !important;
  }

  .sm\:tw-text-base {
    font-size: 1rem !important;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem !important;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:tw-text-5xl {
    font-size: 3rem !important;
  }

  .sm\:tw-text-6xl {
    font-size: 4rem !important;
  }

  .sm\:tw-text-7xl {
    font-size: 5rem !important;
  }

  .sm\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .sm\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .sm\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .sm\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:tw-leading-none {
    line-height: 1 !important;
  }

  .sm\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:tw-leading-loose {
    line-height: 2 !important;
  }

  .sm\:tw-list-inside {
    list-style-position: inside !important;
  }

  .sm\:tw-list-outside {
    list-style-position: outside !important;
  }

  .sm\:tw-list-none {
    list-style-type: none !important;
  }

  .sm\:tw-list-disc {
    list-style-type: disc !important;
  }

  .sm\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:tw-m-0 {
    margin: 0px !important;
  }

  .sm\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .sm\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .sm\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .sm\:tw-m-4 {
    margin: 1rem !important;
  }

  .sm\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .sm\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .sm\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .sm\:tw-m-8 {
    margin: 2rem !important;
  }

  .sm\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .sm\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .sm\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .sm\:tw-m-12 {
    margin: 3rem !important;
  }

  .sm\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .sm\:tw-m-16 {
    margin: 4rem !important;
  }

  .sm\:tw-m-20 {
    margin: 5rem !important;
  }

  .sm\:tw-m-24 {
    margin: 6rem !important;
  }

  .sm\:tw-m-28 {
    margin: 7rem !important;
  }

  .sm\:tw-m-32 {
    margin: 8rem !important;
  }

  .sm\:tw-m-36 {
    margin: 9rem !important;
  }

  .sm\:tw-m-40 {
    margin: 10rem !important;
  }

  .sm\:tw-m-44 {
    margin: 11rem !important;
  }

  .sm\:tw-m-48 {
    margin: 12rem !important;
  }

  .sm\:tw-m-52 {
    margin: 13rem !important;
  }

  .sm\:tw-m-56 {
    margin: 14rem !important;
  }

  .sm\:tw-m-60 {
    margin: 15rem !important;
  }

  .sm\:tw-m-64 {
    margin: 16rem !important;
  }

  .sm\:tw-m-72 {
    margin: 18rem !important;
  }

  .sm\:tw-m-80 {
    margin: 20rem !important;
  }

  .sm\:tw-m-96 {
    margin: 24rem !important;
  }

  .sm\:tw-m-auto {
    margin: auto !important;
  }

  .sm\:tw-m-px {
    margin: 1px !important;
  }

  .sm\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:tw--m-0 {
    margin: 0px !important;
  }

  .sm\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .sm\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .sm\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .sm\:tw--m-4 {
    margin: -1rem !important;
  }

  .sm\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .sm\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .sm\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .sm\:tw--m-8 {
    margin: -2rem !important;
  }

  .sm\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .sm\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .sm\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .sm\:tw--m-12 {
    margin: -3rem !important;
  }

  .sm\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .sm\:tw--m-16 {
    margin: -4rem !important;
  }

  .sm\:tw--m-20 {
    margin: -5rem !important;
  }

  .sm\:tw--m-24 {
    margin: -6rem !important;
  }

  .sm\:tw--m-28 {
    margin: -7rem !important;
  }

  .sm\:tw--m-32 {
    margin: -8rem !important;
  }

  .sm\:tw--m-36 {
    margin: -9rem !important;
  }

  .sm\:tw--m-40 {
    margin: -10rem !important;
  }

  .sm\:tw--m-44 {
    margin: -11rem !important;
  }

  .sm\:tw--m-48 {
    margin: -12rem !important;
  }

  .sm\:tw--m-52 {
    margin: -13rem !important;
  }

  .sm\:tw--m-56 {
    margin: -14rem !important;
  }

  .sm\:tw--m-60 {
    margin: -15rem !important;
  }

  .sm\:tw--m-64 {
    margin: -16rem !important;
  }

  .sm\:tw--m-72 {
    margin: -18rem !important;
  }

  .sm\:tw--m-80 {
    margin: -20rem !important;
  }

  .sm\:tw--m-96 {
    margin: -24rem !important;
  }

  .sm\:tw--m-px {
    margin: -1px !important;
  }

  .sm\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .sm\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .sm\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .sm\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .sm\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .sm\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .sm\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .sm\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .sm\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .sm\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sm\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .sm\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .sm\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .sm\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .sm\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .sm\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .sm\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .sm\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .sm\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .sm\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .sm\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .sm\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .sm\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .sm\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .sm\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .sm\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .sm\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .sm\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .sm\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .sm\:tw-mt-auto {
    margin-top: auto !important;
  }

  .sm\:tw-mr-auto {
    margin-right: auto !important;
  }

  .sm\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:tw-ml-auto {
    margin-left: auto !important;
  }

  .sm\:tw-mt-px {
    margin-top: 1px !important;
  }

  .sm\:tw-mr-px {
    margin-right: 1px !important;
  }

  .sm\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:tw-ml-px {
    margin-left: 1px !important;
  }

  .sm\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .sm\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .sm\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .sm\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .sm\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .sm\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .sm\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .sm\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .sm\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .sm\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .sm\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .sm\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .sm\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .sm\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .sm\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .sm\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .sm\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .sm\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .sm\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .sm\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .sm\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .sm\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .sm\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .sm\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .sm\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .sm\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .sm\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .sm\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .sm\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .sm\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .sm\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .sm\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .sm\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .sm\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .sm\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .sm\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .sm\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .sm\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .sm\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .sm\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .sm\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .sm\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .sm\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .sm\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .sm\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .sm\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .sm\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .sm\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .sm\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .sm\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .sm\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .sm\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .sm\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .sm\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .sm\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .sm\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .sm\:tw--mt-px {
    margin-top: -1px !important;
  }

  .sm\:tw--mr-px {
    margin-right: -1px !important;
  }

  .sm\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:tw--ml-px {
    margin-left: -1px !important;
  }

  .sm\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .sm\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .sm\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .sm\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .sm\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .sm\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .sm\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .sm\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .sm\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .sm\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .sm\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .sm\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .sm\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .sm\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .sm\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .sm\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .sm\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .sm\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .sm\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .sm\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .sm\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .sm\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .sm\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .sm\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .sm\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .sm\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .sm\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .sm\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .sm\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .sm\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .sm\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .sm\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .sm\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .sm\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .sm\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .sm\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .sm\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .sm\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .sm\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .sm\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .sm\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .sm\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .sm\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .sm\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .sm\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .sm\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .sm\:tw-max-h-px {
    max-height: 1px !important;
  }

  .sm\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .sm\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .sm\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .sm\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .sm\:tw-max-h-full {
    max-height: 100% !important;
  }

  .sm\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .sm\:tw-max-w-none {
    max-width: none !important;
  }

  .sm\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .sm\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:tw-max-w-full {
    max-width: 100% !important;
  }

  .sm\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .sm\:tw-min-h-full {
    min-height: 100% !important;
  }

  .sm\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .sm\:tw-min-w-full {
    min-width: 100% !important;
  }

  .sm\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .sm\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .sm\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .sm\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .sm\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .sm\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .sm\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .sm\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .sm\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .sm\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .sm\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .sm\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .sm\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .sm\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .sm\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .sm\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .sm\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .sm\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .sm\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .sm\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .sm\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .sm\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .sm\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .sm\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .sm\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .sm\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .sm\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .sm\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .sm\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .sm\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .sm\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:tw-overflow-auto {
    overflow: auto !important;
  }

  .sm\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:tw-overflow-visible {
    overflow: visible !important;
  }

  .sm\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .sm\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .sm\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .sm\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:tw-p-0 {
    padding: 0px !important;
  }

  .sm\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .sm\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .sm\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .sm\:tw-p-4 {
    padding: 1rem !important;
  }

  .sm\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .sm\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .sm\:tw-p-8 {
    padding: 2rem !important;
  }

  .sm\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .sm\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .sm\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .sm\:tw-p-12 {
    padding: 3rem !important;
  }

  .sm\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .sm\:tw-p-16 {
    padding: 4rem !important;
  }

  .sm\:tw-p-20 {
    padding: 5rem !important;
  }

  .sm\:tw-p-24 {
    padding: 6rem !important;
  }

  .sm\:tw-p-28 {
    padding: 7rem !important;
  }

  .sm\:tw-p-32 {
    padding: 8rem !important;
  }

  .sm\:tw-p-36 {
    padding: 9rem !important;
  }

  .sm\:tw-p-40 {
    padding: 10rem !important;
  }

  .sm\:tw-p-44 {
    padding: 11rem !important;
  }

  .sm\:tw-p-48 {
    padding: 12rem !important;
  }

  .sm\:tw-p-52 {
    padding: 13rem !important;
  }

  .sm\:tw-p-56 {
    padding: 14rem !important;
  }

  .sm\:tw-p-60 {
    padding: 15rem !important;
  }

  .sm\:tw-p-64 {
    padding: 16rem !important;
  }

  .sm\:tw-p-72 {
    padding: 18rem !important;
  }

  .sm\:tw-p-80 {
    padding: 20rem !important;
  }

  .sm\:tw-p-96 {
    padding: 24rem !important;
  }

  .sm\:tw-p-px {
    padding: 1px !important;
  }

  .sm\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .sm\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .sm\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .sm\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .sm\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .sm\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .sm\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .sm\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .sm\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .sm\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .sm\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .sm\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .sm\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .sm\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .sm\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .sm\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .sm\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .sm\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .sm\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .sm\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .sm\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .sm\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .sm\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .sm\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .sm\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .sm\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .sm\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .sm\:tw-pt-px {
    padding-top: 1px !important;
  }

  .sm\:tw-pr-px {
    padding-right: 1px !important;
  }

  .sm\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:tw-pl-px {
    padding-left: 1px !important;
  }

  .sm\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .sm\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .sm\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .sm\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .sm\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .sm\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .sm\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:tw-static {
    position: static !important;
  }

  .sm\:tw-fixed {
    position: fixed !important;
  }

  .sm\:tw-absolute {
    position: absolute !important;
  }

  .sm\:tw-relative {
    position: relative !important;
  }

  .sm\:tw-sticky {
    position: sticky !important;
  }

  .sm\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .sm\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .sm\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .sm\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .sm\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .sm\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .sm\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .sm\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .sm\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .sm\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .sm\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .sm\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .sm\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .sm\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .sm\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .sm\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .sm\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .sm\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .sm\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .sm\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .sm\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .sm\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .sm\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .sm\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .sm\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .sm\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .sm\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .sm\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .sm\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .sm\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .sm\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .sm\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .sm\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .sm\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .sm\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .sm\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .sm\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .sm\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .sm\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .sm\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .sm\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .sm\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .sm\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .sm\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .sm\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .sm\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .sm\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .sm\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .sm\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .sm\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .sm\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .sm\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .sm\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .sm\:tw-top-0 {
    top: 0px !important;
  }

  .sm\:tw-right-0 {
    right: 0px !important;
  }

  .sm\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .sm\:tw-left-0 {
    left: 0px !important;
  }

  .sm\:tw-top-1 {
    top: 0.25rem !important;
  }

  .sm\:tw-right-1 {
    right: 0.25rem !important;
  }

  .sm\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .sm\:tw-left-1 {
    left: 0.25rem !important;
  }

  .sm\:tw-top-2 {
    top: 0.5rem !important;
  }

  .sm\:tw-right-2 {
    right: 0.5rem !important;
  }

  .sm\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .sm\:tw-left-2 {
    left: 0.5rem !important;
  }

  .sm\:tw-top-3 {
    top: 0.75rem !important;
  }

  .sm\:tw-right-3 {
    right: 0.75rem !important;
  }

  .sm\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .sm\:tw-left-3 {
    left: 0.75rem !important;
  }

  .sm\:tw-top-4 {
    top: 1rem !important;
  }

  .sm\:tw-right-4 {
    right: 1rem !important;
  }

  .sm\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .sm\:tw-left-4 {
    left: 1rem !important;
  }

  .sm\:tw-top-5 {
    top: 1.25rem !important;
  }

  .sm\:tw-right-5 {
    right: 1.25rem !important;
  }

  .sm\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .sm\:tw-left-5 {
    left: 1.25rem !important;
  }

  .sm\:tw-top-6 {
    top: 1.5rem !important;
  }

  .sm\:tw-right-6 {
    right: 1.5rem !important;
  }

  .sm\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:tw-left-6 {
    left: 1.5rem !important;
  }

  .sm\:tw-top-7 {
    top: 1.75rem !important;
  }

  .sm\:tw-right-7 {
    right: 1.75rem !important;
  }

  .sm\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .sm\:tw-left-7 {
    left: 1.75rem !important;
  }

  .sm\:tw-top-8 {
    top: 2rem !important;
  }

  .sm\:tw-right-8 {
    right: 2rem !important;
  }

  .sm\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .sm\:tw-left-8 {
    left: 2rem !important;
  }

  .sm\:tw-top-9 {
    top: 2.25rem !important;
  }

  .sm\:tw-right-9 {
    right: 2.25rem !important;
  }

  .sm\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .sm\:tw-left-9 {
    left: 2.25rem !important;
  }

  .sm\:tw-top-10 {
    top: 2.5rem !important;
  }

  .sm\:tw-right-10 {
    right: 2.5rem !important;
  }

  .sm\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .sm\:tw-left-10 {
    left: 2.5rem !important;
  }

  .sm\:tw-top-11 {
    top: 2.75rem !important;
  }

  .sm\:tw-right-11 {
    right: 2.75rem !important;
  }

  .sm\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .sm\:tw-left-11 {
    left: 2.75rem !important;
  }

  .sm\:tw-top-12 {
    top: 3rem !important;
  }

  .sm\:tw-right-12 {
    right: 3rem !important;
  }

  .sm\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:tw-left-12 {
    left: 3rem !important;
  }

  .sm\:tw-top-14 {
    top: 3.5rem !important;
  }

  .sm\:tw-right-14 {
    right: 3.5rem !important;
  }

  .sm\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .sm\:tw-left-14 {
    left: 3.5rem !important;
  }

  .sm\:tw-top-16 {
    top: 4rem !important;
  }

  .sm\:tw-right-16 {
    right: 4rem !important;
  }

  .sm\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .sm\:tw-left-16 {
    left: 4rem !important;
  }

  .sm\:tw-top-20 {
    top: 5rem !important;
  }

  .sm\:tw-right-20 {
    right: 5rem !important;
  }

  .sm\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .sm\:tw-left-20 {
    left: 5rem !important;
  }

  .sm\:tw-top-24 {
    top: 6rem !important;
  }

  .sm\:tw-right-24 {
    right: 6rem !important;
  }

  .sm\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .sm\:tw-left-24 {
    left: 6rem !important;
  }

  .sm\:tw-top-28 {
    top: 7rem !important;
  }

  .sm\:tw-right-28 {
    right: 7rem !important;
  }

  .sm\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .sm\:tw-left-28 {
    left: 7rem !important;
  }

  .sm\:tw-top-32 {
    top: 8rem !important;
  }

  .sm\:tw-right-32 {
    right: 8rem !important;
  }

  .sm\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .sm\:tw-left-32 {
    left: 8rem !important;
  }

  .sm\:tw-top-36 {
    top: 9rem !important;
  }

  .sm\:tw-right-36 {
    right: 9rem !important;
  }

  .sm\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .sm\:tw-left-36 {
    left: 9rem !important;
  }

  .sm\:tw-top-40 {
    top: 10rem !important;
  }

  .sm\:tw-right-40 {
    right: 10rem !important;
  }

  .sm\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .sm\:tw-left-40 {
    left: 10rem !important;
  }

  .sm\:tw-top-44 {
    top: 11rem !important;
  }

  .sm\:tw-right-44 {
    right: 11rem !important;
  }

  .sm\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .sm\:tw-left-44 {
    left: 11rem !important;
  }

  .sm\:tw-top-48 {
    top: 12rem !important;
  }

  .sm\:tw-right-48 {
    right: 12rem !important;
  }

  .sm\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .sm\:tw-left-48 {
    left: 12rem !important;
  }

  .sm\:tw-top-52 {
    top: 13rem !important;
  }

  .sm\:tw-right-52 {
    right: 13rem !important;
  }

  .sm\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .sm\:tw-left-52 {
    left: 13rem !important;
  }

  .sm\:tw-top-56 {
    top: 14rem !important;
  }

  .sm\:tw-right-56 {
    right: 14rem !important;
  }

  .sm\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .sm\:tw-left-56 {
    left: 14rem !important;
  }

  .sm\:tw-top-60 {
    top: 15rem !important;
  }

  .sm\:tw-right-60 {
    right: 15rem !important;
  }

  .sm\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .sm\:tw-left-60 {
    left: 15rem !important;
  }

  .sm\:tw-top-64 {
    top: 16rem !important;
  }

  .sm\:tw-right-64 {
    right: 16rem !important;
  }

  .sm\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .sm\:tw-left-64 {
    left: 16rem !important;
  }

  .sm\:tw-top-72 {
    top: 18rem !important;
  }

  .sm\:tw-right-72 {
    right: 18rem !important;
  }

  .sm\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .sm\:tw-left-72 {
    left: 18rem !important;
  }

  .sm\:tw-top-80 {
    top: 20rem !important;
  }

  .sm\:tw-right-80 {
    right: 20rem !important;
  }

  .sm\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .sm\:tw-left-80 {
    left: 20rem !important;
  }

  .sm\:tw-top-96 {
    top: 24rem !important;
  }

  .sm\:tw-right-96 {
    right: 24rem !important;
  }

  .sm\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .sm\:tw-left-96 {
    left: 24rem !important;
  }

  .sm\:tw-top-auto {
    top: auto !important;
  }

  .sm\:tw-right-auto {
    right: auto !important;
  }

  .sm\:tw-bottom-auto {
    bottom: auto !important;
  }

  .sm\:tw-left-auto {
    left: auto !important;
  }

  .sm\:tw-top-px {
    top: 1px !important;
  }

  .sm\:tw-right-px {
    right: 1px !important;
  }

  .sm\:tw-bottom-px {
    bottom: 1px !important;
  }

  .sm\:tw-left-px {
    left: 1px !important;
  }

  .sm\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .sm\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .sm\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .sm\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .sm\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .sm\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .sm\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .sm\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .sm\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .sm\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .sm\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .sm\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .sm\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .sm\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .sm\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .sm\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .sm\:tw--top-0 {
    top: 0px !important;
  }

  .sm\:tw--right-0 {
    right: 0px !important;
  }

  .sm\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .sm\:tw--left-0 {
    left: 0px !important;
  }

  .sm\:tw--top-1 {
    top: -0.25rem !important;
  }

  .sm\:tw--right-1 {
    right: -0.25rem !important;
  }

  .sm\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .sm\:tw--left-1 {
    left: -0.25rem !important;
  }

  .sm\:tw--top-2 {
    top: -0.5rem !important;
  }

  .sm\:tw--right-2 {
    right: -0.5rem !important;
  }

  .sm\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .sm\:tw--left-2 {
    left: -0.5rem !important;
  }

  .sm\:tw--top-3 {
    top: -0.75rem !important;
  }

  .sm\:tw--right-3 {
    right: -0.75rem !important;
  }

  .sm\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .sm\:tw--left-3 {
    left: -0.75rem !important;
  }

  .sm\:tw--top-4 {
    top: -1rem !important;
  }

  .sm\:tw--right-4 {
    right: -1rem !important;
  }

  .sm\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .sm\:tw--left-4 {
    left: -1rem !important;
  }

  .sm\:tw--top-5 {
    top: -1.25rem !important;
  }

  .sm\:tw--right-5 {
    right: -1.25rem !important;
  }

  .sm\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .sm\:tw--left-5 {
    left: -1.25rem !important;
  }

  .sm\:tw--top-6 {
    top: -1.5rem !important;
  }

  .sm\:tw--right-6 {
    right: -1.5rem !important;
  }

  .sm\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .sm\:tw--left-6 {
    left: -1.5rem !important;
  }

  .sm\:tw--top-7 {
    top: -1.75rem !important;
  }

  .sm\:tw--right-7 {
    right: -1.75rem !important;
  }

  .sm\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .sm\:tw--left-7 {
    left: -1.75rem !important;
  }

  .sm\:tw--top-8 {
    top: -2rem !important;
  }

  .sm\:tw--right-8 {
    right: -2rem !important;
  }

  .sm\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .sm\:tw--left-8 {
    left: -2rem !important;
  }

  .sm\:tw--top-9 {
    top: -2.25rem !important;
  }

  .sm\:tw--right-9 {
    right: -2.25rem !important;
  }

  .sm\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .sm\:tw--left-9 {
    left: -2.25rem !important;
  }

  .sm\:tw--top-10 {
    top: -2.5rem !important;
  }

  .sm\:tw--right-10 {
    right: -2.5rem !important;
  }

  .sm\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .sm\:tw--left-10 {
    left: -2.5rem !important;
  }

  .sm\:tw--top-11 {
    top: -2.75rem !important;
  }

  .sm\:tw--right-11 {
    right: -2.75rem !important;
  }

  .sm\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .sm\:tw--left-11 {
    left: -2.75rem !important;
  }

  .sm\:tw--top-12 {
    top: -3rem !important;
  }

  .sm\:tw--right-12 {
    right: -3rem !important;
  }

  .sm\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .sm\:tw--left-12 {
    left: -3rem !important;
  }

  .sm\:tw--top-14 {
    top: -3.5rem !important;
  }

  .sm\:tw--right-14 {
    right: -3.5rem !important;
  }

  .sm\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .sm\:tw--left-14 {
    left: -3.5rem !important;
  }

  .sm\:tw--top-16 {
    top: -4rem !important;
  }

  .sm\:tw--right-16 {
    right: -4rem !important;
  }

  .sm\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .sm\:tw--left-16 {
    left: -4rem !important;
  }

  .sm\:tw--top-20 {
    top: -5rem !important;
  }

  .sm\:tw--right-20 {
    right: -5rem !important;
  }

  .sm\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .sm\:tw--left-20 {
    left: -5rem !important;
  }

  .sm\:tw--top-24 {
    top: -6rem !important;
  }

  .sm\:tw--right-24 {
    right: -6rem !important;
  }

  .sm\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .sm\:tw--left-24 {
    left: -6rem !important;
  }

  .sm\:tw--top-28 {
    top: -7rem !important;
  }

  .sm\:tw--right-28 {
    right: -7rem !important;
  }

  .sm\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .sm\:tw--left-28 {
    left: -7rem !important;
  }

  .sm\:tw--top-32 {
    top: -8rem !important;
  }

  .sm\:tw--right-32 {
    right: -8rem !important;
  }

  .sm\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .sm\:tw--left-32 {
    left: -8rem !important;
  }

  .sm\:tw--top-36 {
    top: -9rem !important;
  }

  .sm\:tw--right-36 {
    right: -9rem !important;
  }

  .sm\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .sm\:tw--left-36 {
    left: -9rem !important;
  }

  .sm\:tw--top-40 {
    top: -10rem !important;
  }

  .sm\:tw--right-40 {
    right: -10rem !important;
  }

  .sm\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .sm\:tw--left-40 {
    left: -10rem !important;
  }

  .sm\:tw--top-44 {
    top: -11rem !important;
  }

  .sm\:tw--right-44 {
    right: -11rem !important;
  }

  .sm\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .sm\:tw--left-44 {
    left: -11rem !important;
  }

  .sm\:tw--top-48 {
    top: -12rem !important;
  }

  .sm\:tw--right-48 {
    right: -12rem !important;
  }

  .sm\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .sm\:tw--left-48 {
    left: -12rem !important;
  }

  .sm\:tw--top-52 {
    top: -13rem !important;
  }

  .sm\:tw--right-52 {
    right: -13rem !important;
  }

  .sm\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .sm\:tw--left-52 {
    left: -13rem !important;
  }

  .sm\:tw--top-56 {
    top: -14rem !important;
  }

  .sm\:tw--right-56 {
    right: -14rem !important;
  }

  .sm\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .sm\:tw--left-56 {
    left: -14rem !important;
  }

  .sm\:tw--top-60 {
    top: -15rem !important;
  }

  .sm\:tw--right-60 {
    right: -15rem !important;
  }

  .sm\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .sm\:tw--left-60 {
    left: -15rem !important;
  }

  .sm\:tw--top-64 {
    top: -16rem !important;
  }

  .sm\:tw--right-64 {
    right: -16rem !important;
  }

  .sm\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .sm\:tw--left-64 {
    left: -16rem !important;
  }

  .sm\:tw--top-72 {
    top: -18rem !important;
  }

  .sm\:tw--right-72 {
    right: -18rem !important;
  }

  .sm\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .sm\:tw--left-72 {
    left: -18rem !important;
  }

  .sm\:tw--top-80 {
    top: -20rem !important;
  }

  .sm\:tw--right-80 {
    right: -20rem !important;
  }

  .sm\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .sm\:tw--left-80 {
    left: -20rem !important;
  }

  .sm\:tw--top-96 {
    top: -24rem !important;
  }

  .sm\:tw--right-96 {
    right: -24rem !important;
  }

  .sm\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .sm\:tw--left-96 {
    left: -24rem !important;
  }

  .sm\:tw--top-px {
    top: -1px !important;
  }

  .sm\:tw--right-px {
    right: -1px !important;
  }

  .sm\:tw--bottom-px {
    bottom: -1px !important;
  }

  .sm\:tw--left-px {
    left: -1px !important;
  }

  .sm\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .sm\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .sm\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .sm\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .sm\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .sm\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .sm\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .sm\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .sm\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .sm\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .sm\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .sm\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .sm\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .sm\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .sm\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .sm\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .sm\:tw-top-1\/2 {
    top: 50% !important;
  }

  .sm\:tw-right-1\/2 {
    right: 50% !important;
  }

  .sm\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:tw-left-1\/2 {
    left: 50% !important;
  }

  .sm\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .sm\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .sm\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .sm\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .sm\:tw-top-1\/4 {
    top: 25% !important;
  }

  .sm\:tw-right-1\/4 {
    right: 25% !important;
  }

  .sm\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:tw-left-1\/4 {
    left: 25% !important;
  }

  .sm\:tw-top-2\/4 {
    top: 50% !important;
  }

  .sm\:tw-right-2\/4 {
    right: 50% !important;
  }

  .sm\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:tw-left-2\/4 {
    left: 50% !important;
  }

  .sm\:tw-top-3\/4 {
    top: 75% !important;
  }

  .sm\:tw-right-3\/4 {
    right: 75% !important;
  }

  .sm\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:tw-left-3\/4 {
    left: 75% !important;
  }

  .sm\:tw-top-full {
    top: 100% !important;
  }

  .sm\:tw-right-full {
    right: 100% !important;
  }

  .sm\:tw-bottom-full {
    bottom: 100% !important;
  }

  .sm\:tw-left-full {
    left: 100% !important;
  }

  .sm\:tw--top-1\/2 {
    top: -50% !important;
  }

  .sm\:tw--right-1\/2 {
    right: -50% !important;
  }

  .sm\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:tw--left-1\/2 {
    left: -50% !important;
  }

  .sm\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .sm\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .sm\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .sm\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .sm\:tw--top-1\/4 {
    top: -25% !important;
  }

  .sm\:tw--right-1\/4 {
    right: -25% !important;
  }

  .sm\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:tw--left-1\/4 {
    left: -25% !important;
  }

  .sm\:tw--top-2\/4 {
    top: -50% !important;
  }

  .sm\:tw--right-2\/4 {
    right: -50% !important;
  }

  .sm\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:tw--left-2\/4 {
    left: -50% !important;
  }

  .sm\:tw--top-3\/4 {
    top: -75% !important;
  }

  .sm\:tw--right-3\/4 {
    right: -75% !important;
  }

  .sm\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:tw--left-3\/4 {
    left: -75% !important;
  }

  .sm\:tw--top-full {
    top: -100% !important;
  }

  .sm\:tw--right-full {
    right: -100% !important;
  }

  .sm\:tw--bottom-full {
    bottom: -100% !important;
  }

  .sm\:tw--left-full {
    left: -100% !important;
  }

  .sm\:tw-resize-none {
    resize: none !important;
  }

  .sm\:tw-resize-y {
    resize: vertical !important;
  }

  .sm\:tw-resize-x {
    resize: horizontal !important;
  }

  .sm\:tw-resize {
    resize: both !important;
  }

  .sm\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .sm\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:tw-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:tw-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:tw-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:tw-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:tw-ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:tw-ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:tw-ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:tw-ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:tw-ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:tw-ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b !important;
  }

  .sm\:tw-ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:tw-ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:tw-ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:tw-ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:tw-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:tw-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:tw-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:tw-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:tw-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:tw-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:tw-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:tw-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:tw-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:tw-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:tw-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:tw-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:tw-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:tw-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:tw-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:tw-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:tw-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:tw-ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .sm\:tw-ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .sm\:tw-ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a !important;
  }

  .sm\:tw-ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .sm\:tw-ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .sm\:tw-ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .sm\:tw-ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706 !important;
  }

  .sm\:tw-ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309 !important;
  }

  .sm\:tw-ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e !important;
  }

  .sm\:tw-ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f !important;
  }

  .sm\:tw-ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .sm\:tw-ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .sm\:tw-ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .sm\:tw-ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .sm\:tw-ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c !important;
  }

  .sm\:tw-ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316 !important;
  }

  .sm\:tw-ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c !important;
  }

  .sm\:tw-ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c !important;
  }

  .sm\:tw-ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .sm\:tw-ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .sm\:tw-ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .sm\:tw-ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .sm\:tw-ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:tw-ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .sm\:tw-ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .sm\:tw-ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:tw-ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .sm\:tw-ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .sm\:tw-ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .sm\:tw-ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .sm\:tw-ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:tw-ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:tw-ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:tw-ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:tw-ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:tw-ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:tw-ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:tw-ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:tw-ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:tw-ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:tw-ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .sm\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .sm\:tw-ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .sm\:tw-ring-offset-green-300 {
    --tw-ring-offset-color: #86efac !important;
  }

  .sm\:tw-ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .sm\:tw-ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e !important;
  }

  .sm\:tw-ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a !important;
  }

  .sm\:tw-ring-offset-green-700 {
    --tw-ring-offset-color: #15803d !important;
  }

  .sm\:tw-ring-offset-green-800 {
    --tw-ring-offset-color: #166534 !important;
  }

  .sm\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #14532d !important;
  }

  .sm\:tw-ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:tw-ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:tw-ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:tw-ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:tw-ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:tw-ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:tw-ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:tw-ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:tw-ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:tw-ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:tw-ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .sm\:tw-ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .sm\:tw-ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .sm\:tw-ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .sm\:tw-ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .sm\:tw-ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .sm\:tw-ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .sm\:tw-ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e !important;
  }

  .sm\:tw-ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59 !important;
  }

  .sm\:tw-ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a !important;
  }

  .sm\:tw-ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:tw-ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:tw-ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:tw-ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:tw-ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:tw-ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:tw-ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:tw-ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:tw-ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:tw-ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:tw-ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .sm\:tw-ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .sm\:tw-ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .sm\:tw-ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .sm\:tw-ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .sm\:tw-ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .sm\:tw-ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .sm\:tw-ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .sm\:tw-ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985 !important;
  }

  .sm\:tw-ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .sm\:tw-ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:tw-ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:tw-ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:tw-ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:tw-ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:tw-ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:tw-ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:tw-ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:tw-ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:tw-ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:tw-ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .sm\:tw-ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .sm\:tw-ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .sm\:tw-ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .sm\:tw-ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .sm\:tw-ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .sm\:tw-ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .sm\:tw-ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .sm\:tw-ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .sm\:tw-ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .sm\:tw-ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:tw-ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .sm\:tw-ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .sm\:tw-ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .sm\:tw-ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc !important;
  }

  .sm\:tw-ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .sm\:tw-ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea !important;
  }

  .sm\:tw-ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .sm\:tw-ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .sm\:tw-ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87 !important;
  }

  .sm\:tw-ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .sm\:tw-ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .sm\:tw-ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .sm\:tw-ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .sm\:tw-ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .sm\:tw-ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef !important;
  }

  .sm\:tw-ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .sm\:tw-ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf !important;
  }

  .sm\:tw-ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f !important;
  }

  .sm\:tw-ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75 !important;
  }

  .sm\:tw-ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:tw-ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:tw-ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:tw-ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:tw-ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:tw-ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:tw-ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:tw-ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:tw-ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:tw-ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:tw-ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .sm\:tw-ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .sm\:tw-ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .sm\:tw-ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af !important;
  }

  .sm\:tw-ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .sm\:tw-ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .sm\:tw-ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .sm\:tw-ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c !important;
  }

  .sm\:tw-ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .sm\:tw-ring-offset-rose-900 {
    --tw-ring-offset-color: #881337 !important;
  }

  .sm\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:focus-within\:tw-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:focus-within\:tw-ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus-within\:tw-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }

  .sm\:focus-within\:tw-ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .sm\:focus-within\:tw-ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207 !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e !important;
  }

  .sm\:focus-within\:tw-ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534 !important;
  }

  .sm\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus-within\:tw-ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59 !important;
  }

  .sm\:focus-within\:tw-ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:focus-within\:tw-ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985 !important;
  }

  .sm\:focus-within\:tw-ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87 !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f !important;
  }

  .sm\:focus-within\:tw-ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:focus-within\:tw-ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .sm\:focus-within\:tw-ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337 !important;
  }

  .sm\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:focus\:tw-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:focus\:tw-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155 !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b !important;
  }

  .sm\:focus\:tw-ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a !important;
  }

  .sm\:focus\:tw-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus\:tw-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus\:tw-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus\:tw-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus\:tw-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus\:tw-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:focus\:tw-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus\:tw-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus\:tw-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus\:tw-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus\:tw-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:focus\:tw-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:focus\:tw-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:focus\:tw-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:focus\:tw-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:focus\:tw-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:focus\:tw-ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .sm\:focus\:tw-ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .sm\:focus\:tw-ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }

  .sm\:focus\:tw-ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .sm\:focus\:tw-ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .sm\:focus\:tw-ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .sm\:focus\:tw-ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }

  .sm\:focus\:tw-ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }

  .sm\:focus\:tw-ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }

  .sm\:focus\:tw-ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }

  .sm\:focus\:tw-ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .sm\:focus\:tw-ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .sm\:focus\:tw-ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c !important;
  }

  .sm\:focus\:tw-ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c !important;
  }

  .sm\:focus\:tw-ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c !important;
  }

  .sm\:focus\:tw-ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .sm\:focus\:tw-ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207 !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e !important;
  }

  .sm\:focus\:tw-ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:focus\:tw-ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:focus\:tw-ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:focus\:tw-ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:focus\:tw-ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:focus\:tw-ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:focus\:tw-ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .sm\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .sm\:focus\:tw-ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .sm\:focus\:tw-ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac !important;
  }

  .sm\:focus\:tw-ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .sm\:focus\:tw-ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e !important;
  }

  .sm\:focus\:tw-ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a !important;
  }

  .sm\:focus\:tw-ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d !important;
  }

  .sm\:focus\:tw-ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534 !important;
  }

  .sm\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus\:tw-ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus\:tw-ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .sm\:focus\:tw-ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .sm\:focus\:tw-ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e !important;
  }

  .sm\:focus\:tw-ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59 !important;
  }

  .sm\:focus\:tw-ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:focus\:tw-ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985 !important;
  }

  .sm\:focus\:tw-ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:focus\:tw-ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:focus\:tw-ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .sm\:focus\:tw-ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .sm\:focus\:tw-ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .sm\:focus\:tw-ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .sm\:focus\:tw-ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .sm\:focus\:tw-ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .sm\:focus\:tw-ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .sm\:focus\:tw-ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .sm\:focus\:tw-ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .sm\:focus\:tw-ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .sm\:focus\:tw-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .sm\:focus\:tw-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .sm\:focus\:tw-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .sm\:focus\:tw-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc !important;
  }

  .sm\:focus\:tw-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea !important;
  }

  .sm\:focus\:tw-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .sm\:focus\:tw-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .sm\:focus\:tw-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87 !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f !important;
  }

  .sm\:focus\:tw-ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:focus\:tw-ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:focus\:tw-ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:focus\:tw-ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af !important;
  }

  .sm\:focus\:tw-ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .sm\:focus\:tw-ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c !important;
  }

  .sm\:focus\:tw-ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .sm\:focus\:tw-ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337 !important;
  }

  .sm\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .sm\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .sm\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blueGray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-amber-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-orange-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-emerald-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-teal-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-lightBlue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-violet-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-fuchsia-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-rose-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-amber-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-orange-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-emerald-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-teal-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-violet-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:tw-ring-rose-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blueGray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-amber-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-orange-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-emerald-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-teal-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-lightBlue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-violet-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-fuchsia-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:tw-ring-rose-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:tw-fill-current {
    fill: currentColor !important;
  }

  .sm\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .sm\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:tw-table-auto {
    table-layout: auto !important;
  }

  .sm\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .sm\:tw-text-left {
    text-align: left !important;
  }

  .sm\:tw-text-center {
    text-align: center !important;
  }

  .sm\:tw-text-right {
    text-align: right !important;
  }

  .sm\:tw-text-justify {
    text-align: justify !important;
  }

  .sm\:tw-text-transparent {
    color: transparent !important;
  }

  .sm\:tw-text-current {
    color: currentColor !important;
  }

  .sm\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .sm\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .sm\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blueGray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-amber-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-orange-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-emerald-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-teal-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-lightBlue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-violet-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-fuchsia-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:tw-text-rose-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blueGray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-amber-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-orange-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-emerald-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-teal-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-lightBlue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-violet-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-fuchsia-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:tw-text-rose-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blueGray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-amber-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-orange-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-emerald-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-teal-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-lightBlue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-violet-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-fuchsia-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:tw-text-rose-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .sm\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .sm\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .sm\:tw-italic {
    font-style: italic !important;
  }

  .sm\:tw-not-italic {
    font-style: normal !important;
  }

  .sm\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .sm\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .sm\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .sm\:tw-normal-case {
    text-transform: none !important;
  }

  .sm\:tw-underline {
    text-decoration: underline !important;
  }

  .sm\:tw-line-through {
    text-decoration: line-through !important;
  }

  .sm\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .sm\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .sm\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .sm\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .sm\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tw-ordinal, .sm\:tw-slashed-zero, .sm\:tw-lining-nums, .sm\:tw-oldstyle-nums, .sm\:tw-proportional-nums, .sm\:tw-tabular-nums, .sm\:tw-diagonal-fractions, .sm\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .sm\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .sm\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .sm\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:tw-align-top {
    vertical-align: top !important;
  }

  .sm\:tw-align-middle {
    vertical-align: middle !important;
  }

  .sm\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:tw-visible {
    visibility: visible !important;
  }

  .sm\:tw-invisible {
    visibility: hidden !important;
  }

  .sm\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .sm\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .sm\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .sm\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:tw-break-all {
    word-break: break-all !important;
  }

  .sm\:tw-w-0 {
    width: 0px !important;
  }

  .sm\:tw-w-1 {
    width: 0.25rem !important;
  }

  .sm\:tw-w-2 {
    width: 0.5rem !important;
  }

  .sm\:tw-w-3 {
    width: 0.75rem !important;
  }

  .sm\:tw-w-4 {
    width: 1rem !important;
  }

  .sm\:tw-w-5 {
    width: 1.25rem !important;
  }

  .sm\:tw-w-6 {
    width: 1.5rem !important;
  }

  .sm\:tw-w-7 {
    width: 1.75rem !important;
  }

  .sm\:tw-w-8 {
    width: 2rem !important;
  }

  .sm\:tw-w-9 {
    width: 2.25rem !important;
  }

  .sm\:tw-w-10 {
    width: 2.5rem !important;
  }

  .sm\:tw-w-11 {
    width: 2.75rem !important;
  }

  .sm\:tw-w-12 {
    width: 3rem !important;
  }

  .sm\:tw-w-14 {
    width: 3.5rem !important;
  }

  .sm\:tw-w-16 {
    width: 4rem !important;
  }

  .sm\:tw-w-20 {
    width: 5rem !important;
  }

  .sm\:tw-w-24 {
    width: 6rem !important;
  }

  .sm\:tw-w-28 {
    width: 7rem !important;
  }

  .sm\:tw-w-32 {
    width: 8rem !important;
  }

  .sm\:tw-w-36 {
    width: 9rem !important;
  }

  .sm\:tw-w-40 {
    width: 10rem !important;
  }

  .sm\:tw-w-44 {
    width: 11rem !important;
  }

  .sm\:tw-w-48 {
    width: 12rem !important;
  }

  .sm\:tw-w-52 {
    width: 13rem !important;
  }

  .sm\:tw-w-56 {
    width: 14rem !important;
  }

  .sm\:tw-w-60 {
    width: 15rem !important;
  }

  .sm\:tw-w-64 {
    width: 16rem !important;
  }

  .sm\:tw-w-72 {
    width: 18rem !important;
  }

  .sm\:tw-w-80 {
    width: 20rem !important;
  }

  .sm\:tw-w-96 {
    width: 24rem !important;
  }

  .sm\:tw-w-auto {
    width: auto !important;
  }

  .sm\:tw-w-px {
    width: 1px !important;
  }

  .sm\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .sm\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .sm\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .sm\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .sm\:tw-w-1\/2 {
    width: 50% !important;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-1\/4 {
    width: 25% !important;
  }

  .sm\:tw-w-2\/4 {
    width: 50% !important;
  }

  .sm\:tw-w-3\/4 {
    width: 75% !important;
  }

  .sm\:tw-w-1\/5 {
    width: 20% !important;
  }

  .sm\:tw-w-2\/5 {
    width: 40% !important;
  }

  .sm\:tw-w-3\/5 {
    width: 60% !important;
  }

  .sm\:tw-w-4\/5 {
    width: 80% !important;
  }

  .sm\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-3\/6 {
    width: 50% !important;
  }

  .sm\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:tw-w-3\/12 {
    width: 25% !important;
  }

  .sm\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:tw-w-6\/12 {
    width: 50% !important;
  }

  .sm\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:tw-w-9\/12 {
    width: 75% !important;
  }

  .sm\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:tw-w-full {
    width: 100% !important;
  }

  .sm\:tw-w-screen {
    width: 100vw !important;
  }

  .sm\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:tw-z-0 {
    z-index: 0 !important;
  }

  .sm\:tw-z-10 {
    z-index: 10 !important;
  }

  .sm\:tw-z-20 {
    z-index: 20 !important;
  }

  .sm\:tw-z-30 {
    z-index: 30 !important;
  }

  .sm\:tw-z-40 {
    z-index: 40 !important;
  }

  .sm\:tw-z-50 {
    z-index: 50 !important;
  }

  .sm\:tw-z-auto {
    z-index: auto !important;
  }

  .sm\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .sm\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .sm\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .sm\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .sm\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .sm\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .sm\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .sm\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .sm\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .sm\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .sm\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .sm\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .sm\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .sm\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .sm\:tw-gap-0 {
    gap: 0px !important;
  }

  .sm\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:tw-gap-4 {
    gap: 1rem !important;
  }

  .sm\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:tw-gap-8 {
    gap: 2rem !important;
  }

  .sm\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:tw-gap-12 {
    gap: 3rem !important;
  }

  .sm\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:tw-gap-16 {
    gap: 4rem !important;
  }

  .sm\:tw-gap-20 {
    gap: 5rem !important;
  }

  .sm\:tw-gap-24 {
    gap: 6rem !important;
  }

  .sm\:tw-gap-28 {
    gap: 7rem !important;
  }

  .sm\:tw-gap-32 {
    gap: 8rem !important;
  }

  .sm\:tw-gap-36 {
    gap: 9rem !important;
  }

  .sm\:tw-gap-40 {
    gap: 10rem !important;
  }

  .sm\:tw-gap-44 {
    gap: 11rem !important;
  }

  .sm\:tw-gap-48 {
    gap: 12rem !important;
  }

  .sm\:tw-gap-52 {
    gap: 13rem !important;
  }

  .sm\:tw-gap-56 {
    gap: 14rem !important;
  }

  .sm\:tw-gap-60 {
    gap: 15rem !important;
  }

  .sm\:tw-gap-64 {
    gap: 16rem !important;
  }

  .sm\:tw-gap-72 {
    gap: 18rem !important;
  }

  .sm\:tw-gap-80 {
    gap: 20rem !important;
  }

  .sm\:tw-gap-96 {
    gap: 24rem !important;
  }

  .sm\:tw-gap-px {
    gap: 1px !important;
  }

  .sm\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .sm\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .sm\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:tw-col-auto {
    grid-column: auto !important;
  }

  .sm\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:tw-row-auto {
    grid-row: auto !important;
  }

  .sm\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .sm\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:tw-transform-none {
    transform: none !important;
  }

  .sm\:tw-origin-center {
    transform-origin: center !important;
  }

  .sm\:tw-origin-top {
    transform-origin: top !important;
  }

  .sm\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:tw-origin-right {
    transform-origin: right !important;
  }

  .sm\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:tw-origin-left {
    transform-origin: left !important;
  }

  .sm\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .sm\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .sm\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .sm\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .sm\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .sm\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .sm\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .sm\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .sm\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .sm\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .sm\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .sm\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .sm\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .sm\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .sm\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .sm\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .sm\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .sm\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .sm\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .sm\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .sm\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .sm\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .sm\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .sm\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .sm\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .sm\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .sm\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .sm\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .sm\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .sm\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .sm\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .sm\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .sm\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .sm\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .sm\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .sm\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .sm\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .sm\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .sm\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .sm\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .sm\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .sm\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .sm\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .sm\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .sm\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .sm\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .sm\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .sm\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .sm\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .sm\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .sm\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .sm\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .sm\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .sm\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .sm\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .sm\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .sm\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .sm\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .sm\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .sm\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .sm\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .sm\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .sm\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .sm\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .sm\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .sm\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .sm\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .sm\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .sm\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .sm\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .sm\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .sm\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .sm\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .sm\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .sm\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .sm\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .sm\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .sm\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .sm\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .sm\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .sm\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .sm\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .sm\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .sm\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .sm\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .sm\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .sm\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .sm\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .sm\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .sm\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .sm\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .sm\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .sm\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .sm\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .sm\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .sm\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .sm\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .sm\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .sm\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .sm\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .sm\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .sm\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .sm\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .sm\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .sm\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .sm\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .sm\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .sm\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .sm\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .sm\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .sm\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .sm\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .sm\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .sm\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .sm\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .sm\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .sm\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .sm\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .sm\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .sm\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .sm\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .sm\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .sm\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .sm\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .sm\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .sm\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .sm\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .sm\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .sm\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .sm\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .sm\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .sm\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .sm\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .sm\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .sm\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .sm\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .sm\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .sm\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .sm\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .sm\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .sm\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .sm\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .sm\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .sm\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .sm\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .sm\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .sm\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .sm\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .sm\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .sm\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .sm\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .sm\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .sm\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .sm\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .sm\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .sm\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .sm\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .sm\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .sm\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .sm\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .sm\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .sm\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .sm\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .sm\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .sm\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .sm\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .sm\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .sm\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .sm\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .sm\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .sm\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .sm\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .sm\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .sm\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .sm\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .sm\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .sm\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .sm\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .sm\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .sm\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .sm\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .sm\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .sm\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .sm\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .sm\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .sm\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .sm\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .sm\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .sm\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .sm\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .sm\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .sm\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .sm\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .sm\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .sm\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .sm\:tw-transition-none {
    transition-property: none !important;
  }

  .sm\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .sm\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .sm\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .sm\:motion-safe\:tw-transition-none {
      transition-property: none !important;
    }

    .sm\:motion-safe\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-safe\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .sm\:motion-reduce\:tw-transition-none {
      transition-property: none !important;
    }

    .sm\:motion-reduce\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .sm\:motion-reduce\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  .sm\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:hover\:tw-ease-linear:hover {
    transition-timing-function: linear !important;
  }

  .sm\:hover\:tw-ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:hover\:tw-ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:hover\:tw-ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:focus\:tw-ease-linear:focus {
    transition-timing-function: linear !important;
  }

  .sm\:focus\:tw-ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:focus\:tw-ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:focus\:tw-ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:hover\:tw-duration-75:hover {
    transition-duration: 75ms !important;
  }

  .sm\:hover\:tw-duration-100:hover {
    transition-duration: 100ms !important;
  }

  .sm\:hover\:tw-duration-150:hover {
    transition-duration: 150ms !important;
  }

  .sm\:hover\:tw-duration-200:hover {
    transition-duration: 200ms !important;
  }

  .sm\:hover\:tw-duration-300:hover {
    transition-duration: 300ms !important;
  }

  .sm\:hover\:tw-duration-500:hover {
    transition-duration: 500ms !important;
  }

  .sm\:hover\:tw-duration-700:hover {
    transition-duration: 700ms !important;
  }

  .sm\:hover\:tw-duration-1000:hover {
    transition-duration: 1000ms !important;
  }

  .sm\:focus\:tw-duration-75:focus {
    transition-duration: 75ms !important;
  }

  .sm\:focus\:tw-duration-100:focus {
    transition-duration: 100ms !important;
  }

  .sm\:focus\:tw-duration-150:focus {
    transition-duration: 150ms !important;
  }

  .sm\:focus\:tw-duration-200:focus {
    transition-duration: 200ms !important;
  }

  .sm\:focus\:tw-duration-300:focus {
    transition-duration: 300ms !important;
  }

  .sm\:focus\:tw-duration-500:focus {
    transition-duration: 500ms !important;
  }

  .sm\:focus\:tw-duration-700:focus {
    transition-duration: 700ms !important;
  }

  .sm\:focus\:tw-duration-1000:focus {
    transition-duration: 1000ms !important;
  }

  .sm\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:hover\:tw-delay-75:hover {
    transition-delay: 75ms !important;
  }

  .sm\:hover\:tw-delay-100:hover {
    transition-delay: 100ms !important;
  }

  .sm\:hover\:tw-delay-150:hover {
    transition-delay: 150ms !important;
  }

  .sm\:hover\:tw-delay-200:hover {
    transition-delay: 200ms !important;
  }

  .sm\:hover\:tw-delay-300:hover {
    transition-delay: 300ms !important;
  }

  .sm\:hover\:tw-delay-500:hover {
    transition-delay: 500ms !important;
  }

  .sm\:hover\:tw-delay-700:hover {
    transition-delay: 700ms !important;
  }

  .sm\:hover\:tw-delay-1000:hover {
    transition-delay: 1000ms !important;
  }

  .sm\:focus\:tw-delay-75:focus {
    transition-delay: 75ms !important;
  }

  .sm\:focus\:tw-delay-100:focus {
    transition-delay: 100ms !important;
  }

  .sm\:focus\:tw-delay-150:focus {
    transition-delay: 150ms !important;
  }

  .sm\:focus\:tw-delay-200:focus {
    transition-delay: 200ms !important;
  }

  .sm\:focus\:tw-delay-300:focus {
    transition-delay: 300ms !important;
  }

  .sm\:focus\:tw-delay-500:focus {
    transition-delay: 500ms !important;
  }

  .sm\:focus\:tw-delay-700:focus {
    transition-delay: 700ms !important;
  }

  .sm\:focus\:tw-delay-1000:focus {
    transition-delay: 1000ms !important;
  }

  .sm\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .sm\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .sm\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .sm\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .sm\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .sm\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .sm\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .sm\:motion-safe\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-safe\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-safe\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-safe\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-safe\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .sm\:motion-safe\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-safe\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-safe\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-safe\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-safe\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .sm\:motion-safe\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-safe\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-safe\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-safe\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-safe\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .sm\:motion-reduce\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-reduce\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-reduce\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-reduce\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-reduce\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .sm\:motion-reduce\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-reduce\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-reduce\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-reduce\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-reduce\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .sm\:motion-reduce\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .sm\:motion-reduce\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .sm\:motion-reduce\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .sm\:motion-reduce\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .sm\:motion-reduce\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }
}

@media (min-width: 768px) {
  .md\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:tw-container {
      max-width: 1536px;
    }
  }

  .md\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .md\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .md\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .md\:tw-divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .md\:tw-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
  }

  .md\:tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .md\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .md\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .md\:tw-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .md\:tw-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .md\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .md\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .md\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:tw-bg-local {
    background-attachment: local !important;
  }

  .md\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .md\:tw-bg-current {
    background-color: currentColor !important;
  }

  .md\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .md\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .md\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-amber-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-orange-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-emerald-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-teal-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-violet-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:tw-bg-rose-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blueGray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-amber-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-orange-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-emerald-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-teal-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-lightBlue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-violet-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-fuchsia-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:tw-bg-rose-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blueGray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-amber-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-orange-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-emerald-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-teal-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-lightBlue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-violet-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-fuchsia-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:tw-bg-rose-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-transparent:active {
    background-color: transparent !important;
  }

  .md\:active\:tw-bg-current:active {
    background-color: currentColor !important;
  }

  .md\:active\:tw-bg-black:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blueGray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-red-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-blue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-amber-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-orange-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-yellow-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lime-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-green-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-emerald-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-teal-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-cyan-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-lightBlue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-indigo-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-violet-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-purple-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-fuchsia-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-pink-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:active\:tw-bg-rose-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:tw-bg-none {
    background-image: none !important;
  }

  .md\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:tw-from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:tw-from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:tw-from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:tw-from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:tw-from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:tw-from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:tw-from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:tw-from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:tw-from-blueGray-50 {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:tw-from-blueGray-100 {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:tw-from-blueGray-200 {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-from-blueGray-300 {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:tw-from-blueGray-400 {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:tw-from-blueGray-500 {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:tw-from-blueGray-600 {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:tw-from-blueGray-700 {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:tw-from-blueGray-800 {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:tw-from-blueGray-900 {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:tw-from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:tw-from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:tw-from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:tw-from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:tw-from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:tw-from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:tw-from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:tw-from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:tw-from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:tw-from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:tw-from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:tw-from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:tw-from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:tw-from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:tw-from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:tw-from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:tw-from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:tw-from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:tw-from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:tw-from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:tw-from-amber-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:tw-from-amber-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:tw-from-amber-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:tw-from-amber-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:tw-from-amber-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:tw-from-amber-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:tw-from-amber-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:tw-from-amber-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:tw-from-amber-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:tw-from-amber-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:tw-from-orange-50 {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:tw-from-orange-100 {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:tw-from-orange-200 {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:tw-from-orange-300 {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:tw-from-orange-400 {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:tw-from-orange-500 {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:tw-from-orange-600 {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:tw-from-orange-700 {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:tw-from-orange-800 {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:tw-from-orange-900 {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:tw-from-yellow-50 {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:tw-from-yellow-100 {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:tw-from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:tw-from-yellow-300 {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:tw-from-yellow-400 {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:tw-from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:tw-from-yellow-600 {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:tw-from-yellow-700 {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:tw-from-yellow-800 {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:tw-from-yellow-900 {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:tw-from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:tw-from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:tw-from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:tw-from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:tw-from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:tw-from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:tw-from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:tw-from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:tw-from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:tw-from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:tw-from-green-50 {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:tw-from-green-100 {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:tw-from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:tw-from-green-300 {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:tw-from-green-400 {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:tw-from-green-500 {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:tw-from-green-600 {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:tw-from-green-700 {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:tw-from-green-800 {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:tw-from-green-900 {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:tw-from-emerald-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:tw-from-emerald-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:tw-from-emerald-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:tw-from-emerald-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:tw-from-emerald-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:tw-from-emerald-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:tw-from-emerald-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:tw-from-emerald-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:tw-from-emerald-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:tw-from-emerald-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:tw-from-teal-50 {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:tw-from-teal-100 {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:tw-from-teal-200 {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:tw-from-teal-300 {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:tw-from-teal-400 {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:tw-from-teal-500 {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:tw-from-teal-600 {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:tw-from-teal-700 {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:tw-from-teal-800 {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:tw-from-teal-900 {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:tw-from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:tw-from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:tw-from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:tw-from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:tw-from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:tw-from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:tw-from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:tw-from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:tw-from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:tw-from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:tw-from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:tw-from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:tw-from-lightBlue-200 {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:tw-from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:tw-from-lightBlue-400 {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:tw-from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:tw-from-lightBlue-600 {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:tw-from-lightBlue-700 {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:tw-from-lightBlue-800 {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:tw-from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:tw-from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:tw-from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:tw-from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:tw-from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:tw-from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:tw-from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:tw-from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:tw-from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:tw-from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:tw-from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:tw-from-violet-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:tw-from-violet-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:tw-from-violet-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:tw-from-violet-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:tw-from-violet-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:tw-from-violet-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:tw-from-violet-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:tw-from-violet-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:tw-from-violet-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:tw-from-violet-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:tw-from-purple-50 {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-from-purple-100 {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:tw-from-purple-200 {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:tw-from-purple-300 {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:tw-from-purple-400 {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:tw-from-purple-500 {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:tw-from-purple-600 {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:tw-from-purple-700 {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:tw-from-purple-800 {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:tw-from-purple-900 {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:tw-from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:tw-from-fuchsia-100 {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:tw-from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:tw-from-fuchsia-300 {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:tw-from-fuchsia-400 {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:tw-from-fuchsia-500 {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:tw-from-fuchsia-600 {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:tw-from-fuchsia-700 {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:tw-from-fuchsia-800 {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:tw-from-fuchsia-900 {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:tw-from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:tw-from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:tw-from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:tw-from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:tw-from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:tw-from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:tw-from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:tw-from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:tw-from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:tw-from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:tw-from-rose-50 {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:tw-from-rose-100 {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:tw-from-rose-200 {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:tw-from-rose-300 {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:tw-from-rose-400 {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:tw-from-rose-500 {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:tw-from-rose-600 {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:tw-from-rose-700 {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:tw-from-rose-800 {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:tw-from-rose-900 {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:tw-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:tw-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:tw-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:tw-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:tw-via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:tw-via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:tw-via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:tw-via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:tw-via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:tw-via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:tw-via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:tw-via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:tw-via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:tw-via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:tw-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:tw-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:tw-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:tw-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:tw-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:tw-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:tw-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:tw-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:tw-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:tw-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:tw-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:tw-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:tw-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:tw-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:tw-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:tw-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:tw-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:tw-via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:tw-via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:tw-via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:tw-via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:tw-via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:tw-via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:tw-via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:tw-via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:tw-via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:tw-via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:tw-via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:tw-via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:tw-via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:tw-via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:tw-via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:tw-via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:tw-via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:tw-via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:tw-via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:tw-via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:tw-via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:tw-via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:tw-via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:tw-via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:tw-via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:tw-via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:tw-via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:tw-via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:tw-via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:tw-via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:tw-via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:tw-via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:tw-via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:tw-via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:tw-via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:tw-via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:tw-via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:tw-via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:tw-via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:tw-via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:tw-via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:tw-via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:tw-via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:tw-via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:tw-via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:tw-via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:tw-via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:tw-via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:tw-via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:tw-via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:tw-via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:tw-via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:tw-via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:tw-via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:tw-via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:tw-via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:tw-via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:tw-via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:tw-via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:tw-via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:tw-via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:tw-via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:tw-via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:tw-via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:tw-via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:tw-via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:tw-via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:tw-via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:tw-via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:tw-via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:tw-via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:tw-via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:tw-via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:tw-via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:tw-via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:tw-via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:tw-via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:tw-via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:tw-via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:tw-via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:tw-via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:tw-via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:tw-via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:tw-via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:tw-via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:tw-via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:tw-via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:tw-via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:tw-via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:tw-via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:tw-via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:tw-via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:tw-via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:tw-via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:tw-via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:tw-via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:tw-via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:tw-via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:tw-via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:tw-via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:tw-via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:tw-via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:tw-via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:tw-via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:tw-via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:tw-via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:tw-via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:tw-via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:tw-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:tw-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:tw-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:tw-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:tw-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:tw-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:tw-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:tw-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:tw-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:tw-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:tw-via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:tw-via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:tw-via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:tw-via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:tw-via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:tw-via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:tw-via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:tw-via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:tw-via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:tw-via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:tw-via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:tw-via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:tw-via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:tw-via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:tw-via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:tw-via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:tw-via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:tw-via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:tw-via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:tw-via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:tw-via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:tw-via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:tw-via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:tw-via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:tw-via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:tw-via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:tw-via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:tw-via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:tw-via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:tw-via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .md\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .md\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .md\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .md\:tw-to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:tw-to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:tw-to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:tw-to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:tw-to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:tw-to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .md\:tw-to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .md\:tw-to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:tw-to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .md\:tw-to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .md\:tw-to-blueGray-50 {
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:tw-to-blueGray-100 {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:tw-to-blueGray-200 {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:tw-to-blueGray-300 {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:tw-to-blueGray-400 {
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:tw-to-blueGray-500 {
    --tw-gradient-to: #64748b !important;
  }

  .md\:tw-to-blueGray-600 {
    --tw-gradient-to: #475569 !important;
  }

  .md\:tw-to-blueGray-700 {
    --tw-gradient-to: #334155 !important;
  }

  .md\:tw-to-blueGray-800 {
    --tw-gradient-to: #1e293b !important;
  }

  .md\:tw-to-blueGray-900 {
    --tw-gradient-to: #0f172a !important;
  }

  .md\:tw-to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:tw-to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:tw-to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:tw-to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:tw-to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:tw-to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:tw-to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:tw-to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:tw-to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:tw-to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:tw-to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:tw-to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:tw-to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:tw-to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:tw-to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:tw-to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:tw-to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:tw-to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:tw-to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:tw-to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:tw-to-amber-50 {
    --tw-gradient-to: #fffbeb !important;
  }

  .md\:tw-to-amber-100 {
    --tw-gradient-to: #fef3c7 !important;
  }

  .md\:tw-to-amber-200 {
    --tw-gradient-to: #fde68a !important;
  }

  .md\:tw-to-amber-300 {
    --tw-gradient-to: #fcd34d !important;
  }

  .md\:tw-to-amber-400 {
    --tw-gradient-to: #fbbf24 !important;
  }

  .md\:tw-to-amber-500 {
    --tw-gradient-to: #f59e0b !important;
  }

  .md\:tw-to-amber-600 {
    --tw-gradient-to: #d97706 !important;
  }

  .md\:tw-to-amber-700 {
    --tw-gradient-to: #b45309 !important;
  }

  .md\:tw-to-amber-800 {
    --tw-gradient-to: #92400e !important;
  }

  .md\:tw-to-amber-900 {
    --tw-gradient-to: #78350f !important;
  }

  .md\:tw-to-orange-50 {
    --tw-gradient-to: #fff7ed !important;
  }

  .md\:tw-to-orange-100 {
    --tw-gradient-to: #ffedd5 !important;
  }

  .md\:tw-to-orange-200 {
    --tw-gradient-to: #fed7aa !important;
  }

  .md\:tw-to-orange-300 {
    --tw-gradient-to: #fdba74 !important;
  }

  .md\:tw-to-orange-400 {
    --tw-gradient-to: #fb923c !important;
  }

  .md\:tw-to-orange-500 {
    --tw-gradient-to: #f97316 !important;
  }

  .md\:tw-to-orange-600 {
    --tw-gradient-to: #ea580c !important;
  }

  .md\:tw-to-orange-700 {
    --tw-gradient-to: #c2410c !important;
  }

  .md\:tw-to-orange-800 {
    --tw-gradient-to: #9a3412 !important;
  }

  .md\:tw-to-orange-900 {
    --tw-gradient-to: #7c2d12 !important;
  }

  .md\:tw-to-yellow-50 {
    --tw-gradient-to: #fefce8 !important;
  }

  .md\:tw-to-yellow-100 {
    --tw-gradient-to: #fef9c3 !important;
  }

  .md\:tw-to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:tw-to-yellow-300 {
    --tw-gradient-to: #fde047 !important;
  }

  .md\:tw-to-yellow-400 {
    --tw-gradient-to: #facc15 !important;
  }

  .md\:tw-to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:tw-to-yellow-600 {
    --tw-gradient-to: #ca8a04 !important;
  }

  .md\:tw-to-yellow-700 {
    --tw-gradient-to: #a16207 !important;
  }

  .md\:tw-to-yellow-800 {
    --tw-gradient-to: #854d0e !important;
  }

  .md\:tw-to-yellow-900 {
    --tw-gradient-to: #713f12 !important;
  }

  .md\:tw-to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:tw-to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:tw-to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:tw-to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:tw-to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:tw-to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:tw-to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:tw-to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:tw-to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:tw-to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .md\:tw-to-green-50 {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .md\:tw-to-green-100 {
    --tw-gradient-to: #dcfce7 !important;
  }

  .md\:tw-to-green-200 {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .md\:tw-to-green-300 {
    --tw-gradient-to: #86efac !important;
  }

  .md\:tw-to-green-400 {
    --tw-gradient-to: #4ade80 !important;
  }

  .md\:tw-to-green-500 {
    --tw-gradient-to: #22c55e !important;
  }

  .md\:tw-to-green-600 {
    --tw-gradient-to: #16a34a !important;
  }

  .md\:tw-to-green-700 {
    --tw-gradient-to: #15803d !important;
  }

  .md\:tw-to-green-800 {
    --tw-gradient-to: #166534 !important;
  }

  .md\:tw-to-green-900 {
    --tw-gradient-to: #14532d !important;
  }

  .md\:tw-to-emerald-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:tw-to-emerald-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:tw-to-emerald-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:tw-to-emerald-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:tw-to-emerald-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:tw-to-emerald-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:tw-to-emerald-600 {
    --tw-gradient-to: #059669 !important;
  }

  .md\:tw-to-emerald-700 {
    --tw-gradient-to: #047857 !important;
  }

  .md\:tw-to-emerald-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:tw-to-emerald-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:tw-to-teal-50 {
    --tw-gradient-to: #f0fdfa !important;
  }

  .md\:tw-to-teal-100 {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .md\:tw-to-teal-200 {
    --tw-gradient-to: #99f6e4 !important;
  }

  .md\:tw-to-teal-300 {
    --tw-gradient-to: #5eead4 !important;
  }

  .md\:tw-to-teal-400 {
    --tw-gradient-to: #2dd4bf !important;
  }

  .md\:tw-to-teal-500 {
    --tw-gradient-to: #14b8a6 !important;
  }

  .md\:tw-to-teal-600 {
    --tw-gradient-to: #0d9488 !important;
  }

  .md\:tw-to-teal-700 {
    --tw-gradient-to: #0f766e !important;
  }

  .md\:tw-to-teal-800 {
    --tw-gradient-to: #115e59 !important;
  }

  .md\:tw-to-teal-900 {
    --tw-gradient-to: #134e4a !important;
  }

  .md\:tw-to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:tw-to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:tw-to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:tw-to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:tw-to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:tw-to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:tw-to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:tw-to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:tw-to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:tw-to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:tw-to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff !important;
  }

  .md\:tw-to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe !important;
  }

  .md\:tw-to-lightBlue-200 {
    --tw-gradient-to: #bae6fd !important;
  }

  .md\:tw-to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc !important;
  }

  .md\:tw-to-lightBlue-400 {
    --tw-gradient-to: #38bdf8 !important;
  }

  .md\:tw-to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .md\:tw-to-lightBlue-600 {
    --tw-gradient-to: #0284c7 !important;
  }

  .md\:tw-to-lightBlue-700 {
    --tw-gradient-to: #0369a1 !important;
  }

  .md\:tw-to-lightBlue-800 {
    --tw-gradient-to: #075985 !important;
  }

  .md\:tw-to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e !important;
  }

  .md\:tw-to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:tw-to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:tw-to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:tw-to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:tw-to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:tw-to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:tw-to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:tw-to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:tw-to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:tw-to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:tw-to-violet-50 {
    --tw-gradient-to: #f5f3ff !important;
  }

  .md\:tw-to-violet-100 {
    --tw-gradient-to: #ede9fe !important;
  }

  .md\:tw-to-violet-200 {
    --tw-gradient-to: #ddd6fe !important;
  }

  .md\:tw-to-violet-300 {
    --tw-gradient-to: #c4b5fd !important;
  }

  .md\:tw-to-violet-400 {
    --tw-gradient-to: #a78bfa !important;
  }

  .md\:tw-to-violet-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .md\:tw-to-violet-600 {
    --tw-gradient-to: #7c3aed !important;
  }

  .md\:tw-to-violet-700 {
    --tw-gradient-to: #6d28d9 !important;
  }

  .md\:tw-to-violet-800 {
    --tw-gradient-to: #5b21b6 !important;
  }

  .md\:tw-to-violet-900 {
    --tw-gradient-to: #4c1d95 !important;
  }

  .md\:tw-to-purple-50 {
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:tw-to-purple-100 {
    --tw-gradient-to: #f3e8ff !important;
  }

  .md\:tw-to-purple-200 {
    --tw-gradient-to: #e9d5ff !important;
  }

  .md\:tw-to-purple-300 {
    --tw-gradient-to: #d8b4fe !important;
  }

  .md\:tw-to-purple-400 {
    --tw-gradient-to: #c084fc !important;
  }

  .md\:tw-to-purple-500 {
    --tw-gradient-to: #a855f7 !important;
  }

  .md\:tw-to-purple-600 {
    --tw-gradient-to: #9333ea !important;
  }

  .md\:tw-to-purple-700 {
    --tw-gradient-to: #7e22ce !important;
  }

  .md\:tw-to-purple-800 {
    --tw-gradient-to: #6b21a8 !important;
  }

  .md\:tw-to-purple-900 {
    --tw-gradient-to: #581c87 !important;
  }

  .md\:tw-to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff !important;
  }

  .md\:tw-to-fuchsia-100 {
    --tw-gradient-to: #fae8ff !important;
  }

  .md\:tw-to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe !important;
  }

  .md\:tw-to-fuchsia-300 {
    --tw-gradient-to: #f0abfc !important;
  }

  .md\:tw-to-fuchsia-400 {
    --tw-gradient-to: #e879f9 !important;
  }

  .md\:tw-to-fuchsia-500 {
    --tw-gradient-to: #d946ef !important;
  }

  .md\:tw-to-fuchsia-600 {
    --tw-gradient-to: #c026d3 !important;
  }

  .md\:tw-to-fuchsia-700 {
    --tw-gradient-to: #a21caf !important;
  }

  .md\:tw-to-fuchsia-800 {
    --tw-gradient-to: #86198f !important;
  }

  .md\:tw-to-fuchsia-900 {
    --tw-gradient-to: #701a75 !important;
  }

  .md\:tw-to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:tw-to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:tw-to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:tw-to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:tw-to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:tw-to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:tw-to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:tw-to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .md\:tw-to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:tw-to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .md\:tw-to-rose-50 {
    --tw-gradient-to: #fff1f2 !important;
  }

  .md\:tw-to-rose-100 {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .md\:tw-to-rose-200 {
    --tw-gradient-to: #fecdd3 !important;
  }

  .md\:tw-to-rose-300 {
    --tw-gradient-to: #fda4af !important;
  }

  .md\:tw-to-rose-400 {
    --tw-gradient-to: #fb7185 !important;
  }

  .md\:tw-to-rose-500 {
    --tw-gradient-to: #f43f5e !important;
  }

  .md\:tw-to-rose-600 {
    --tw-gradient-to: #e11d48 !important;
  }

  .md\:tw-to-rose-700 {
    --tw-gradient-to: #be123c !important;
  }

  .md\:tw-to-rose-800 {
    --tw-gradient-to: #9f1239 !important;
  }

  .md\:tw-to-rose-900 {
    --tw-gradient-to: #881337 !important;
  }

  .md\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:tw-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:tw-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:tw-from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:tw-from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-500:hover {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-600:hover {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-700:hover {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-800:hover {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:tw-from-blueGray-900:hover {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:tw-from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:tw-from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:tw-from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:tw-from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:tw-from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:tw-from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:tw-from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:tw-from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:tw-from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:tw-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:tw-from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:tw-from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:tw-from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:tw-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:tw-from-amber-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:hover\:tw-from-amber-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:hover\:tw-from-amber-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:hover\:tw-from-amber-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:hover\:tw-from-amber-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:hover\:tw-from-amber-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:tw-from-amber-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:hover\:tw-from-amber-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:tw-from-amber-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:hover\:tw-from-amber-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:hover\:tw-from-orange-50:hover {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:tw-from-orange-100:hover {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:tw-from-orange-200:hover {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:tw-from-orange-300:hover {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:tw-from-orange-400:hover {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:tw-from-orange-500:hover {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:tw-from-orange-600:hover {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:tw-from-orange-700:hover {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:tw-from-orange-800:hover {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:tw-from-orange-900:hover {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-50:hover {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-100:hover {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-300:hover {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-400:hover {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-600:hover {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-700:hover {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-800:hover {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:tw-from-yellow-900:hover {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:tw-from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:tw-from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:tw-from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:tw-from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:tw-from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:tw-from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:tw-from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:tw-from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:tw-from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:tw-from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:tw-from-green-50:hover {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:tw-from-green-200:hover {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:tw-from-green-300:hover {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:tw-from-green-400:hover {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:tw-from-green-500:hover {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:tw-from-green-600:hover {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:tw-from-green-700:hover {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:tw-from-green-800:hover {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:tw-from-emerald-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:tw-from-teal-50:hover {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:tw-from-teal-100:hover {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:tw-from-teal-200:hover {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:tw-from-teal-300:hover {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:tw-from-teal-400:hover {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:tw-from-teal-500:hover {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:tw-from-teal-600:hover {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:tw-from-teal-700:hover {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:tw-from-teal-800:hover {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:tw-from-teal-900:hover {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:tw-from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-800:hover {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:hover\:tw-from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:tw-from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:tw-from-violet-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:tw-from-violet-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:tw-from-violet-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:tw-from-violet-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:tw-from-violet-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:tw-from-violet-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:tw-from-violet-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:tw-from-violet-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:tw-from-violet-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:tw-from-violet-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:tw-from-purple-50:hover {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-100:hover {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-200:hover {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:hover\:tw-from-purple-300:hover {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:hover\:tw-from-purple-400:hover {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:hover\:tw-from-purple-500:hover {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:hover\:tw-from-purple-600:hover {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:hover\:tw-from-purple-700:hover {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:hover\:tw-from-purple-800:hover {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:hover\:tw-from-purple-900:hover {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-800:hover {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:hover\:tw-from-fuchsia-900:hover {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:hover\:tw-from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:tw-from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:tw-from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:tw-from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:tw-from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:tw-from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:tw-from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:tw-from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:tw-from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:tw-from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:tw-from-rose-50:hover {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:hover\:tw-from-rose-100:hover {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:hover\:tw-from-rose-200:hover {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:hover\:tw-from-rose-300:hover {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:hover\:tw-from-rose-400:hover {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:hover\:tw-from-rose-500:hover {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:hover\:tw-from-rose-600:hover {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:hover\:tw-from-rose-700:hover {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:hover\:tw-from-rose-800:hover {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:hover\:tw-from-rose-900:hover {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:tw-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:tw-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:tw-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:tw-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:hover\:tw-via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:hover\:tw-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:tw-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:tw-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:tw-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:tw-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:tw-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:tw-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:tw-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:tw-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:tw-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:tw-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:tw-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:tw-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:tw-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:tw-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:tw-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:tw-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:tw-via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:hover\:tw-via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:hover\:tw-via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:hover\:tw-via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:hover\:tw-via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:hover\:tw-via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:hover\:tw-via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:hover\:tw-via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:hover\:tw-via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:hover\:tw-via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:hover\:tw-via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:hover\:tw-via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:hover\:tw-via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:hover\:tw-via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:hover\:tw-via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:hover\:tw-via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:hover\:tw-via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:hover\:tw-via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:hover\:tw-via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:hover\:tw-via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:hover\:tw-via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:hover\:tw-via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:tw-via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:tw-via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:tw-via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:tw-via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:tw-via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:tw-via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:tw-via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:tw-via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:tw-via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:tw-via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:hover\:tw-via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:hover\:tw-via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:hover\:tw-via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:hover\:tw-via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:hover\:tw-via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:hover\:tw-via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:hover\:tw-via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:tw-via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:tw-via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:hover\:tw-via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:hover\:tw-via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:hover\:tw-via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:hover\:tw-via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:hover\:tw-via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:hover\:tw-via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:hover\:tw-via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:hover\:tw-via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:hover\:tw-via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:tw-via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:hover\:tw-via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:tw-via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:tw-via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:hover\:tw-via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:hover\:tw-via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:hover\:tw-via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:hover\:tw-via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:hover\:tw-via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:hover\:tw-via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:hover\:tw-via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:hover\:tw-via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:hover\:tw-via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:hover\:tw-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:hover\:tw-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:hover\:tw-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:hover\:tw-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:hover\:tw-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:hover\:tw-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:hover\:tw-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:hover\:tw-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:hover\:tw-via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:hover\:tw-via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:tw-via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:tw-via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:tw-via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:tw-via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:tw-via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:tw-via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:tw-via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:tw-via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:tw-via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:tw-via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:hover\:tw-via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:hover\:tw-via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:hover\:tw-via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:hover\:tw-via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:hover\:tw-via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:hover\:tw-via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:hover\:tw-via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:hover\:tw-via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:hover\:tw-via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:hover\:tw-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:hover\:tw-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:hover\:tw-to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .md\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .md\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .md\:hover\:tw-to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .md\:hover\:tw-to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:hover\:tw-to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:hover\:tw-to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:hover\:tw-to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:hover\:tw-to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:hover\:tw-to-blueGray-500:hover {
    --tw-gradient-to: #64748b !important;
  }

  .md\:hover\:tw-to-blueGray-600:hover {
    --tw-gradient-to: #475569 !important;
  }

  .md\:hover\:tw-to-blueGray-700:hover {
    --tw-gradient-to: #334155 !important;
  }

  .md\:hover\:tw-to-blueGray-800:hover {
    --tw-gradient-to: #1e293b !important;
  }

  .md\:hover\:tw-to-blueGray-900:hover {
    --tw-gradient-to: #0f172a !important;
  }

  .md\:hover\:tw-to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:hover\:tw-to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:hover\:tw-to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:hover\:tw-to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:hover\:tw-to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:hover\:tw-to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:hover\:tw-to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:hover\:tw-to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:hover\:tw-to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:hover\:tw-to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:hover\:tw-to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:hover\:tw-to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:hover\:tw-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:hover\:tw-to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:hover\:tw-to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:hover\:tw-to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:hover\:tw-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:hover\:tw-to-amber-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }

  .md\:hover\:tw-to-amber-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }

  .md\:hover\:tw-to-amber-200:hover {
    --tw-gradient-to: #fde68a !important;
  }

  .md\:hover\:tw-to-amber-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }

  .md\:hover\:tw-to-amber-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }

  .md\:hover\:tw-to-amber-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }

  .md\:hover\:tw-to-amber-600:hover {
    --tw-gradient-to: #d97706 !important;
  }

  .md\:hover\:tw-to-amber-700:hover {
    --tw-gradient-to: #b45309 !important;
  }

  .md\:hover\:tw-to-amber-800:hover {
    --tw-gradient-to: #92400e !important;
  }

  .md\:hover\:tw-to-amber-900:hover {
    --tw-gradient-to: #78350f !important;
  }

  .md\:hover\:tw-to-orange-50:hover {
    --tw-gradient-to: #fff7ed !important;
  }

  .md\:hover\:tw-to-orange-100:hover {
    --tw-gradient-to: #ffedd5 !important;
  }

  .md\:hover\:tw-to-orange-200:hover {
    --tw-gradient-to: #fed7aa !important;
  }

  .md\:hover\:tw-to-orange-300:hover {
    --tw-gradient-to: #fdba74 !important;
  }

  .md\:hover\:tw-to-orange-400:hover {
    --tw-gradient-to: #fb923c !important;
  }

  .md\:hover\:tw-to-orange-500:hover {
    --tw-gradient-to: #f97316 !important;
  }

  .md\:hover\:tw-to-orange-600:hover {
    --tw-gradient-to: #ea580c !important;
  }

  .md\:hover\:tw-to-orange-700:hover {
    --tw-gradient-to: #c2410c !important;
  }

  .md\:hover\:tw-to-orange-800:hover {
    --tw-gradient-to: #9a3412 !important;
  }

  .md\:hover\:tw-to-orange-900:hover {
    --tw-gradient-to: #7c2d12 !important;
  }

  .md\:hover\:tw-to-yellow-50:hover {
    --tw-gradient-to: #fefce8 !important;
  }

  .md\:hover\:tw-to-yellow-100:hover {
    --tw-gradient-to: #fef9c3 !important;
  }

  .md\:hover\:tw-to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:hover\:tw-to-yellow-300:hover {
    --tw-gradient-to: #fde047 !important;
  }

  .md\:hover\:tw-to-yellow-400:hover {
    --tw-gradient-to: #facc15 !important;
  }

  .md\:hover\:tw-to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:hover\:tw-to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 !important;
  }

  .md\:hover\:tw-to-yellow-700:hover {
    --tw-gradient-to: #a16207 !important;
  }

  .md\:hover\:tw-to-yellow-800:hover {
    --tw-gradient-to: #854d0e !important;
  }

  .md\:hover\:tw-to-yellow-900:hover {
    --tw-gradient-to: #713f12 !important;
  }

  .md\:hover\:tw-to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:hover\:tw-to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:hover\:tw-to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:hover\:tw-to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:hover\:tw-to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:hover\:tw-to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:hover\:tw-to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:hover\:tw-to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:hover\:tw-to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:hover\:tw-to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .md\:hover\:tw-to-green-50:hover {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .md\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #dcfce7 !important;
  }

  .md\:hover\:tw-to-green-200:hover {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .md\:hover\:tw-to-green-300:hover {
    --tw-gradient-to: #86efac !important;
  }

  .md\:hover\:tw-to-green-400:hover {
    --tw-gradient-to: #4ade80 !important;
  }

  .md\:hover\:tw-to-green-500:hover {
    --tw-gradient-to: #22c55e !important;
  }

  .md\:hover\:tw-to-green-600:hover {
    --tw-gradient-to: #16a34a !important;
  }

  .md\:hover\:tw-to-green-700:hover {
    --tw-gradient-to: #15803d !important;
  }

  .md\:hover\:tw-to-green-800:hover {
    --tw-gradient-to: #166534 !important;
  }

  .md\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #14532d !important;
  }

  .md\:hover\:tw-to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:hover\:tw-to-emerald-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:hover\:tw-to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:hover\:tw-to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:hover\:tw-to-emerald-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:hover\:tw-to-emerald-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:hover\:tw-to-emerald-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .md\:hover\:tw-to-emerald-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .md\:hover\:tw-to-emerald-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:hover\:tw-to-emerald-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:hover\:tw-to-teal-50:hover {
    --tw-gradient-to: #f0fdfa !important;
  }

  .md\:hover\:tw-to-teal-100:hover {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .md\:hover\:tw-to-teal-200:hover {
    --tw-gradient-to: #99f6e4 !important;
  }

  .md\:hover\:tw-to-teal-300:hover {
    --tw-gradient-to: #5eead4 !important;
  }

  .md\:hover\:tw-to-teal-400:hover {
    --tw-gradient-to: #2dd4bf !important;
  }

  .md\:hover\:tw-to-teal-500:hover {
    --tw-gradient-to: #14b8a6 !important;
  }

  .md\:hover\:tw-to-teal-600:hover {
    --tw-gradient-to: #0d9488 !important;
  }

  .md\:hover\:tw-to-teal-700:hover {
    --tw-gradient-to: #0f766e !important;
  }

  .md\:hover\:tw-to-teal-800:hover {
    --tw-gradient-to: #115e59 !important;
  }

  .md\:hover\:tw-to-teal-900:hover {
    --tw-gradient-to: #134e4a !important;
  }

  .md\:hover\:tw-to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:hover\:tw-to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:hover\:tw-to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:hover\:tw-to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:hover\:tw-to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:hover\:tw-to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:hover\:tw-to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:hover\:tw-to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:hover\:tw-to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:hover\:tw-to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:hover\:tw-to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff !important;
  }

  .md\:hover\:tw-to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe !important;
  }

  .md\:hover\:tw-to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd !important;
  }

  .md\:hover\:tw-to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc !important;
  }

  .md\:hover\:tw-to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8 !important;
  }

  .md\:hover\:tw-to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .md\:hover\:tw-to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7 !important;
  }

  .md\:hover\:tw-to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1 !important;
  }

  .md\:hover\:tw-to-lightBlue-800:hover {
    --tw-gradient-to: #075985 !important;
  }

  .md\:hover\:tw-to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e !important;
  }

  .md\:hover\:tw-to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:hover\:tw-to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:hover\:tw-to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:hover\:tw-to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:hover\:tw-to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:hover\:tw-to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:hover\:tw-to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:hover\:tw-to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:hover\:tw-to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:hover\:tw-to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:hover\:tw-to-violet-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }

  .md\:hover\:tw-to-violet-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }

  .md\:hover\:tw-to-violet-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }

  .md\:hover\:tw-to-violet-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }

  .md\:hover\:tw-to-violet-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }

  .md\:hover\:tw-to-violet-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .md\:hover\:tw-to-violet-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }

  .md\:hover\:tw-to-violet-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }

  .md\:hover\:tw-to-violet-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }

  .md\:hover\:tw-to-violet-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }

  .md\:hover\:tw-to-purple-50:hover {
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:hover\:tw-to-purple-100:hover {
    --tw-gradient-to: #f3e8ff !important;
  }

  .md\:hover\:tw-to-purple-200:hover {
    --tw-gradient-to: #e9d5ff !important;
  }

  .md\:hover\:tw-to-purple-300:hover {
    --tw-gradient-to: #d8b4fe !important;
  }

  .md\:hover\:tw-to-purple-400:hover {
    --tw-gradient-to: #c084fc !important;
  }

  .md\:hover\:tw-to-purple-500:hover {
    --tw-gradient-to: #a855f7 !important;
  }

  .md\:hover\:tw-to-purple-600:hover {
    --tw-gradient-to: #9333ea !important;
  }

  .md\:hover\:tw-to-purple-700:hover {
    --tw-gradient-to: #7e22ce !important;
  }

  .md\:hover\:tw-to-purple-800:hover {
    --tw-gradient-to: #6b21a8 !important;
  }

  .md\:hover\:tw-to-purple-900:hover {
    --tw-gradient-to: #581c87 !important;
  }

  .md\:hover\:tw-to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff !important;
  }

  .md\:hover\:tw-to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff !important;
  }

  .md\:hover\:tw-to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe !important;
  }

  .md\:hover\:tw-to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc !important;
  }

  .md\:hover\:tw-to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9 !important;
  }

  .md\:hover\:tw-to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef !important;
  }

  .md\:hover\:tw-to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3 !important;
  }

  .md\:hover\:tw-to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf !important;
  }

  .md\:hover\:tw-to-fuchsia-800:hover {
    --tw-gradient-to: #86198f !important;
  }

  .md\:hover\:tw-to-fuchsia-900:hover {
    --tw-gradient-to: #701a75 !important;
  }

  .md\:hover\:tw-to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:hover\:tw-to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:hover\:tw-to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:hover\:tw-to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:hover\:tw-to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:hover\:tw-to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:hover\:tw-to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:hover\:tw-to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .md\:hover\:tw-to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:hover\:tw-to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .md\:hover\:tw-to-rose-50:hover {
    --tw-gradient-to: #fff1f2 !important;
  }

  .md\:hover\:tw-to-rose-100:hover {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .md\:hover\:tw-to-rose-200:hover {
    --tw-gradient-to: #fecdd3 !important;
  }

  .md\:hover\:tw-to-rose-300:hover {
    --tw-gradient-to: #fda4af !important;
  }

  .md\:hover\:tw-to-rose-400:hover {
    --tw-gradient-to: #fb7185 !important;
  }

  .md\:hover\:tw-to-rose-500:hover {
    --tw-gradient-to: #f43f5e !important;
  }

  .md\:hover\:tw-to-rose-600:hover {
    --tw-gradient-to: #e11d48 !important;
  }

  .md\:hover\:tw-to-rose-700:hover {
    --tw-gradient-to: #be123c !important;
  }

  .md\:hover\:tw-to-rose-800:hover {
    --tw-gradient-to: #9f1239 !important;
  }

  .md\:hover\:tw-to-rose-900:hover {
    --tw-gradient-to: #881337 !important;
  }

  .md\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:tw-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:tw-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:tw-from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:tw-from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-500:focus {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-600:focus {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-700:focus {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-800:focus {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:tw-from-blueGray-900:focus {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:tw-from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:tw-from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:tw-from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:tw-from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:tw-from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:tw-from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:tw-from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:tw-from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:tw-from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:tw-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:tw-from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:tw-from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:tw-from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:tw-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:tw-from-amber-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:focus\:tw-from-amber-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:focus\:tw-from-amber-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:focus\:tw-from-amber-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:focus\:tw-from-amber-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:focus\:tw-from-amber-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:tw-from-amber-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:focus\:tw-from-amber-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:tw-from-amber-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:focus\:tw-from-amber-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:focus\:tw-from-orange-50:focus {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:tw-from-orange-100:focus {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:tw-from-orange-200:focus {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:tw-from-orange-300:focus {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:tw-from-orange-400:focus {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:tw-from-orange-500:focus {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:tw-from-orange-600:focus {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:tw-from-orange-700:focus {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:tw-from-orange-800:focus {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:tw-from-orange-900:focus {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-50:focus {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-100:focus {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-300:focus {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-400:focus {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-600:focus {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-700:focus {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-800:focus {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:tw-from-yellow-900:focus {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:tw-from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:tw-from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:tw-from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:tw-from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:tw-from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:tw-from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:tw-from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:tw-from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:tw-from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:tw-from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:tw-from-green-50:focus {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:tw-from-green-200:focus {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:tw-from-green-300:focus {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:tw-from-green-400:focus {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:tw-from-green-500:focus {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:tw-from-green-600:focus {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:tw-from-green-700:focus {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:tw-from-green-800:focus {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:tw-from-emerald-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:tw-from-teal-50:focus {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:tw-from-teal-100:focus {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:tw-from-teal-200:focus {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:tw-from-teal-300:focus {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:tw-from-teal-400:focus {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:tw-from-teal-500:focus {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:tw-from-teal-600:focus {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:tw-from-teal-700:focus {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:tw-from-teal-800:focus {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:tw-from-teal-900:focus {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:tw-from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-800:focus {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:focus\:tw-from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:tw-from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:tw-from-violet-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:tw-from-violet-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:tw-from-violet-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:tw-from-violet-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:tw-from-violet-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:tw-from-violet-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:tw-from-violet-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:tw-from-violet-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:tw-from-violet-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:tw-from-violet-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:tw-from-purple-50:focus {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-100:focus {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-200:focus {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:focus\:tw-from-purple-300:focus {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:focus\:tw-from-purple-400:focus {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:focus\:tw-from-purple-500:focus {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:focus\:tw-from-purple-600:focus {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:focus\:tw-from-purple-700:focus {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:focus\:tw-from-purple-800:focus {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:focus\:tw-from-purple-900:focus {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-800:focus {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:focus\:tw-from-fuchsia-900:focus {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:focus\:tw-from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:tw-from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:tw-from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:tw-from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:tw-from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:tw-from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:tw-from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:tw-from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:tw-from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:tw-from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:tw-from-rose-50:focus {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:focus\:tw-from-rose-100:focus {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:focus\:tw-from-rose-200:focus {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:focus\:tw-from-rose-300:focus {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:focus\:tw-from-rose-400:focus {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:focus\:tw-from-rose-500:focus {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:focus\:tw-from-rose-600:focus {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:focus\:tw-from-rose-700:focus {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:focus\:tw-from-rose-800:focus {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:focus\:tw-from-rose-900:focus {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:tw-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:tw-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:tw-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:tw-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .md\:focus\:tw-via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .md\:focus\:tw-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:tw-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:tw-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:tw-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:tw-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:tw-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:tw-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:tw-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:tw-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:tw-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:tw-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:tw-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:tw-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:tw-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:tw-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:tw-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:tw-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:tw-via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .md\:focus\:tw-via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .md\:focus\:tw-via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .md\:focus\:tw-via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .md\:focus\:tw-via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .md\:focus\:tw-via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .md\:focus\:tw-via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .md\:focus\:tw-via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .md\:focus\:tw-via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .md\:focus\:tw-via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .md\:focus\:tw-via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .md\:focus\:tw-via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .md\:focus\:tw-via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .md\:focus\:tw-via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .md\:focus\:tw-via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .md\:focus\:tw-via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .md\:focus\:tw-via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .md\:focus\:tw-via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .md\:focus\:tw-via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .md\:focus\:tw-via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .md\:focus\:tw-via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .md\:focus\:tw-via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:tw-via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:tw-via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:tw-via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:tw-via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:tw-via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:tw-via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:tw-via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:tw-via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:tw-via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:tw-via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .md\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .md\:focus\:tw-via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .md\:focus\:tw-via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .md\:focus\:tw-via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .md\:focus\:tw-via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .md\:focus\:tw-via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .md\:focus\:tw-via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .md\:focus\:tw-via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .md\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:tw-via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:tw-via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .md\:focus\:tw-via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .md\:focus\:tw-via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .md\:focus\:tw-via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .md\:focus\:tw-via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .md\:focus\:tw-via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .md\:focus\:tw-via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .md\:focus\:tw-via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .md\:focus\:tw-via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .md\:focus\:tw-via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:tw-via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .md\:focus\:tw-via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:tw-via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:tw-via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .md\:focus\:tw-via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .md\:focus\:tw-via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .md\:focus\:tw-via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .md\:focus\:tw-via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .md\:focus\:tw-via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .md\:focus\:tw-via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .md\:focus\:tw-via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .md\:focus\:tw-via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .md\:focus\:tw-via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .md\:focus\:tw-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .md\:focus\:tw-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .md\:focus\:tw-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .md\:focus\:tw-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .md\:focus\:tw-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .md\:focus\:tw-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .md\:focus\:tw-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .md\:focus\:tw-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .md\:focus\:tw-via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .md\:focus\:tw-via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:tw-via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:tw-via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:tw-via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:tw-via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:tw-via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:tw-via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:tw-via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:tw-via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:tw-via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:tw-via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .md\:focus\:tw-via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .md\:focus\:tw-via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .md\:focus\:tw-via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .md\:focus\:tw-via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .md\:focus\:tw-via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .md\:focus\:tw-via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .md\:focus\:tw-via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .md\:focus\:tw-via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .md\:focus\:tw-via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .md\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:focus\:tw-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:focus\:tw-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:focus\:tw-to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .md\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .md\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .md\:focus\:tw-to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .md\:focus\:tw-to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc !important;
  }

  .md\:focus\:tw-to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .md\:focus\:tw-to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .md\:focus\:tw-to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .md\:focus\:tw-to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8 !important;
  }

  .md\:focus\:tw-to-blueGray-500:focus {
    --tw-gradient-to: #64748b !important;
  }

  .md\:focus\:tw-to-blueGray-600:focus {
    --tw-gradient-to: #475569 !important;
  }

  .md\:focus\:tw-to-blueGray-700:focus {
    --tw-gradient-to: #334155 !important;
  }

  .md\:focus\:tw-to-blueGray-800:focus {
    --tw-gradient-to: #1e293b !important;
  }

  .md\:focus\:tw-to-blueGray-900:focus {
    --tw-gradient-to: #0f172a !important;
  }

  .md\:focus\:tw-to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:focus\:tw-to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:focus\:tw-to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:focus\:tw-to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:focus\:tw-to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:focus\:tw-to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:focus\:tw-to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:focus\:tw-to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:focus\:tw-to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:focus\:tw-to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:focus\:tw-to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:focus\:tw-to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:focus\:tw-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:focus\:tw-to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:focus\:tw-to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:focus\:tw-to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:focus\:tw-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:focus\:tw-to-amber-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }

  .md\:focus\:tw-to-amber-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }

  .md\:focus\:tw-to-amber-200:focus {
    --tw-gradient-to: #fde68a !important;
  }

  .md\:focus\:tw-to-amber-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }

  .md\:focus\:tw-to-amber-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }

  .md\:focus\:tw-to-amber-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }

  .md\:focus\:tw-to-amber-600:focus {
    --tw-gradient-to: #d97706 !important;
  }

  .md\:focus\:tw-to-amber-700:focus {
    --tw-gradient-to: #b45309 !important;
  }

  .md\:focus\:tw-to-amber-800:focus {
    --tw-gradient-to: #92400e !important;
  }

  .md\:focus\:tw-to-amber-900:focus {
    --tw-gradient-to: #78350f !important;
  }

  .md\:focus\:tw-to-orange-50:focus {
    --tw-gradient-to: #fff7ed !important;
  }

  .md\:focus\:tw-to-orange-100:focus {
    --tw-gradient-to: #ffedd5 !important;
  }

  .md\:focus\:tw-to-orange-200:focus {
    --tw-gradient-to: #fed7aa !important;
  }

  .md\:focus\:tw-to-orange-300:focus {
    --tw-gradient-to: #fdba74 !important;
  }

  .md\:focus\:tw-to-orange-400:focus {
    --tw-gradient-to: #fb923c !important;
  }

  .md\:focus\:tw-to-orange-500:focus {
    --tw-gradient-to: #f97316 !important;
  }

  .md\:focus\:tw-to-orange-600:focus {
    --tw-gradient-to: #ea580c !important;
  }

  .md\:focus\:tw-to-orange-700:focus {
    --tw-gradient-to: #c2410c !important;
  }

  .md\:focus\:tw-to-orange-800:focus {
    --tw-gradient-to: #9a3412 !important;
  }

  .md\:focus\:tw-to-orange-900:focus {
    --tw-gradient-to: #7c2d12 !important;
  }

  .md\:focus\:tw-to-yellow-50:focus {
    --tw-gradient-to: #fefce8 !important;
  }

  .md\:focus\:tw-to-yellow-100:focus {
    --tw-gradient-to: #fef9c3 !important;
  }

  .md\:focus\:tw-to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:focus\:tw-to-yellow-300:focus {
    --tw-gradient-to: #fde047 !important;
  }

  .md\:focus\:tw-to-yellow-400:focus {
    --tw-gradient-to: #facc15 !important;
  }

  .md\:focus\:tw-to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:focus\:tw-to-yellow-600:focus {
    --tw-gradient-to: #ca8a04 !important;
  }

  .md\:focus\:tw-to-yellow-700:focus {
    --tw-gradient-to: #a16207 !important;
  }

  .md\:focus\:tw-to-yellow-800:focus {
    --tw-gradient-to: #854d0e !important;
  }

  .md\:focus\:tw-to-yellow-900:focus {
    --tw-gradient-to: #713f12 !important;
  }

  .md\:focus\:tw-to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:focus\:tw-to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:focus\:tw-to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:focus\:tw-to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:focus\:tw-to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:focus\:tw-to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:focus\:tw-to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:focus\:tw-to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:focus\:tw-to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:focus\:tw-to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .md\:focus\:tw-to-green-50:focus {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .md\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #dcfce7 !important;
  }

  .md\:focus\:tw-to-green-200:focus {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .md\:focus\:tw-to-green-300:focus {
    --tw-gradient-to: #86efac !important;
  }

  .md\:focus\:tw-to-green-400:focus {
    --tw-gradient-to: #4ade80 !important;
  }

  .md\:focus\:tw-to-green-500:focus {
    --tw-gradient-to: #22c55e !important;
  }

  .md\:focus\:tw-to-green-600:focus {
    --tw-gradient-to: #16a34a !important;
  }

  .md\:focus\:tw-to-green-700:focus {
    --tw-gradient-to: #15803d !important;
  }

  .md\:focus\:tw-to-green-800:focus {
    --tw-gradient-to: #166534 !important;
  }

  .md\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #14532d !important;
  }

  .md\:focus\:tw-to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:focus\:tw-to-emerald-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:focus\:tw-to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:focus\:tw-to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:focus\:tw-to-emerald-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:focus\:tw-to-emerald-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:focus\:tw-to-emerald-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .md\:focus\:tw-to-emerald-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .md\:focus\:tw-to-emerald-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:focus\:tw-to-emerald-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:focus\:tw-to-teal-50:focus {
    --tw-gradient-to: #f0fdfa !important;
  }

  .md\:focus\:tw-to-teal-100:focus {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .md\:focus\:tw-to-teal-200:focus {
    --tw-gradient-to: #99f6e4 !important;
  }

  .md\:focus\:tw-to-teal-300:focus {
    --tw-gradient-to: #5eead4 !important;
  }

  .md\:focus\:tw-to-teal-400:focus {
    --tw-gradient-to: #2dd4bf !important;
  }

  .md\:focus\:tw-to-teal-500:focus {
    --tw-gradient-to: #14b8a6 !important;
  }

  .md\:focus\:tw-to-teal-600:focus {
    --tw-gradient-to: #0d9488 !important;
  }

  .md\:focus\:tw-to-teal-700:focus {
    --tw-gradient-to: #0f766e !important;
  }

  .md\:focus\:tw-to-teal-800:focus {
    --tw-gradient-to: #115e59 !important;
  }

  .md\:focus\:tw-to-teal-900:focus {
    --tw-gradient-to: #134e4a !important;
  }

  .md\:focus\:tw-to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:focus\:tw-to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:focus\:tw-to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:focus\:tw-to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:focus\:tw-to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:focus\:tw-to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:focus\:tw-to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:focus\:tw-to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:focus\:tw-to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:focus\:tw-to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:focus\:tw-to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff !important;
  }

  .md\:focus\:tw-to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe !important;
  }

  .md\:focus\:tw-to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd !important;
  }

  .md\:focus\:tw-to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc !important;
  }

  .md\:focus\:tw-to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8 !important;
  }

  .md\:focus\:tw-to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .md\:focus\:tw-to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7 !important;
  }

  .md\:focus\:tw-to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1 !important;
  }

  .md\:focus\:tw-to-lightBlue-800:focus {
    --tw-gradient-to: #075985 !important;
  }

  .md\:focus\:tw-to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e !important;
  }

  .md\:focus\:tw-to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:focus\:tw-to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:focus\:tw-to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:focus\:tw-to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:focus\:tw-to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:focus\:tw-to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:focus\:tw-to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:focus\:tw-to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:focus\:tw-to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:focus\:tw-to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:focus\:tw-to-violet-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }

  .md\:focus\:tw-to-violet-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }

  .md\:focus\:tw-to-violet-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }

  .md\:focus\:tw-to-violet-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }

  .md\:focus\:tw-to-violet-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }

  .md\:focus\:tw-to-violet-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .md\:focus\:tw-to-violet-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }

  .md\:focus\:tw-to-violet-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }

  .md\:focus\:tw-to-violet-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }

  .md\:focus\:tw-to-violet-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }

  .md\:focus\:tw-to-purple-50:focus {
    --tw-gradient-to: #faf5ff !important;
  }

  .md\:focus\:tw-to-purple-100:focus {
    --tw-gradient-to: #f3e8ff !important;
  }

  .md\:focus\:tw-to-purple-200:focus {
    --tw-gradient-to: #e9d5ff !important;
  }

  .md\:focus\:tw-to-purple-300:focus {
    --tw-gradient-to: #d8b4fe !important;
  }

  .md\:focus\:tw-to-purple-400:focus {
    --tw-gradient-to: #c084fc !important;
  }

  .md\:focus\:tw-to-purple-500:focus {
    --tw-gradient-to: #a855f7 !important;
  }

  .md\:focus\:tw-to-purple-600:focus {
    --tw-gradient-to: #9333ea !important;
  }

  .md\:focus\:tw-to-purple-700:focus {
    --tw-gradient-to: #7e22ce !important;
  }

  .md\:focus\:tw-to-purple-800:focus {
    --tw-gradient-to: #6b21a8 !important;
  }

  .md\:focus\:tw-to-purple-900:focus {
    --tw-gradient-to: #581c87 !important;
  }

  .md\:focus\:tw-to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff !important;
  }

  .md\:focus\:tw-to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff !important;
  }

  .md\:focus\:tw-to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe !important;
  }

  .md\:focus\:tw-to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc !important;
  }

  .md\:focus\:tw-to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9 !important;
  }

  .md\:focus\:tw-to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef !important;
  }

  .md\:focus\:tw-to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3 !important;
  }

  .md\:focus\:tw-to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf !important;
  }

  .md\:focus\:tw-to-fuchsia-800:focus {
    --tw-gradient-to: #86198f !important;
  }

  .md\:focus\:tw-to-fuchsia-900:focus {
    --tw-gradient-to: #701a75 !important;
  }

  .md\:focus\:tw-to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:focus\:tw-to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:focus\:tw-to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:focus\:tw-to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:focus\:tw-to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:focus\:tw-to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:focus\:tw-to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:focus\:tw-to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .md\:focus\:tw-to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:focus\:tw-to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .md\:focus\:tw-to-rose-50:focus {
    --tw-gradient-to: #fff1f2 !important;
  }

  .md\:focus\:tw-to-rose-100:focus {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .md\:focus\:tw-to-rose-200:focus {
    --tw-gradient-to: #fecdd3 !important;
  }

  .md\:focus\:tw-to-rose-300:focus {
    --tw-gradient-to: #fda4af !important;
  }

  .md\:focus\:tw-to-rose-400:focus {
    --tw-gradient-to: #fb7185 !important;
  }

  .md\:focus\:tw-to-rose-500:focus {
    --tw-gradient-to: #f43f5e !important;
  }

  .md\:focus\:tw-to-rose-600:focus {
    --tw-gradient-to: #e11d48 !important;
  }

  .md\:focus\:tw-to-rose-700:focus {
    --tw-gradient-to: #be123c !important;
  }

  .md\:focus\:tw-to-rose-800:focus {
    --tw-gradient-to: #9f1239 !important;
  }

  .md\:focus\:tw-to-rose-900:focus {
    --tw-gradient-to: #881337 !important;
  }

  .md\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .md\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .md\:active\:tw-bg-opacity-0:active {
    --tw-bg-opacity: 0 !important;
  }

  .md\:active\:tw-bg-opacity-5:active {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:active\:tw-bg-opacity-10:active {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:active\:tw-bg-opacity-20:active {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:active\:tw-bg-opacity-25:active {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:active\:tw-bg-opacity-30:active {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:active\:tw-bg-opacity-40:active {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:active\:tw-bg-opacity-50:active {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:active\:tw-bg-opacity-60:active {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:active\:tw-bg-opacity-70:active {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:active\:tw-bg-opacity-75:active {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:active\:tw-bg-opacity-80:active {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:active\:tw-bg-opacity-90:active {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:active\:tw-bg-opacity-95:active {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:active\:tw-bg-opacity-100:active {
    --tw-bg-opacity: 1 !important;
  }

  .md\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .md\:tw-bg-center {
    background-position: center !important;
  }

  .md\:tw-bg-left {
    background-position: left !important;
  }

  .md\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:tw-bg-left-top {
    background-position: left top !important;
  }

  .md\:tw-bg-right {
    background-position: right !important;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:tw-bg-right-top {
    background-position: right top !important;
  }

  .md\:tw-bg-top {
    background-position: top !important;
  }

  .md\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:tw-bg-auto {
    background-size: auto !important;
  }

  .md\:tw-bg-cover {
    background-size: cover !important;
  }

  .md\:tw-bg-contain {
    background-size: contain !important;
  }

  .md\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .md\:tw-border-separate {
    border-collapse: separate !important;
  }

  .md\:tw-border-transparent {
    border-color: transparent !important;
  }

  .md\:tw-border-current {
    border-color: currentColor !important;
  }

  .md\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blueGray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-amber-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-orange-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-emerald-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-teal-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-lightBlue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-violet-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-fuchsia-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:tw-border-rose-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blueGray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-amber-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-orange-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-emerald-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-teal-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-lightBlue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-violet-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-fuchsia-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:tw-border-rose-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blueGray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-amber-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-orange-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-emerald-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-teal-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-lightBlue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-violet-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-fuchsia-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:tw-border-rose-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .md\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .md\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .md\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .md\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .md\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .md\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .md\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .md\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:tw-border-solid {
    border-style: solid !important;
  }

  .md\:tw-border-dashed {
    border-style: dashed !important;
  }

  .md\:tw-border-dotted {
    border-style: dotted !important;
  }

  .md\:tw-border-double {
    border-style: double !important;
  }

  .md\:tw-border-none {
    border-style: none !important;
  }

  .md\:tw-border-0 {
    border-width: 0px !important;
  }

  .md\:tw-border-2 {
    border-width: 2px !important;
  }

  .md\:tw-border-4 {
    border-width: 4px !important;
  }

  .md\:tw-border-8 {
    border-width: 8px !important;
  }

  .md\:tw-border {
    border-width: 1px !important;
  }

  .md\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .md\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:tw-border-t {
    border-top-width: 1px !important;
  }

  .md\:tw-border-r {
    border-right-width: 1px !important;
  }

  .md\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .md\:tw-border-l {
    border-left-width: 1px !important;
  }

  .md\:tw-box-border {
    box-sizing: border-box !important;
  }

  .md\:tw-box-content {
    box-sizing: content-box !important;
  }

  .md\:tw-cursor-auto {
    cursor: auto !important;
  }

  .md\:tw-cursor-default {
    cursor: default !important;
  }

  .md\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .md\:tw-cursor-wait {
    cursor: wait !important;
  }

  .md\:tw-cursor-text {
    cursor: text !important;
  }

  .md\:tw-cursor-move {
    cursor: move !important;
  }

  .md\:tw-cursor-help {
    cursor: help !important;
  }

  .md\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-inline-block {
    display: inline-block !important;
  }

  .md\:tw-inline {
    display: inline !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-inline-flex {
    display: inline-flex !important;
  }

  .md\:tw-table {
    display: table !important;
  }

  .md\:tw-table-caption {
    display: table-caption !important;
  }

  .md\:tw-table-cell {
    display: table-cell !important;
  }

  .md\:tw-table-column {
    display: table-column !important;
  }

  .md\:tw-table-column-group {
    display: table-column-group !important;
  }

  .md\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .md\:tw-table-header-group {
    display: table-header-group !important;
  }

  .md\:tw-table-row-group {
    display: table-row-group !important;
  }

  .md\:tw-table-row {
    display: table-row !important;
  }

  .md\:tw-flow-root {
    display: flow-root !important;
  }

  .md\:tw-grid {
    display: grid !important;
  }

  .md\:tw-inline-grid {
    display: inline-grid !important;
  }

  .md\:tw-contents {
    display: contents !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:tw-flex-col {
    flex-direction: column !important;
  }

  .md\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:tw-place-items-auto {
    place-items: auto !important;
  }

  .md\:tw-place-items-start {
    place-items: start !important;
  }

  .md\:tw-place-items-end {
    place-items: end !important;
  }

  .md\:tw-place-items-center {
    place-items: center !important;
  }

  .md\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .md\:tw-place-content-center {
    place-content: center !important;
  }

  .md\:tw-place-content-start {
    place-content: start !important;
  }

  .md\:tw-place-content-end {
    place-content: end !important;
  }

  .md\:tw-place-content-between {
    place-content: space-between !important;
  }

  .md\:tw-place-content-around {
    place-content: space-around !important;
  }

  .md\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .md\:tw-place-self-auto {
    place-self: auto !important;
  }

  .md\:tw-place-self-start {
    place-self: start !important;
  }

  .md\:tw-place-self-end {
    place-self: end !important;
  }

  .md\:tw-place-self-center {
    place-self: center !important;
  }

  .md\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .md\:tw-items-start {
    align-items: flex-start !important;
  }

  .md\:tw-items-end {
    align-items: flex-end !important;
  }

  .md\:tw-items-center {
    align-items: center !important;
  }

  .md\:tw-items-baseline {
    align-items: baseline !important;
  }

  .md\:tw-items-stretch {
    align-items: stretch !important;
  }

  .md\:tw-content-center {
    align-content: center !important;
  }

  .md\:tw-content-start {
    align-content: flex-start !important;
  }

  .md\:tw-content-end {
    align-content: flex-end !important;
  }

  .md\:tw-content-between {
    align-content: space-between !important;
  }

  .md\:tw-content-around {
    align-content: space-around !important;
  }

  .md\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .md\:tw-self-auto {
    align-self: auto !important;
  }

  .md\:tw-self-start {
    align-self: flex-start !important;
  }

  .md\:tw-self-end {
    align-self: flex-end !important;
  }

  .md\:tw-self-center {
    align-self: center !important;
  }

  .md\:tw-self-stretch {
    align-self: stretch !important;
  }

  .md\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .md\:tw-justify-items-start {
    justify-items: start !important;
  }

  .md\:tw-justify-items-end {
    justify-items: end !important;
  }

  .md\:tw-justify-items-center {
    justify-items: center !important;
  }

  .md\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .md\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .md\:tw-justify-center {
    justify-content: center !important;
  }

  .md\:tw-justify-between {
    justify-content: space-between !important;
  }

  .md\:tw-justify-around {
    justify-content: space-around !important;
  }

  .md\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .md\:tw-justify-self-start {
    justify-self: start !important;
  }

  .md\:tw-justify-self-end {
    justify-self: end !important;
  }

  .md\:tw-justify-self-center {
    justify-self: center !important;
  }

  .md\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:tw-flex-none {
    flex: none !important;
  }

  .md\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .md\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:tw-order-1 {
    order: 1 !important;
  }

  .md\:tw-order-2 {
    order: 2 !important;
  }

  .md\:tw-order-3 {
    order: 3 !important;
  }

  .md\:tw-order-4 {
    order: 4 !important;
  }

  .md\:tw-order-5 {
    order: 5 !important;
  }

  .md\:tw-order-6 {
    order: 6 !important;
  }

  .md\:tw-order-7 {
    order: 7 !important;
  }

  .md\:tw-order-8 {
    order: 8 !important;
  }

  .md\:tw-order-9 {
    order: 9 !important;
  }

  .md\:tw-order-10 {
    order: 10 !important;
  }

  .md\:tw-order-11 {
    order: 11 !important;
  }

  .md\:tw-order-12 {
    order: 12 !important;
  }

  .md\:tw-order-first {
    order: -9999 !important;
  }

  .md\:tw-order-last {
    order: 9999 !important;
  }

  .md\:tw-order-none {
    order: 0 !important;
  }

  .md\:tw-float-right {
    float: right !important;
  }

  .md\:tw-float-left {
    float: left !important;
  }

  .md\:tw-float-none {
    float: none !important;
  }

  .md\:tw-clear-left {
    clear: left !important;
  }

  .md\:tw-clear-right {
    clear: right !important;
  }

  .md\:tw-clear-both {
    clear: both !important;
  }

  .md\:tw-clear-none {
    clear: none !important;
  }

  .md\:tw-font-inter {
    font-family: Inter, sans-serif !important;
  }

  .md\:tw-font-nunito {
    font-family: Nunito, sans-serif !important;
  }

  .md\:tw-font-thin {
    font-weight: 100 !important;
  }

  .md\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .md\:tw-font-light {
    font-weight: 300 !important;
  }

  .md\:tw-font-normal {
    font-weight: 400 !important;
  }

  .md\:tw-font-medium {
    font-weight: 500 !important;
  }

  .md\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .md\:tw-font-bold {
    font-weight: 700 !important;
  }

  .md\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .md\:tw-font-black {
    font-weight: 900 !important;
  }

  .md\:tw-h-0 {
    height: 0px !important;
  }

  .md\:tw-h-1 {
    height: 0.25rem !important;
  }

  .md\:tw-h-2 {
    height: 0.5rem !important;
  }

  .md\:tw-h-3 {
    height: 0.75rem !important;
  }

  .md\:tw-h-4 {
    height: 1rem !important;
  }

  .md\:tw-h-5 {
    height: 1.25rem !important;
  }

  .md\:tw-h-6 {
    height: 1.5rem !important;
  }

  .md\:tw-h-7 {
    height: 1.75rem !important;
  }

  .md\:tw-h-8 {
    height: 2rem !important;
  }

  .md\:tw-h-9 {
    height: 2.25rem !important;
  }

  .md\:tw-h-10 {
    height: 2.5rem !important;
  }

  .md\:tw-h-11 {
    height: 2.75rem !important;
  }

  .md\:tw-h-12 {
    height: 3rem !important;
  }

  .md\:tw-h-14 {
    height: 3.5rem !important;
  }

  .md\:tw-h-16 {
    height: 4rem !important;
  }

  .md\:tw-h-20 {
    height: 5rem !important;
  }

  .md\:tw-h-24 {
    height: 6rem !important;
  }

  .md\:tw-h-28 {
    height: 7rem !important;
  }

  .md\:tw-h-32 {
    height: 8rem !important;
  }

  .md\:tw-h-36 {
    height: 9rem !important;
  }

  .md\:tw-h-40 {
    height: 10rem !important;
  }

  .md\:tw-h-44 {
    height: 11rem !important;
  }

  .md\:tw-h-48 {
    height: 12rem !important;
  }

  .md\:tw-h-52 {
    height: 13rem !important;
  }

  .md\:tw-h-56 {
    height: 14rem !important;
  }

  .md\:tw-h-60 {
    height: 15rem !important;
  }

  .md\:tw-h-64 {
    height: 16rem !important;
  }

  .md\:tw-h-72 {
    height: 18rem !important;
  }

  .md\:tw-h-80 {
    height: 20rem !important;
  }

  .md\:tw-h-96 {
    height: 24rem !important;
  }

  .md\:tw-h-auto {
    height: auto !important;
  }

  .md\:tw-h-px {
    height: 1px !important;
  }

  .md\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .md\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .md\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .md\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .md\:tw-h-1\/2 {
    height: 50% !important;
  }

  .md\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:tw-h-1\/4 {
    height: 25% !important;
  }

  .md\:tw-h-2\/4 {
    height: 50% !important;
  }

  .md\:tw-h-3\/4 {
    height: 75% !important;
  }

  .md\:tw-h-1\/5 {
    height: 20% !important;
  }

  .md\:tw-h-2\/5 {
    height: 40% !important;
  }

  .md\:tw-h-3\/5 {
    height: 60% !important;
  }

  .md\:tw-h-4\/5 {
    height: 80% !important;
  }

  .md\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:tw-h-3\/6 {
    height: 50% !important;
  }

  .md\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:tw-h-full {
    height: 100% !important;
  }

  .md\:tw-h-screen {
    height: 100vh !important;
  }

  .md\:tw-text-xs {
    font-size: .75rem !important;
  }

  .md\:tw-text-sm {
    font-size: .875rem !important;
  }

  .md\:tw-text-tiny {
    font-size: .875rem !important;
  }

  .md\:tw-text-base {
    font-size: 1rem !important;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem !important;
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important;
  }

  .md\:tw-text-6xl {
    font-size: 4rem !important;
  }

  .md\:tw-text-7xl {
    font-size: 5rem !important;
  }

  .md\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .md\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .md\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .md\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:tw-leading-none {
    line-height: 1 !important;
  }

  .md\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .md\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .md\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .md\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:tw-leading-loose {
    line-height: 2 !important;
  }

  .md\:tw-list-inside {
    list-style-position: inside !important;
  }

  .md\:tw-list-outside {
    list-style-position: outside !important;
  }

  .md\:tw-list-none {
    list-style-type: none !important;
  }

  .md\:tw-list-disc {
    list-style-type: disc !important;
  }

  .md\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .md\:tw-m-0 {
    margin: 0px !important;
  }

  .md\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .md\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .md\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .md\:tw-m-4 {
    margin: 1rem !important;
  }

  .md\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .md\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .md\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .md\:tw-m-8 {
    margin: 2rem !important;
  }

  .md\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .md\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .md\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .md\:tw-m-12 {
    margin: 3rem !important;
  }

  .md\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .md\:tw-m-16 {
    margin: 4rem !important;
  }

  .md\:tw-m-20 {
    margin: 5rem !important;
  }

  .md\:tw-m-24 {
    margin: 6rem !important;
  }

  .md\:tw-m-28 {
    margin: 7rem !important;
  }

  .md\:tw-m-32 {
    margin: 8rem !important;
  }

  .md\:tw-m-36 {
    margin: 9rem !important;
  }

  .md\:tw-m-40 {
    margin: 10rem !important;
  }

  .md\:tw-m-44 {
    margin: 11rem !important;
  }

  .md\:tw-m-48 {
    margin: 12rem !important;
  }

  .md\:tw-m-52 {
    margin: 13rem !important;
  }

  .md\:tw-m-56 {
    margin: 14rem !important;
  }

  .md\:tw-m-60 {
    margin: 15rem !important;
  }

  .md\:tw-m-64 {
    margin: 16rem !important;
  }

  .md\:tw-m-72 {
    margin: 18rem !important;
  }

  .md\:tw-m-80 {
    margin: 20rem !important;
  }

  .md\:tw-m-96 {
    margin: 24rem !important;
  }

  .md\:tw-m-auto {
    margin: auto !important;
  }

  .md\:tw-m-px {
    margin: 1px !important;
  }

  .md\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:tw--m-0 {
    margin: 0px !important;
  }

  .md\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .md\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .md\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .md\:tw--m-4 {
    margin: -1rem !important;
  }

  .md\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .md\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .md\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .md\:tw--m-8 {
    margin: -2rem !important;
  }

  .md\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .md\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .md\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .md\:tw--m-12 {
    margin: -3rem !important;
  }

  .md\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .md\:tw--m-16 {
    margin: -4rem !important;
  }

  .md\:tw--m-20 {
    margin: -5rem !important;
  }

  .md\:tw--m-24 {
    margin: -6rem !important;
  }

  .md\:tw--m-28 {
    margin: -7rem !important;
  }

  .md\:tw--m-32 {
    margin: -8rem !important;
  }

  .md\:tw--m-36 {
    margin: -9rem !important;
  }

  .md\:tw--m-40 {
    margin: -10rem !important;
  }

  .md\:tw--m-44 {
    margin: -11rem !important;
  }

  .md\:tw--m-48 {
    margin: -12rem !important;
  }

  .md\:tw--m-52 {
    margin: -13rem !important;
  }

  .md\:tw--m-56 {
    margin: -14rem !important;
  }

  .md\:tw--m-60 {
    margin: -15rem !important;
  }

  .md\:tw--m-64 {
    margin: -16rem !important;
  }

  .md\:tw--m-72 {
    margin: -18rem !important;
  }

  .md\:tw--m-80 {
    margin: -20rem !important;
  }

  .md\:tw--m-96 {
    margin: -24rem !important;
  }

  .md\:tw--m-px {
    margin: -1px !important;
  }

  .md\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .md\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .md\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .md\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .md\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .md\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .md\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .md\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .md\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .md\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .md\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .md\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .md\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .md\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .md\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .md\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .md\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .md\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .md\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .md\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .md\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .md\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .md\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .md\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .md\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .md\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .md\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .md\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .md\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .md\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .md\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .md\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .md\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .md\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .md\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .md\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .md\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .md\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .md\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .md\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .md\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .md\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .md\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .md\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .md\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .md\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .md\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .md\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .md\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .md\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .md\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .md\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .md\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .md\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .md\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .md\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .md\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .md\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .md\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .md\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .md\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .md\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .md\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .md\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .md\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .md\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .md\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .md\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .md\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .md\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .md\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .md\:tw-mt-auto {
    margin-top: auto !important;
  }

  .md\:tw-mr-auto {
    margin-right: auto !important;
  }

  .md\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .md\:tw-ml-auto {
    margin-left: auto !important;
  }

  .md\:tw-mt-px {
    margin-top: 1px !important;
  }

  .md\:tw-mr-px {
    margin-right: 1px !important;
  }

  .md\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .md\:tw-ml-px {
    margin-left: 1px !important;
  }

  .md\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .md\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .md\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .md\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .md\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .md\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .md\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .md\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .md\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .md\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .md\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .md\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .md\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .md\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .md\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .md\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .md\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .md\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .md\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .md\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .md\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .md\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .md\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .md\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .md\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .md\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .md\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .md\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .md\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .md\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .md\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .md\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .md\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .md\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .md\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .md\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .md\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .md\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .md\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .md\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .md\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .md\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .md\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .md\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .md\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .md\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .md\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .md\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .md\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .md\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .md\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .md\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .md\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .md\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .md\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .md\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .md\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .md\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .md\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .md\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .md\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .md\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .md\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .md\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .md\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .md\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .md\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .md\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .md\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .md\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .md\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .md\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .md\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .md\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .md\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .md\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .md\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .md\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .md\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .md\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .md\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .md\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .md\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .md\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .md\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .md\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .md\:tw--mt-px {
    margin-top: -1px !important;
  }

  .md\:tw--mr-px {
    margin-right: -1px !important;
  }

  .md\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .md\:tw--ml-px {
    margin-left: -1px !important;
  }

  .md\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .md\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .md\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .md\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .md\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .md\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .md\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .md\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .md\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .md\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .md\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .md\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .md\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .md\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .md\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .md\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .md\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .md\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .md\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .md\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .md\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .md\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .md\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .md\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .md\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .md\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .md\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .md\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .md\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .md\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .md\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .md\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .md\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .md\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .md\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .md\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .md\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .md\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .md\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .md\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .md\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .md\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .md\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .md\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .md\:tw-max-h-px {
    max-height: 1px !important;
  }

  .md\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .md\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .md\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .md\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .md\:tw-max-h-full {
    max-height: 100% !important;
  }

  .md\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .md\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .md\:tw-max-w-none {
    max-width: none !important;
  }

  .md\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .md\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .md\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .md\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .md\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .md\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:tw-max-w-full {
    max-width: 100% !important;
  }

  .md\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .md\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .md\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .md\:tw-min-h-full {
    min-height: 100% !important;
  }

  .md\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .md\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .md\:tw-min-w-full {
    min-width: 100% !important;
  }

  .md\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .md\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .md\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .md\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .md\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .md\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .md\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .md\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .md\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .md\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .md\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .md\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .md\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .md\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .md\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .md\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .md\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .md\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .md\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .md\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .md\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .md\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .md\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .md\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .md\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .md\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .md\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .md\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .md\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .md\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .md\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:tw-overflow-auto {
    overflow: auto !important;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .md\:tw-overflow-visible {
    overflow: visible !important;
  }

  .md\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .md\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .md\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .md\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .md\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:tw-p-0 {
    padding: 0px !important;
  }

  .md\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .md\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .md\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .md\:tw-p-4 {
    padding: 1rem !important;
  }

  .md\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .md\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .md\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .md\:tw-p-8 {
    padding: 2rem !important;
  }

  .md\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .md\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .md\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .md\:tw-p-12 {
    padding: 3rem !important;
  }

  .md\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .md\:tw-p-16 {
    padding: 4rem !important;
  }

  .md\:tw-p-20 {
    padding: 5rem !important;
  }

  .md\:tw-p-24 {
    padding: 6rem !important;
  }

  .md\:tw-p-28 {
    padding: 7rem !important;
  }

  .md\:tw-p-32 {
    padding: 8rem !important;
  }

  .md\:tw-p-36 {
    padding: 9rem !important;
  }

  .md\:tw-p-40 {
    padding: 10rem !important;
  }

  .md\:tw-p-44 {
    padding: 11rem !important;
  }

  .md\:tw-p-48 {
    padding: 12rem !important;
  }

  .md\:tw-p-52 {
    padding: 13rem !important;
  }

  .md\:tw-p-56 {
    padding: 14rem !important;
  }

  .md\:tw-p-60 {
    padding: 15rem !important;
  }

  .md\:tw-p-64 {
    padding: 16rem !important;
  }

  .md\:tw-p-72 {
    padding: 18rem !important;
  }

  .md\:tw-p-80 {
    padding: 20rem !important;
  }

  .md\:tw-p-96 {
    padding: 24rem !important;
  }

  .md\:tw-p-px {
    padding: 1px !important;
  }

  .md\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .md\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .md\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .md\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .md\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .md\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .md\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .md\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .md\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .md\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .md\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .md\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .md\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .md\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .md\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .md\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .md\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .md\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .md\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .md\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .md\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .md\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .md\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .md\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .md\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .md\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .md\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .md\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .md\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .md\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .md\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .md\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .md\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .md\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .md\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .md\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .md\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .md\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .md\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .md\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .md\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .md\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .md\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .md\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .md\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .md\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .md\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .md\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .md\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .md\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .md\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .md\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .md\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .md\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .md\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .md\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .md\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .md\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .md\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .md\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .md\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .md\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .md\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .md\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .md\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .md\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .md\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .md\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .md\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .md\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .md\:tw-pt-px {
    padding-top: 1px !important;
  }

  .md\:tw-pr-px {
    padding-right: 1px !important;
  }

  .md\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .md\:tw-pl-px {
    padding-left: 1px !important;
  }

  .md\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .md\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .md\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .md\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .md\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .md\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .md\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .md\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:tw-static {
    position: static !important;
  }

  .md\:tw-fixed {
    position: fixed !important;
  }

  .md\:tw-absolute {
    position: absolute !important;
  }

  .md\:tw-relative {
    position: relative !important;
  }

  .md\:tw-sticky {
    position: sticky !important;
  }

  .md\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .md\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .md\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .md\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .md\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .md\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .md\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .md\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .md\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .md\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .md\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .md\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .md\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .md\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .md\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .md\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .md\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .md\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .md\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .md\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .md\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .md\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .md\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .md\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .md\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .md\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .md\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .md\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .md\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .md\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .md\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .md\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .md\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .md\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .md\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .md\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .md\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .md\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .md\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .md\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .md\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .md\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .md\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .md\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .md\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .md\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .md\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .md\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .md\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .md\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .md\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .md\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .md\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .md\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .md\:tw-top-0 {
    top: 0px !important;
  }

  .md\:tw-right-0 {
    right: 0px !important;
  }

  .md\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .md\:tw-left-0 {
    left: 0px !important;
  }

  .md\:tw-top-1 {
    top: 0.25rem !important;
  }

  .md\:tw-right-1 {
    right: 0.25rem !important;
  }

  .md\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .md\:tw-left-1 {
    left: 0.25rem !important;
  }

  .md\:tw-top-2 {
    top: 0.5rem !important;
  }

  .md\:tw-right-2 {
    right: 0.5rem !important;
  }

  .md\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:tw-left-2 {
    left: 0.5rem !important;
  }

  .md\:tw-top-3 {
    top: 0.75rem !important;
  }

  .md\:tw-right-3 {
    right: 0.75rem !important;
  }

  .md\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .md\:tw-left-3 {
    left: 0.75rem !important;
  }

  .md\:tw-top-4 {
    top: 1rem !important;
  }

  .md\:tw-right-4 {
    right: 1rem !important;
  }

  .md\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .md\:tw-left-4 {
    left: 1rem !important;
  }

  .md\:tw-top-5 {
    top: 1.25rem !important;
  }

  .md\:tw-right-5 {
    right: 1.25rem !important;
  }

  .md\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .md\:tw-left-5 {
    left: 1.25rem !important;
  }

  .md\:tw-top-6 {
    top: 1.5rem !important;
  }

  .md\:tw-right-6 {
    right: 1.5rem !important;
  }

  .md\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:tw-left-6 {
    left: 1.5rem !important;
  }

  .md\:tw-top-7 {
    top: 1.75rem !important;
  }

  .md\:tw-right-7 {
    right: 1.75rem !important;
  }

  .md\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .md\:tw-left-7 {
    left: 1.75rem !important;
  }

  .md\:tw-top-8 {
    top: 2rem !important;
  }

  .md\:tw-right-8 {
    right: 2rem !important;
  }

  .md\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .md\:tw-left-8 {
    left: 2rem !important;
  }

  .md\:tw-top-9 {
    top: 2.25rem !important;
  }

  .md\:tw-right-9 {
    right: 2.25rem !important;
  }

  .md\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .md\:tw-left-9 {
    left: 2.25rem !important;
  }

  .md\:tw-top-10 {
    top: 2.5rem !important;
  }

  .md\:tw-right-10 {
    right: 2.5rem !important;
  }

  .md\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .md\:tw-left-10 {
    left: 2.5rem !important;
  }

  .md\:tw-top-11 {
    top: 2.75rem !important;
  }

  .md\:tw-right-11 {
    right: 2.75rem !important;
  }

  .md\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .md\:tw-left-11 {
    left: 2.75rem !important;
  }

  .md\:tw-top-12 {
    top: 3rem !important;
  }

  .md\:tw-right-12 {
    right: 3rem !important;
  }

  .md\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .md\:tw-left-12 {
    left: 3rem !important;
  }

  .md\:tw-top-14 {
    top: 3.5rem !important;
  }

  .md\:tw-right-14 {
    right: 3.5rem !important;
  }

  .md\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .md\:tw-left-14 {
    left: 3.5rem !important;
  }

  .md\:tw-top-16 {
    top: 4rem !important;
  }

  .md\:tw-right-16 {
    right: 4rem !important;
  }

  .md\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .md\:tw-left-16 {
    left: 4rem !important;
  }

  .md\:tw-top-20 {
    top: 5rem !important;
  }

  .md\:tw-right-20 {
    right: 5rem !important;
  }

  .md\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .md\:tw-left-20 {
    left: 5rem !important;
  }

  .md\:tw-top-24 {
    top: 6rem !important;
  }

  .md\:tw-right-24 {
    right: 6rem !important;
  }

  .md\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .md\:tw-left-24 {
    left: 6rem !important;
  }

  .md\:tw-top-28 {
    top: 7rem !important;
  }

  .md\:tw-right-28 {
    right: 7rem !important;
  }

  .md\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .md\:tw-left-28 {
    left: 7rem !important;
  }

  .md\:tw-top-32 {
    top: 8rem !important;
  }

  .md\:tw-right-32 {
    right: 8rem !important;
  }

  .md\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .md\:tw-left-32 {
    left: 8rem !important;
  }

  .md\:tw-top-36 {
    top: 9rem !important;
  }

  .md\:tw-right-36 {
    right: 9rem !important;
  }

  .md\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .md\:tw-left-36 {
    left: 9rem !important;
  }

  .md\:tw-top-40 {
    top: 10rem !important;
  }

  .md\:tw-right-40 {
    right: 10rem !important;
  }

  .md\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .md\:tw-left-40 {
    left: 10rem !important;
  }

  .md\:tw-top-44 {
    top: 11rem !important;
  }

  .md\:tw-right-44 {
    right: 11rem !important;
  }

  .md\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .md\:tw-left-44 {
    left: 11rem !important;
  }

  .md\:tw-top-48 {
    top: 12rem !important;
  }

  .md\:tw-right-48 {
    right: 12rem !important;
  }

  .md\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .md\:tw-left-48 {
    left: 12rem !important;
  }

  .md\:tw-top-52 {
    top: 13rem !important;
  }

  .md\:tw-right-52 {
    right: 13rem !important;
  }

  .md\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .md\:tw-left-52 {
    left: 13rem !important;
  }

  .md\:tw-top-56 {
    top: 14rem !important;
  }

  .md\:tw-right-56 {
    right: 14rem !important;
  }

  .md\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .md\:tw-left-56 {
    left: 14rem !important;
  }

  .md\:tw-top-60 {
    top: 15rem !important;
  }

  .md\:tw-right-60 {
    right: 15rem !important;
  }

  .md\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .md\:tw-left-60 {
    left: 15rem !important;
  }

  .md\:tw-top-64 {
    top: 16rem !important;
  }

  .md\:tw-right-64 {
    right: 16rem !important;
  }

  .md\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .md\:tw-left-64 {
    left: 16rem !important;
  }

  .md\:tw-top-72 {
    top: 18rem !important;
  }

  .md\:tw-right-72 {
    right: 18rem !important;
  }

  .md\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .md\:tw-left-72 {
    left: 18rem !important;
  }

  .md\:tw-top-80 {
    top: 20rem !important;
  }

  .md\:tw-right-80 {
    right: 20rem !important;
  }

  .md\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .md\:tw-left-80 {
    left: 20rem !important;
  }

  .md\:tw-top-96 {
    top: 24rem !important;
  }

  .md\:tw-right-96 {
    right: 24rem !important;
  }

  .md\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .md\:tw-left-96 {
    left: 24rem !important;
  }

  .md\:tw-top-auto {
    top: auto !important;
  }

  .md\:tw-right-auto {
    right: auto !important;
  }

  .md\:tw-bottom-auto {
    bottom: auto !important;
  }

  .md\:tw-left-auto {
    left: auto !important;
  }

  .md\:tw-top-px {
    top: 1px !important;
  }

  .md\:tw-right-px {
    right: 1px !important;
  }

  .md\:tw-bottom-px {
    bottom: 1px !important;
  }

  .md\:tw-left-px {
    left: 1px !important;
  }

  .md\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .md\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .md\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .md\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .md\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .md\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .md\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .md\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .md\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .md\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .md\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .md\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .md\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .md\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .md\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .md\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .md\:tw--top-0 {
    top: 0px !important;
  }

  .md\:tw--right-0 {
    right: 0px !important;
  }

  .md\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .md\:tw--left-0 {
    left: 0px !important;
  }

  .md\:tw--top-1 {
    top: -0.25rem !important;
  }

  .md\:tw--right-1 {
    right: -0.25rem !important;
  }

  .md\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .md\:tw--left-1 {
    left: -0.25rem !important;
  }

  .md\:tw--top-2 {
    top: -0.5rem !important;
  }

  .md\:tw--right-2 {
    right: -0.5rem !important;
  }

  .md\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .md\:tw--left-2 {
    left: -0.5rem !important;
  }

  .md\:tw--top-3 {
    top: -0.75rem !important;
  }

  .md\:tw--right-3 {
    right: -0.75rem !important;
  }

  .md\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .md\:tw--left-3 {
    left: -0.75rem !important;
  }

  .md\:tw--top-4 {
    top: -1rem !important;
  }

  .md\:tw--right-4 {
    right: -1rem !important;
  }

  .md\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .md\:tw--left-4 {
    left: -1rem !important;
  }

  .md\:tw--top-5 {
    top: -1.25rem !important;
  }

  .md\:tw--right-5 {
    right: -1.25rem !important;
  }

  .md\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .md\:tw--left-5 {
    left: -1.25rem !important;
  }

  .md\:tw--top-6 {
    top: -1.5rem !important;
  }

  .md\:tw--right-6 {
    right: -1.5rem !important;
  }

  .md\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .md\:tw--left-6 {
    left: -1.5rem !important;
  }

  .md\:tw--top-7 {
    top: -1.75rem !important;
  }

  .md\:tw--right-7 {
    right: -1.75rem !important;
  }

  .md\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .md\:tw--left-7 {
    left: -1.75rem !important;
  }

  .md\:tw--top-8 {
    top: -2rem !important;
  }

  .md\:tw--right-8 {
    right: -2rem !important;
  }

  .md\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .md\:tw--left-8 {
    left: -2rem !important;
  }

  .md\:tw--top-9 {
    top: -2.25rem !important;
  }

  .md\:tw--right-9 {
    right: -2.25rem !important;
  }

  .md\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .md\:tw--left-9 {
    left: -2.25rem !important;
  }

  .md\:tw--top-10 {
    top: -2.5rem !important;
  }

  .md\:tw--right-10 {
    right: -2.5rem !important;
  }

  .md\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .md\:tw--left-10 {
    left: -2.5rem !important;
  }

  .md\:tw--top-11 {
    top: -2.75rem !important;
  }

  .md\:tw--right-11 {
    right: -2.75rem !important;
  }

  .md\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .md\:tw--left-11 {
    left: -2.75rem !important;
  }

  .md\:tw--top-12 {
    top: -3rem !important;
  }

  .md\:tw--right-12 {
    right: -3rem !important;
  }

  .md\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .md\:tw--left-12 {
    left: -3rem !important;
  }

  .md\:tw--top-14 {
    top: -3.5rem !important;
  }

  .md\:tw--right-14 {
    right: -3.5rem !important;
  }

  .md\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .md\:tw--left-14 {
    left: -3.5rem !important;
  }

  .md\:tw--top-16 {
    top: -4rem !important;
  }

  .md\:tw--right-16 {
    right: -4rem !important;
  }

  .md\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .md\:tw--left-16 {
    left: -4rem !important;
  }

  .md\:tw--top-20 {
    top: -5rem !important;
  }

  .md\:tw--right-20 {
    right: -5rem !important;
  }

  .md\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .md\:tw--left-20 {
    left: -5rem !important;
  }

  .md\:tw--top-24 {
    top: -6rem !important;
  }

  .md\:tw--right-24 {
    right: -6rem !important;
  }

  .md\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .md\:tw--left-24 {
    left: -6rem !important;
  }

  .md\:tw--top-28 {
    top: -7rem !important;
  }

  .md\:tw--right-28 {
    right: -7rem !important;
  }

  .md\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .md\:tw--left-28 {
    left: -7rem !important;
  }

  .md\:tw--top-32 {
    top: -8rem !important;
  }

  .md\:tw--right-32 {
    right: -8rem !important;
  }

  .md\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .md\:tw--left-32 {
    left: -8rem !important;
  }

  .md\:tw--top-36 {
    top: -9rem !important;
  }

  .md\:tw--right-36 {
    right: -9rem !important;
  }

  .md\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .md\:tw--left-36 {
    left: -9rem !important;
  }

  .md\:tw--top-40 {
    top: -10rem !important;
  }

  .md\:tw--right-40 {
    right: -10rem !important;
  }

  .md\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .md\:tw--left-40 {
    left: -10rem !important;
  }

  .md\:tw--top-44 {
    top: -11rem !important;
  }

  .md\:tw--right-44 {
    right: -11rem !important;
  }

  .md\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .md\:tw--left-44 {
    left: -11rem !important;
  }

  .md\:tw--top-48 {
    top: -12rem !important;
  }

  .md\:tw--right-48 {
    right: -12rem !important;
  }

  .md\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .md\:tw--left-48 {
    left: -12rem !important;
  }

  .md\:tw--top-52 {
    top: -13rem !important;
  }

  .md\:tw--right-52 {
    right: -13rem !important;
  }

  .md\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .md\:tw--left-52 {
    left: -13rem !important;
  }

  .md\:tw--top-56 {
    top: -14rem !important;
  }

  .md\:tw--right-56 {
    right: -14rem !important;
  }

  .md\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .md\:tw--left-56 {
    left: -14rem !important;
  }

  .md\:tw--top-60 {
    top: -15rem !important;
  }

  .md\:tw--right-60 {
    right: -15rem !important;
  }

  .md\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .md\:tw--left-60 {
    left: -15rem !important;
  }

  .md\:tw--top-64 {
    top: -16rem !important;
  }

  .md\:tw--right-64 {
    right: -16rem !important;
  }

  .md\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .md\:tw--left-64 {
    left: -16rem !important;
  }

  .md\:tw--top-72 {
    top: -18rem !important;
  }

  .md\:tw--right-72 {
    right: -18rem !important;
  }

  .md\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .md\:tw--left-72 {
    left: -18rem !important;
  }

  .md\:tw--top-80 {
    top: -20rem !important;
  }

  .md\:tw--right-80 {
    right: -20rem !important;
  }

  .md\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .md\:tw--left-80 {
    left: -20rem !important;
  }

  .md\:tw--top-96 {
    top: -24rem !important;
  }

  .md\:tw--right-96 {
    right: -24rem !important;
  }

  .md\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .md\:tw--left-96 {
    left: -24rem !important;
  }

  .md\:tw--top-px {
    top: -1px !important;
  }

  .md\:tw--right-px {
    right: -1px !important;
  }

  .md\:tw--bottom-px {
    bottom: -1px !important;
  }

  .md\:tw--left-px {
    left: -1px !important;
  }

  .md\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .md\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .md\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .md\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .md\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .md\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .md\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .md\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .md\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .md\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .md\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .md\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .md\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .md\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .md\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .md\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .md\:tw-top-1\/2 {
    top: 50% !important;
  }

  .md\:tw-right-1\/2 {
    right: 50% !important;
  }

  .md\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:tw-left-1\/2 {
    left: 50% !important;
  }

  .md\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:tw-top-1\/4 {
    top: 25% !important;
  }

  .md\:tw-right-1\/4 {
    right: 25% !important;
  }

  .md\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:tw-left-1\/4 {
    left: 25% !important;
  }

  .md\:tw-top-2\/4 {
    top: 50% !important;
  }

  .md\:tw-right-2\/4 {
    right: 50% !important;
  }

  .md\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:tw-left-2\/4 {
    left: 50% !important;
  }

  .md\:tw-top-3\/4 {
    top: 75% !important;
  }

  .md\:tw-right-3\/4 {
    right: 75% !important;
  }

  .md\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:tw-left-3\/4 {
    left: 75% !important;
  }

  .md\:tw-top-full {
    top: 100% !important;
  }

  .md\:tw-right-full {
    right: 100% !important;
  }

  .md\:tw-bottom-full {
    bottom: 100% !important;
  }

  .md\:tw-left-full {
    left: 100% !important;
  }

  .md\:tw--top-1\/2 {
    top: -50% !important;
  }

  .md\:tw--right-1\/2 {
    right: -50% !important;
  }

  .md\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:tw--left-1\/2 {
    left: -50% !important;
  }

  .md\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .md\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .md\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .md\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .md\:tw--top-1\/4 {
    top: -25% !important;
  }

  .md\:tw--right-1\/4 {
    right: -25% !important;
  }

  .md\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:tw--left-1\/4 {
    left: -25% !important;
  }

  .md\:tw--top-2\/4 {
    top: -50% !important;
  }

  .md\:tw--right-2\/4 {
    right: -50% !important;
  }

  .md\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:tw--left-2\/4 {
    left: -50% !important;
  }

  .md\:tw--top-3\/4 {
    top: -75% !important;
  }

  .md\:tw--right-3\/4 {
    right: -75% !important;
  }

  .md\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:tw--left-3\/4 {
    left: -75% !important;
  }

  .md\:tw--top-full {
    top: -100% !important;
  }

  .md\:tw--right-full {
    right: -100% !important;
  }

  .md\:tw--bottom-full {
    bottom: -100% !important;
  }

  .md\:tw--left-full {
    left: -100% !important;
  }

  .md\:tw-resize-none {
    resize: none !important;
  }

  .md\:tw-resize-y {
    resize: vertical !important;
  }

  .md\:tw-resize-x {
    resize: horizontal !important;
  }

  .md\:tw-resize {
    resize: both !important;
  }

  .md\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .md\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:tw-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:tw-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:tw-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:tw-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:tw-ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:tw-ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:tw-ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:tw-ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:tw-ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:tw-ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b !important;
  }

  .md\:tw-ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:tw-ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:tw-ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:tw-ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:tw-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:tw-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:tw-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:tw-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:tw-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:tw-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:tw-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:tw-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:tw-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:tw-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:tw-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:tw-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:tw-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:tw-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:tw-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:tw-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:tw-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:tw-ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .md\:tw-ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .md\:tw-ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a !important;
  }

  .md\:tw-ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .md\:tw-ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .md\:tw-ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .md\:tw-ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706 !important;
  }

  .md\:tw-ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309 !important;
  }

  .md\:tw-ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e !important;
  }

  .md\:tw-ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f !important;
  }

  .md\:tw-ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .md\:tw-ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .md\:tw-ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .md\:tw-ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .md\:tw-ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c !important;
  }

  .md\:tw-ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316 !important;
  }

  .md\:tw-ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c !important;
  }

  .md\:tw-ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c !important;
  }

  .md\:tw-ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .md\:tw-ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .md\:tw-ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .md\:tw-ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .md\:tw-ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:tw-ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .md\:tw-ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .md\:tw-ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:tw-ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .md\:tw-ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .md\:tw-ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .md\:tw-ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .md\:tw-ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:tw-ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:tw-ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:tw-ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:tw-ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:tw-ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:tw-ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:tw-ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:tw-ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:tw-ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:tw-ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .md\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .md\:tw-ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .md\:tw-ring-offset-green-300 {
    --tw-ring-offset-color: #86efac !important;
  }

  .md\:tw-ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .md\:tw-ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e !important;
  }

  .md\:tw-ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a !important;
  }

  .md\:tw-ring-offset-green-700 {
    --tw-ring-offset-color: #15803d !important;
  }

  .md\:tw-ring-offset-green-800 {
    --tw-ring-offset-color: #166534 !important;
  }

  .md\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #14532d !important;
  }

  .md\:tw-ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:tw-ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:tw-ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:tw-ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:tw-ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:tw-ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:tw-ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:tw-ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:tw-ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:tw-ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:tw-ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .md\:tw-ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .md\:tw-ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .md\:tw-ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .md\:tw-ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .md\:tw-ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .md\:tw-ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .md\:tw-ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e !important;
  }

  .md\:tw-ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59 !important;
  }

  .md\:tw-ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a !important;
  }

  .md\:tw-ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:tw-ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:tw-ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:tw-ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:tw-ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:tw-ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:tw-ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:tw-ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:tw-ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:tw-ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:tw-ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .md\:tw-ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .md\:tw-ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .md\:tw-ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .md\:tw-ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .md\:tw-ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .md\:tw-ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .md\:tw-ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .md\:tw-ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985 !important;
  }

  .md\:tw-ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .md\:tw-ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:tw-ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:tw-ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:tw-ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:tw-ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:tw-ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:tw-ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:tw-ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:tw-ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:tw-ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:tw-ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .md\:tw-ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .md\:tw-ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .md\:tw-ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .md\:tw-ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .md\:tw-ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .md\:tw-ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .md\:tw-ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .md\:tw-ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .md\:tw-ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .md\:tw-ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:tw-ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .md\:tw-ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .md\:tw-ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .md\:tw-ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc !important;
  }

  .md\:tw-ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .md\:tw-ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea !important;
  }

  .md\:tw-ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .md\:tw-ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .md\:tw-ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87 !important;
  }

  .md\:tw-ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .md\:tw-ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .md\:tw-ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .md\:tw-ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .md\:tw-ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .md\:tw-ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef !important;
  }

  .md\:tw-ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .md\:tw-ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf !important;
  }

  .md\:tw-ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f !important;
  }

  .md\:tw-ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75 !important;
  }

  .md\:tw-ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:tw-ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:tw-ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:tw-ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:tw-ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:tw-ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:tw-ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:tw-ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:tw-ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:tw-ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:tw-ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .md\:tw-ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .md\:tw-ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .md\:tw-ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af !important;
  }

  .md\:tw-ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .md\:tw-ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .md\:tw-ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .md\:tw-ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c !important;
  }

  .md\:tw-ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .md\:tw-ring-offset-rose-900 {
    --tw-ring-offset-color: #881337 !important;
  }

  .md\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:focus-within\:tw-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:focus-within\:tw-ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:focus-within\:tw-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus-within\:tw-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus-within\:tw-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus-within\:tw-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus-within\:tw-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }

  .md\:focus-within\:tw-ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .md\:focus-within\:tw-ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207 !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e !important;
  }

  .md\:focus-within\:tw-ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:focus-within\:tw-ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac !important;
  }

  .md\:focus-within\:tw-ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e !important;
  }

  .md\:focus-within\:tw-ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a !important;
  }

  .md\:focus-within\:tw-ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d !important;
  }

  .md\:focus-within\:tw-ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534 !important;
  }

  .md\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus-within\:tw-ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59 !important;
  }

  .md\:focus-within\:tw-ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:focus-within\:tw-ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985 !important;
  }

  .md\:focus-within\:tw-ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:focus-within\:tw-ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .md\:focus-within\:tw-ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .md\:focus-within\:tw-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87 !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f !important;
  }

  .md\:focus-within\:tw-ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:focus-within\:tw-ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .md\:focus-within\:tw-ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337 !important;
  }

  .md\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:focus\:tw-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:focus\:tw-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:focus\:tw-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:focus\:tw-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155 !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b !important;
  }

  .md\:focus\:tw-ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a !important;
  }

  .md\:focus\:tw-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus\:tw-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus\:tw-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus\:tw-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus\:tw-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus\:tw-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:focus\:tw-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus\:tw-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus\:tw-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus\:tw-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus\:tw-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:focus\:tw-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:focus\:tw-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:focus\:tw-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:focus\:tw-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:focus\:tw-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:focus\:tw-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:focus\:tw-ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .md\:focus\:tw-ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .md\:focus\:tw-ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }

  .md\:focus\:tw-ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .md\:focus\:tw-ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .md\:focus\:tw-ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .md\:focus\:tw-ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }

  .md\:focus\:tw-ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }

  .md\:focus\:tw-ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }

  .md\:focus\:tw-ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }

  .md\:focus\:tw-ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .md\:focus\:tw-ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .md\:focus\:tw-ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .md\:focus\:tw-ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .md\:focus\:tw-ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c !important;
  }

  .md\:focus\:tw-ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316 !important;
  }

  .md\:focus\:tw-ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c !important;
  }

  .md\:focus\:tw-ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c !important;
  }

  .md\:focus\:tw-ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .md\:focus\:tw-ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:focus\:tw-ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207 !important;
  }

  .md\:focus\:tw-ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e !important;
  }

  .md\:focus\:tw-ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12 !important;
  }

  .md\:focus\:tw-ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:focus\:tw-ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:focus\:tw-ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:focus\:tw-ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:focus\:tw-ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:focus\:tw-ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:focus\:tw-ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:focus\:tw-ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:focus\:tw-ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:focus\:tw-ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:focus\:tw-ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .md\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .md\:focus\:tw-ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .md\:focus\:tw-ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac !important;
  }

  .md\:focus\:tw-ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .md\:focus\:tw-ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e !important;
  }

  .md\:focus\:tw-ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a !important;
  }

  .md\:focus\:tw-ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d !important;
  }

  .md\:focus\:tw-ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534 !important;
  }

  .md\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d !important;
  }

  .md\:focus\:tw-ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus\:tw-ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus\:tw-ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .md\:focus\:tw-ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .md\:focus\:tw-ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .md\:focus\:tw-ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .md\:focus\:tw-ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .md\:focus\:tw-ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .md\:focus\:tw-ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .md\:focus\:tw-ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e !important;
  }

  .md\:focus\:tw-ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59 !important;
  }

  .md\:focus\:tw-ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a !important;
  }

  .md\:focus\:tw-ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:focus\:tw-ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:focus\:tw-ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:focus\:tw-ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:focus\:tw-ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:focus\:tw-ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:focus\:tw-ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:focus\:tw-ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:focus\:tw-ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:focus\:tw-ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985 !important;
  }

  .md\:focus\:tw-ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .md\:focus\:tw-ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:focus\:tw-ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:focus\:tw-ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:focus\:tw-ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:focus\:tw-ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:focus\:tw-ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:focus\:tw-ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:focus\:tw-ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .md\:focus\:tw-ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .md\:focus\:tw-ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .md\:focus\:tw-ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .md\:focus\:tw-ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .md\:focus\:tw-ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .md\:focus\:tw-ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .md\:focus\:tw-ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .md\:focus\:tw-ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .md\:focus\:tw-ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .md\:focus\:tw-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .md\:focus\:tw-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .md\:focus\:tw-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .md\:focus\:tw-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .md\:focus\:tw-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc !important;
  }

  .md\:focus\:tw-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .md\:focus\:tw-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea !important;
  }

  .md\:focus\:tw-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .md\:focus\:tw-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .md\:focus\:tw-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87 !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f !important;
  }

  .md\:focus\:tw-ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75 !important;
  }

  .md\:focus\:tw-ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:focus\:tw-ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:focus\:tw-ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:focus\:tw-ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:focus\:tw-ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:focus\:tw-ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:focus\:tw-ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:focus\:tw-ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:focus\:tw-ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:focus\:tw-ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:focus\:tw-ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .md\:focus\:tw-ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .md\:focus\:tw-ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .md\:focus\:tw-ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af !important;
  }

  .md\:focus\:tw-ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .md\:focus\:tw-ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .md\:focus\:tw-ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .md\:focus\:tw-ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c !important;
  }

  .md\:focus\:tw-ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .md\:focus\:tw-ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337 !important;
  }

  .md\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .md\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .md\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blueGray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-amber-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-orange-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-emerald-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-teal-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-lightBlue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-violet-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-fuchsia-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-rose-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-amber-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-orange-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-emerald-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-teal-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-violet-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:tw-ring-rose-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blueGray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-amber-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-orange-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-emerald-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-teal-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-lightBlue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-violet-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-fuchsia-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:tw-ring-rose-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .md\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .md\:tw-fill-current {
    fill: currentColor !important;
  }

  .md\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .md\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:tw-table-auto {
    table-layout: auto !important;
  }

  .md\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .md\:tw-text-left {
    text-align: left !important;
  }

  .md\:tw-text-center {
    text-align: center !important;
  }

  .md\:tw-text-right {
    text-align: right !important;
  }

  .md\:tw-text-justify {
    text-align: justify !important;
  }

  .md\:tw-text-transparent {
    color: transparent !important;
  }

  .md\:tw-text-current {
    color: currentColor !important;
  }

  .md\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .md\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .md\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blueGray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-amber-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-orange-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-emerald-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-teal-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-lightBlue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-violet-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-fuchsia-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:tw-text-rose-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blueGray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-amber-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-orange-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-emerald-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-teal-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-lightBlue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-violet-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-fuchsia-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:tw-text-rose-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blueGray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-amber-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-orange-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-emerald-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-teal-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-lightBlue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-violet-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-fuchsia-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:tw-text-rose-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .md\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .md\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .md\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .md\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .md\:tw-italic {
    font-style: italic !important;
  }

  .md\:tw-not-italic {
    font-style: normal !important;
  }

  .md\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .md\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .md\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .md\:tw-normal-case {
    text-transform: none !important;
  }

  .md\:tw-underline {
    text-decoration: underline !important;
  }

  .md\:tw-line-through {
    text-decoration: line-through !important;
  }

  .md\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .md\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .md\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .md\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .md\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .md\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .md\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .md\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .md\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tw-ordinal, .md\:tw-slashed-zero, .md\:tw-lining-nums, .md\:tw-oldstyle-nums, .md\:tw-proportional-nums, .md\:tw-tabular-nums, .md\:tw-diagonal-fractions, .md\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .md\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .md\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .md\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .md\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .md\:tw-align-top {
    vertical-align: top !important;
  }

  .md\:tw-align-middle {
    vertical-align: middle !important;
  }

  .md\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .md\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .md\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:tw-visible {
    visibility: visible !important;
  }

  .md\:tw-invisible {
    visibility: hidden !important;
  }

  .md\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .md\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .md\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .md\:tw-break-all {
    word-break: break-all !important;
  }

  .md\:tw-w-0 {
    width: 0px !important;
  }

  .md\:tw-w-1 {
    width: 0.25rem !important;
  }

  .md\:tw-w-2 {
    width: 0.5rem !important;
  }

  .md\:tw-w-3 {
    width: 0.75rem !important;
  }

  .md\:tw-w-4 {
    width: 1rem !important;
  }

  .md\:tw-w-5 {
    width: 1.25rem !important;
  }

  .md\:tw-w-6 {
    width: 1.5rem !important;
  }

  .md\:tw-w-7 {
    width: 1.75rem !important;
  }

  .md\:tw-w-8 {
    width: 2rem !important;
  }

  .md\:tw-w-9 {
    width: 2.25rem !important;
  }

  .md\:tw-w-10 {
    width: 2.5rem !important;
  }

  .md\:tw-w-11 {
    width: 2.75rem !important;
  }

  .md\:tw-w-12 {
    width: 3rem !important;
  }

  .md\:tw-w-14 {
    width: 3.5rem !important;
  }

  .md\:tw-w-16 {
    width: 4rem !important;
  }

  .md\:tw-w-20 {
    width: 5rem !important;
  }

  .md\:tw-w-24 {
    width: 6rem !important;
  }

  .md\:tw-w-28 {
    width: 7rem !important;
  }

  .md\:tw-w-32 {
    width: 8rem !important;
  }

  .md\:tw-w-36 {
    width: 9rem !important;
  }

  .md\:tw-w-40 {
    width: 10rem !important;
  }

  .md\:tw-w-44 {
    width: 11rem !important;
  }

  .md\:tw-w-48 {
    width: 12rem !important;
  }

  .md\:tw-w-52 {
    width: 13rem !important;
  }

  .md\:tw-w-56 {
    width: 14rem !important;
  }

  .md\:tw-w-60 {
    width: 15rem !important;
  }

  .md\:tw-w-64 {
    width: 16rem !important;
  }

  .md\:tw-w-72 {
    width: 18rem !important;
  }

  .md\:tw-w-80 {
    width: 20rem !important;
  }

  .md\:tw-w-96 {
    width: 24rem !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-px {
    width: 1px !important;
  }

  .md\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .md\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .md\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .md\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .md\:tw-w-1\/2 {
    width: 50% !important;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:tw-w-1\/4 {
    width: 25% !important;
  }

  .md\:tw-w-2\/4 {
    width: 50% !important;
  }

  .md\:tw-w-3\/4 {
    width: 75% !important;
  }

  .md\:tw-w-1\/5 {
    width: 20% !important;
  }

  .md\:tw-w-2\/5 {
    width: 40% !important;
  }

  .md\:tw-w-3\/5 {
    width: 60% !important;
  }

  .md\:tw-w-4\/5 {
    width: 80% !important;
  }

  .md\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:tw-w-3\/6 {
    width: 50% !important;
  }

  .md\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:tw-w-3\/12 {
    width: 25% !important;
  }

  .md\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:tw-w-6\/12 {
    width: 50% !important;
  }

  .md\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:tw-w-9\/12 {
    width: 75% !important;
  }

  .md\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:tw-w-full {
    width: 100% !important;
  }

  .md\:tw-w-screen {
    width: 100vw !important;
  }

  .md\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:tw-z-0 {
    z-index: 0 !important;
  }

  .md\:tw-z-10 {
    z-index: 10 !important;
  }

  .md\:tw-z-20 {
    z-index: 20 !important;
  }

  .md\:tw-z-30 {
    z-index: 30 !important;
  }

  .md\:tw-z-40 {
    z-index: 40 !important;
  }

  .md\:tw-z-50 {
    z-index: 50 !important;
  }

  .md\:tw-z-auto {
    z-index: auto !important;
  }

  .md\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .md\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .md\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .md\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .md\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .md\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .md\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .md\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .md\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .md\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .md\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .md\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .md\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .md\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .md\:tw-gap-0 {
    gap: 0px !important;
  }

  .md\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .md\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .md\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .md\:tw-gap-4 {
    gap: 1rem !important;
  }

  .md\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .md\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .md\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .md\:tw-gap-8 {
    gap: 2rem !important;
  }

  .md\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .md\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .md\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .md\:tw-gap-12 {
    gap: 3rem !important;
  }

  .md\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .md\:tw-gap-16 {
    gap: 4rem !important;
  }

  .md\:tw-gap-20 {
    gap: 5rem !important;
  }

  .md\:tw-gap-24 {
    gap: 6rem !important;
  }

  .md\:tw-gap-28 {
    gap: 7rem !important;
  }

  .md\:tw-gap-32 {
    gap: 8rem !important;
  }

  .md\:tw-gap-36 {
    gap: 9rem !important;
  }

  .md\:tw-gap-40 {
    gap: 10rem !important;
  }

  .md\:tw-gap-44 {
    gap: 11rem !important;
  }

  .md\:tw-gap-48 {
    gap: 12rem !important;
  }

  .md\:tw-gap-52 {
    gap: 13rem !important;
  }

  .md\:tw-gap-56 {
    gap: 14rem !important;
  }

  .md\:tw-gap-60 {
    gap: 15rem !important;
  }

  .md\:tw-gap-64 {
    gap: 16rem !important;
  }

  .md\:tw-gap-72 {
    gap: 18rem !important;
  }

  .md\:tw-gap-80 {
    gap: 20rem !important;
  }

  .md\:tw-gap-96 {
    gap: 24rem !important;
  }

  .md\:tw-gap-px {
    gap: 1px !important;
  }

  .md\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .md\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .md\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .md\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:tw-col-auto {
    grid-column: auto !important;
  }

  .md\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:tw-row-auto {
    grid-row: auto !important;
  }

  .md\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .md\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:tw-transform-none {
    transform: none !important;
  }

  .md\:tw-origin-center {
    transform-origin: center !important;
  }

  .md\:tw-origin-top {
    transform-origin: top !important;
  }

  .md\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .md\:tw-origin-right {
    transform-origin: right !important;
  }

  .md\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:tw-origin-left {
    transform-origin: left !important;
  }

  .md\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .md\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .md\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .md\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .md\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .md\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .md\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .md\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .md\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .md\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .md\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .md\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .md\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .md\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .md\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .md\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .md\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .md\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .md\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .md\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .md\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .md\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .md\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .md\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .md\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .md\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .md\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .md\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .md\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .md\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .md\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .md\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .md\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .md\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .md\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .md\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .md\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .md\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .md\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .md\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .md\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .md\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .md\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .md\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .md\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .md\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .md\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .md\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .md\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .md\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .md\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .md\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .md\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .md\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .md\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .md\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .md\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .md\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .md\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .md\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .md\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .md\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .md\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .md\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .md\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .md\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .md\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .md\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .md\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .md\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .md\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .md\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .md\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .md\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .md\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .md\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .md\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .md\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .md\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .md\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .md\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .md\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .md\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .md\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .md\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .md\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .md\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .md\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .md\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .md\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .md\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .md\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .md\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .md\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .md\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .md\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .md\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .md\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .md\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .md\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .md\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .md\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .md\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .md\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .md\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .md\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .md\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .md\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .md\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .md\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .md\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .md\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .md\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .md\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .md\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .md\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .md\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .md\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .md\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .md\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .md\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .md\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .md\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .md\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .md\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .md\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .md\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .md\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .md\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .md\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .md\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .md\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .md\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .md\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .md\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .md\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .md\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .md\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .md\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .md\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .md\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .md\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .md\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .md\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .md\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .md\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .md\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .md\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .md\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .md\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .md\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .md\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .md\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .md\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .md\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .md\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .md\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .md\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .md\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .md\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .md\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .md\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .md\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .md\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .md\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .md\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .md\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .md\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .md\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .md\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .md\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .md\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .md\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .md\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .md\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .md\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .md\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .md\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .md\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .md\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .md\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .md\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .md\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .md\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .md\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .md\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .md\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .md\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .md\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .md\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .md\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .md\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .md\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .md\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .md\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .md\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .md\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .md\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .md\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .md\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .md\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .md\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .md\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .md\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .md\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .md\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .md\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .md\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .md\:tw-transition-none {
    transition-property: none !important;
  }

  .md\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .md\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .md\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .md\:motion-safe\:tw-transition-none {
      transition-property: none !important;
    }

    .md\:motion-safe\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .md\:motion-safe\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .md\:motion-safe\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-safe\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .md\:motion-reduce\:tw-transition-none {
      transition-property: none !important;
    }

    .md\:motion-reduce\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .md\:motion-reduce\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  .md\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:hover\:tw-ease-linear:hover {
    transition-timing-function: linear !important;
  }

  .md\:hover\:tw-ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:hover\:tw-ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:hover\:tw-ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:focus\:tw-ease-linear:focus {
    transition-timing-function: linear !important;
  }

  .md\:focus\:tw-ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:focus\:tw-ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:focus\:tw-ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:hover\:tw-duration-75:hover {
    transition-duration: 75ms !important;
  }

  .md\:hover\:tw-duration-100:hover {
    transition-duration: 100ms !important;
  }

  .md\:hover\:tw-duration-150:hover {
    transition-duration: 150ms !important;
  }

  .md\:hover\:tw-duration-200:hover {
    transition-duration: 200ms !important;
  }

  .md\:hover\:tw-duration-300:hover {
    transition-duration: 300ms !important;
  }

  .md\:hover\:tw-duration-500:hover {
    transition-duration: 500ms !important;
  }

  .md\:hover\:tw-duration-700:hover {
    transition-duration: 700ms !important;
  }

  .md\:hover\:tw-duration-1000:hover {
    transition-duration: 1000ms !important;
  }

  .md\:focus\:tw-duration-75:focus {
    transition-duration: 75ms !important;
  }

  .md\:focus\:tw-duration-100:focus {
    transition-duration: 100ms !important;
  }

  .md\:focus\:tw-duration-150:focus {
    transition-duration: 150ms !important;
  }

  .md\:focus\:tw-duration-200:focus {
    transition-duration: 200ms !important;
  }

  .md\:focus\:tw-duration-300:focus {
    transition-duration: 300ms !important;
  }

  .md\:focus\:tw-duration-500:focus {
    transition-duration: 500ms !important;
  }

  .md\:focus\:tw-duration-700:focus {
    transition-duration: 700ms !important;
  }

  .md\:focus\:tw-duration-1000:focus {
    transition-duration: 1000ms !important;
  }

  .md\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:hover\:tw-delay-75:hover {
    transition-delay: 75ms !important;
  }

  .md\:hover\:tw-delay-100:hover {
    transition-delay: 100ms !important;
  }

  .md\:hover\:tw-delay-150:hover {
    transition-delay: 150ms !important;
  }

  .md\:hover\:tw-delay-200:hover {
    transition-delay: 200ms !important;
  }

  .md\:hover\:tw-delay-300:hover {
    transition-delay: 300ms !important;
  }

  .md\:hover\:tw-delay-500:hover {
    transition-delay: 500ms !important;
  }

  .md\:hover\:tw-delay-700:hover {
    transition-delay: 700ms !important;
  }

  .md\:hover\:tw-delay-1000:hover {
    transition-delay: 1000ms !important;
  }

  .md\:focus\:tw-delay-75:focus {
    transition-delay: 75ms !important;
  }

  .md\:focus\:tw-delay-100:focus {
    transition-delay: 100ms !important;
  }

  .md\:focus\:tw-delay-150:focus {
    transition-delay: 150ms !important;
  }

  .md\:focus\:tw-delay-200:focus {
    transition-delay: 200ms !important;
  }

  .md\:focus\:tw-delay-300:focus {
    transition-delay: 300ms !important;
  }

  .md\:focus\:tw-delay-500:focus {
    transition-delay: 500ms !important;
  }

  .md\:focus\:tw-delay-700:focus {
    transition-delay: 700ms !important;
  }

  .md\:focus\:tw-delay-1000:focus {
    transition-delay: 1000ms !important;
  }

  .md\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .md\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .md\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .md\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .md\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .md\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .md\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .md\:motion-safe\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-safe\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-safe\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-safe\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-safe\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .md\:motion-safe\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-safe\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-safe\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-safe\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-safe\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .md\:motion-safe\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-safe\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-safe\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-safe\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-safe\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .md\:motion-reduce\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-reduce\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-reduce\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-reduce\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-reduce\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .md\:motion-reduce\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-reduce\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-reduce\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-reduce\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-reduce\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .md\:motion-reduce\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .md\:motion-reduce\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .md\:motion-reduce\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .md\:motion-reduce\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .md\:motion-reduce\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:tw-container {
      max-width: 1536px;
    }
  }

  .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lg\:tw-divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lg\:tw-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lg\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lg\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lg\:tw-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lg\:tw-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lg\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lg\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lg\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:tw-bg-local {
    background-attachment: local !important;
  }

  .lg\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .lg\:tw-bg-current {
    background-color: currentColor !important;
  }

  .lg\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lg\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lg\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-amber-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-orange-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-emerald-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-teal-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-violet-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:tw-bg-rose-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blueGray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-amber-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-orange-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-emerald-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-teal-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-lightBlue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-violet-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-fuchsia-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:tw-bg-rose-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blueGray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-amber-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-orange-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-emerald-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-teal-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-lightBlue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-violet-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-fuchsia-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:tw-bg-rose-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-transparent:active {
    background-color: transparent !important;
  }

  .lg\:active\:tw-bg-current:active {
    background-color: currentColor !important;
  }

  .lg\:active\:tw-bg-black:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blueGray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-red-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-blue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-amber-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-orange-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-yellow-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lime-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-green-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-emerald-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-teal-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-cyan-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-lightBlue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-indigo-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-violet-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-purple-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-fuchsia-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-pink-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:active\:tw-bg-rose-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:tw-bg-none {
    background-image: none !important;
  }

  .lg\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:tw-from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:tw-from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:tw-from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:tw-from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:tw-from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:tw-from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:tw-from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:tw-from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:tw-from-blueGray-50 {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:tw-from-blueGray-100 {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:tw-from-blueGray-200 {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-from-blueGray-300 {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:tw-from-blueGray-400 {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:tw-from-blueGray-500 {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:tw-from-blueGray-600 {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:tw-from-blueGray-700 {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:tw-from-blueGray-800 {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:tw-from-blueGray-900 {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:tw-from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:tw-from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:tw-from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:tw-from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:tw-from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:tw-from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:tw-from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:tw-from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:tw-from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:tw-from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:tw-from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:tw-from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:tw-from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:tw-from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:tw-from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:tw-from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:tw-from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:tw-from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:tw-from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:tw-from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:tw-from-amber-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:tw-from-amber-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:tw-from-amber-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:tw-from-amber-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:tw-from-amber-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:tw-from-amber-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:tw-from-amber-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:tw-from-amber-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:tw-from-amber-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:tw-from-amber-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:tw-from-orange-50 {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:tw-from-orange-100 {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:tw-from-orange-200 {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:tw-from-orange-300 {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:tw-from-orange-400 {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:tw-from-orange-500 {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:tw-from-orange-600 {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:tw-from-orange-700 {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:tw-from-orange-800 {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:tw-from-orange-900 {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:tw-from-yellow-50 {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:tw-from-yellow-100 {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:tw-from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:tw-from-yellow-300 {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:tw-from-yellow-400 {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:tw-from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:tw-from-yellow-600 {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:tw-from-yellow-700 {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:tw-from-yellow-800 {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:tw-from-yellow-900 {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:tw-from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:tw-from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:tw-from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:tw-from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:tw-from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:tw-from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:tw-from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:tw-from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:tw-from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:tw-from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:tw-from-green-50 {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:tw-from-green-100 {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:tw-from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:tw-from-green-300 {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:tw-from-green-400 {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:tw-from-green-500 {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:tw-from-green-600 {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:tw-from-green-700 {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:tw-from-green-800 {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:tw-from-green-900 {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:tw-from-emerald-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:tw-from-emerald-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:tw-from-emerald-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:tw-from-emerald-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:tw-from-emerald-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:tw-from-emerald-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:tw-from-emerald-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:tw-from-emerald-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:tw-from-emerald-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:tw-from-emerald-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:tw-from-teal-50 {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:tw-from-teal-100 {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:tw-from-teal-200 {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:tw-from-teal-300 {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:tw-from-teal-400 {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:tw-from-teal-500 {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:tw-from-teal-600 {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:tw-from-teal-700 {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:tw-from-teal-800 {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:tw-from-teal-900 {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:tw-from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:tw-from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:tw-from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:tw-from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:tw-from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:tw-from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:tw-from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:tw-from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:tw-from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:tw-from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:tw-from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:tw-from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:tw-from-lightBlue-200 {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:tw-from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:tw-from-lightBlue-400 {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:tw-from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:tw-from-lightBlue-600 {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:tw-from-lightBlue-700 {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:tw-from-lightBlue-800 {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:tw-from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:tw-from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:tw-from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:tw-from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:tw-from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:tw-from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:tw-from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:tw-from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:tw-from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:tw-from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:tw-from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:tw-from-violet-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:tw-from-violet-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:tw-from-violet-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:tw-from-violet-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:tw-from-violet-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:tw-from-violet-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:tw-from-violet-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:tw-from-violet-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:tw-from-violet-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:tw-from-violet-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:tw-from-purple-50 {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-from-purple-100 {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:tw-from-purple-200 {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:tw-from-purple-300 {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:tw-from-purple-400 {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:tw-from-purple-500 {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:tw-from-purple-600 {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:tw-from-purple-700 {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:tw-from-purple-800 {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:tw-from-purple-900 {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:tw-from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:tw-from-fuchsia-100 {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:tw-from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:tw-from-fuchsia-300 {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:tw-from-fuchsia-400 {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:tw-from-fuchsia-500 {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:tw-from-fuchsia-600 {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:tw-from-fuchsia-700 {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:tw-from-fuchsia-800 {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:tw-from-fuchsia-900 {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:tw-from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:tw-from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:tw-from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:tw-from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:tw-from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:tw-from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:tw-from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:tw-from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:tw-from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:tw-from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:tw-from-rose-50 {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:tw-from-rose-100 {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:tw-from-rose-200 {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:tw-from-rose-300 {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:tw-from-rose-400 {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:tw-from-rose-500 {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:tw-from-rose-600 {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:tw-from-rose-700 {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:tw-from-rose-800 {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:tw-from-rose-900 {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:tw-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:tw-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:tw-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:tw-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:tw-via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:tw-via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:tw-via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:tw-via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:tw-via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:tw-via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:tw-via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:tw-via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:tw-via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:tw-via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:tw-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:tw-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:tw-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:tw-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:tw-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:tw-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:tw-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:tw-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:tw-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:tw-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:tw-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:tw-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:tw-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:tw-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:tw-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:tw-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:tw-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:tw-via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:tw-via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:tw-via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:tw-via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:tw-via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:tw-via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:tw-via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:tw-via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:tw-via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:tw-via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:tw-via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:tw-via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:tw-via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:tw-via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:tw-via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:tw-via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:tw-via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:tw-via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:tw-via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:tw-via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:tw-via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:tw-via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:tw-via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:tw-via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:tw-via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:tw-via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:tw-via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:tw-via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:tw-via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:tw-via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:tw-via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:tw-via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:tw-via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:tw-via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:tw-via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:tw-via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:tw-via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:tw-via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:tw-via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:tw-via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:tw-via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:tw-via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:tw-via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:tw-via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:tw-via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:tw-via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:tw-via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:tw-via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:tw-via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:tw-via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:tw-via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:tw-via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:tw-via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:tw-via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:tw-via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:tw-via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:tw-via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:tw-via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:tw-via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:tw-via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:tw-via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:tw-via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:tw-via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:tw-via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:tw-via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:tw-via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:tw-via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:tw-via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:tw-via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:tw-via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:tw-via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:tw-via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:tw-via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:tw-via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:tw-via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:tw-via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:tw-via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:tw-via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:tw-via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:tw-via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:tw-via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:tw-via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:tw-via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:tw-via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:tw-via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:tw-via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:tw-via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:tw-via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:tw-via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:tw-via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:tw-via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:tw-via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:tw-via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:tw-via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:tw-via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:tw-via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:tw-via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:tw-via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:tw-via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:tw-via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:tw-via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:tw-via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:tw-via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:tw-via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:tw-via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:tw-via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:tw-via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:tw-via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:tw-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:tw-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:tw-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:tw-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:tw-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:tw-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:tw-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:tw-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:tw-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:tw-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:tw-via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:tw-via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:tw-via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:tw-via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:tw-via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:tw-via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:tw-via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:tw-via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:tw-via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:tw-via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:tw-via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:tw-via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:tw-via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:tw-via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:tw-via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:tw-via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:tw-via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:tw-via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:tw-via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:tw-via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:tw-via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:tw-via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:tw-via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:tw-via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:tw-via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:tw-via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:tw-via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:tw-via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:tw-via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:tw-via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lg\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .lg\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .lg\:tw-to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:tw-to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:tw-to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:tw-to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:tw-to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:tw-to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:tw-to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:tw-to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:tw-to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:tw-to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:tw-to-blueGray-50 {
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:tw-to-blueGray-100 {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:tw-to-blueGray-200 {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:tw-to-blueGray-300 {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:tw-to-blueGray-400 {
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:tw-to-blueGray-500 {
    --tw-gradient-to: #64748b !important;
  }

  .lg\:tw-to-blueGray-600 {
    --tw-gradient-to: #475569 !important;
  }

  .lg\:tw-to-blueGray-700 {
    --tw-gradient-to: #334155 !important;
  }

  .lg\:tw-to-blueGray-800 {
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:tw-to-blueGray-900 {
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:tw-to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:tw-to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:tw-to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:tw-to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:tw-to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:tw-to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:tw-to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:tw-to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:tw-to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:tw-to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:tw-to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:tw-to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:tw-to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:tw-to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:tw-to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:tw-to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:tw-to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:tw-to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:tw-to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:tw-to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:tw-to-amber-50 {
    --tw-gradient-to: #fffbeb !important;
  }

  .lg\:tw-to-amber-100 {
    --tw-gradient-to: #fef3c7 !important;
  }

  .lg\:tw-to-amber-200 {
    --tw-gradient-to: #fde68a !important;
  }

  .lg\:tw-to-amber-300 {
    --tw-gradient-to: #fcd34d !important;
  }

  .lg\:tw-to-amber-400 {
    --tw-gradient-to: #fbbf24 !important;
  }

  .lg\:tw-to-amber-500 {
    --tw-gradient-to: #f59e0b !important;
  }

  .lg\:tw-to-amber-600 {
    --tw-gradient-to: #d97706 !important;
  }

  .lg\:tw-to-amber-700 {
    --tw-gradient-to: #b45309 !important;
  }

  .lg\:tw-to-amber-800 {
    --tw-gradient-to: #92400e !important;
  }

  .lg\:tw-to-amber-900 {
    --tw-gradient-to: #78350f !important;
  }

  .lg\:tw-to-orange-50 {
    --tw-gradient-to: #fff7ed !important;
  }

  .lg\:tw-to-orange-100 {
    --tw-gradient-to: #ffedd5 !important;
  }

  .lg\:tw-to-orange-200 {
    --tw-gradient-to: #fed7aa !important;
  }

  .lg\:tw-to-orange-300 {
    --tw-gradient-to: #fdba74 !important;
  }

  .lg\:tw-to-orange-400 {
    --tw-gradient-to: #fb923c !important;
  }

  .lg\:tw-to-orange-500 {
    --tw-gradient-to: #f97316 !important;
  }

  .lg\:tw-to-orange-600 {
    --tw-gradient-to: #ea580c !important;
  }

  .lg\:tw-to-orange-700 {
    --tw-gradient-to: #c2410c !important;
  }

  .lg\:tw-to-orange-800 {
    --tw-gradient-to: #9a3412 !important;
  }

  .lg\:tw-to-orange-900 {
    --tw-gradient-to: #7c2d12 !important;
  }

  .lg\:tw-to-yellow-50 {
    --tw-gradient-to: #fefce8 !important;
  }

  .lg\:tw-to-yellow-100 {
    --tw-gradient-to: #fef9c3 !important;
  }

  .lg\:tw-to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:tw-to-yellow-300 {
    --tw-gradient-to: #fde047 !important;
  }

  .lg\:tw-to-yellow-400 {
    --tw-gradient-to: #facc15 !important;
  }

  .lg\:tw-to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:tw-to-yellow-600 {
    --tw-gradient-to: #ca8a04 !important;
  }

  .lg\:tw-to-yellow-700 {
    --tw-gradient-to: #a16207 !important;
  }

  .lg\:tw-to-yellow-800 {
    --tw-gradient-to: #854d0e !important;
  }

  .lg\:tw-to-yellow-900 {
    --tw-gradient-to: #713f12 !important;
  }

  .lg\:tw-to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:tw-to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:tw-to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:tw-to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:tw-to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:tw-to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:tw-to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:tw-to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:tw-to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:tw-to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:tw-to-green-50 {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .lg\:tw-to-green-100 {
    --tw-gradient-to: #dcfce7 !important;
  }

  .lg\:tw-to-green-200 {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .lg\:tw-to-green-300 {
    --tw-gradient-to: #86efac !important;
  }

  .lg\:tw-to-green-400 {
    --tw-gradient-to: #4ade80 !important;
  }

  .lg\:tw-to-green-500 {
    --tw-gradient-to: #22c55e !important;
  }

  .lg\:tw-to-green-600 {
    --tw-gradient-to: #16a34a !important;
  }

  .lg\:tw-to-green-700 {
    --tw-gradient-to: #15803d !important;
  }

  .lg\:tw-to-green-800 {
    --tw-gradient-to: #166534 !important;
  }

  .lg\:tw-to-green-900 {
    --tw-gradient-to: #14532d !important;
  }

  .lg\:tw-to-emerald-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:tw-to-emerald-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:tw-to-emerald-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:tw-to-emerald-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:tw-to-emerald-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:tw-to-emerald-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:tw-to-emerald-600 {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:tw-to-emerald-700 {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:tw-to-emerald-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:tw-to-emerald-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:tw-to-teal-50 {
    --tw-gradient-to: #f0fdfa !important;
  }

  .lg\:tw-to-teal-100 {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .lg\:tw-to-teal-200 {
    --tw-gradient-to: #99f6e4 !important;
  }

  .lg\:tw-to-teal-300 {
    --tw-gradient-to: #5eead4 !important;
  }

  .lg\:tw-to-teal-400 {
    --tw-gradient-to: #2dd4bf !important;
  }

  .lg\:tw-to-teal-500 {
    --tw-gradient-to: #14b8a6 !important;
  }

  .lg\:tw-to-teal-600 {
    --tw-gradient-to: #0d9488 !important;
  }

  .lg\:tw-to-teal-700 {
    --tw-gradient-to: #0f766e !important;
  }

  .lg\:tw-to-teal-800 {
    --tw-gradient-to: #115e59 !important;
  }

  .lg\:tw-to-teal-900 {
    --tw-gradient-to: #134e4a !important;
  }

  .lg\:tw-to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:tw-to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:tw-to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:tw-to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:tw-to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:tw-to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:tw-to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:tw-to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:tw-to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:tw-to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:tw-to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff !important;
  }

  .lg\:tw-to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe !important;
  }

  .lg\:tw-to-lightBlue-200 {
    --tw-gradient-to: #bae6fd !important;
  }

  .lg\:tw-to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc !important;
  }

  .lg\:tw-to-lightBlue-400 {
    --tw-gradient-to: #38bdf8 !important;
  }

  .lg\:tw-to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .lg\:tw-to-lightBlue-600 {
    --tw-gradient-to: #0284c7 !important;
  }

  .lg\:tw-to-lightBlue-700 {
    --tw-gradient-to: #0369a1 !important;
  }

  .lg\:tw-to-lightBlue-800 {
    --tw-gradient-to: #075985 !important;
  }

  .lg\:tw-to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e !important;
  }

  .lg\:tw-to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:tw-to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:tw-to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:tw-to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:tw-to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:tw-to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:tw-to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:tw-to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:tw-to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:tw-to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:tw-to-violet-50 {
    --tw-gradient-to: #f5f3ff !important;
  }

  .lg\:tw-to-violet-100 {
    --tw-gradient-to: #ede9fe !important;
  }

  .lg\:tw-to-violet-200 {
    --tw-gradient-to: #ddd6fe !important;
  }

  .lg\:tw-to-violet-300 {
    --tw-gradient-to: #c4b5fd !important;
  }

  .lg\:tw-to-violet-400 {
    --tw-gradient-to: #a78bfa !important;
  }

  .lg\:tw-to-violet-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .lg\:tw-to-violet-600 {
    --tw-gradient-to: #7c3aed !important;
  }

  .lg\:tw-to-violet-700 {
    --tw-gradient-to: #6d28d9 !important;
  }

  .lg\:tw-to-violet-800 {
    --tw-gradient-to: #5b21b6 !important;
  }

  .lg\:tw-to-violet-900 {
    --tw-gradient-to: #4c1d95 !important;
  }

  .lg\:tw-to-purple-50 {
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:tw-to-purple-100 {
    --tw-gradient-to: #f3e8ff !important;
  }

  .lg\:tw-to-purple-200 {
    --tw-gradient-to: #e9d5ff !important;
  }

  .lg\:tw-to-purple-300 {
    --tw-gradient-to: #d8b4fe !important;
  }

  .lg\:tw-to-purple-400 {
    --tw-gradient-to: #c084fc !important;
  }

  .lg\:tw-to-purple-500 {
    --tw-gradient-to: #a855f7 !important;
  }

  .lg\:tw-to-purple-600 {
    --tw-gradient-to: #9333ea !important;
  }

  .lg\:tw-to-purple-700 {
    --tw-gradient-to: #7e22ce !important;
  }

  .lg\:tw-to-purple-800 {
    --tw-gradient-to: #6b21a8 !important;
  }

  .lg\:tw-to-purple-900 {
    --tw-gradient-to: #581c87 !important;
  }

  .lg\:tw-to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff !important;
  }

  .lg\:tw-to-fuchsia-100 {
    --tw-gradient-to: #fae8ff !important;
  }

  .lg\:tw-to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe !important;
  }

  .lg\:tw-to-fuchsia-300 {
    --tw-gradient-to: #f0abfc !important;
  }

  .lg\:tw-to-fuchsia-400 {
    --tw-gradient-to: #e879f9 !important;
  }

  .lg\:tw-to-fuchsia-500 {
    --tw-gradient-to: #d946ef !important;
  }

  .lg\:tw-to-fuchsia-600 {
    --tw-gradient-to: #c026d3 !important;
  }

  .lg\:tw-to-fuchsia-700 {
    --tw-gradient-to: #a21caf !important;
  }

  .lg\:tw-to-fuchsia-800 {
    --tw-gradient-to: #86198f !important;
  }

  .lg\:tw-to-fuchsia-900 {
    --tw-gradient-to: #701a75 !important;
  }

  .lg\:tw-to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:tw-to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:tw-to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:tw-to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:tw-to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:tw-to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:tw-to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:tw-to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:tw-to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:tw-to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:tw-to-rose-50 {
    --tw-gradient-to: #fff1f2 !important;
  }

  .lg\:tw-to-rose-100 {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .lg\:tw-to-rose-200 {
    --tw-gradient-to: #fecdd3 !important;
  }

  .lg\:tw-to-rose-300 {
    --tw-gradient-to: #fda4af !important;
  }

  .lg\:tw-to-rose-400 {
    --tw-gradient-to: #fb7185 !important;
  }

  .lg\:tw-to-rose-500 {
    --tw-gradient-to: #f43f5e !important;
  }

  .lg\:tw-to-rose-600 {
    --tw-gradient-to: #e11d48 !important;
  }

  .lg\:tw-to-rose-700 {
    --tw-gradient-to: #be123c !important;
  }

  .lg\:tw-to-rose-800 {
    --tw-gradient-to: #9f1239 !important;
  }

  .lg\:tw-to-rose-900 {
    --tw-gradient-to: #881337 !important;
  }

  .lg\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:tw-from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-500:hover {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-600:hover {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-700:hover {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-800:hover {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:tw-from-blueGray-900:hover {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:tw-from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:tw-from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:tw-from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:tw-from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:tw-from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:tw-from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:tw-from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:hover\:tw-from-amber-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-50:hover {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-100:hover {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-200:hover {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-300:hover {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-400:hover {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-500:hover {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-600:hover {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-700:hover {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-800:hover {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-orange-900:hover {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-50:hover {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-100:hover {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-300:hover {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-400:hover {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-600:hover {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-700:hover {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-800:hover {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:tw-from-yellow-900:hover {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:tw-from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:tw-from-green-50:hover {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:tw-from-green-200:hover {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:tw-from-green-300:hover {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:tw-from-green-400:hover {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:tw-from-green-500:hover {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-green-600:hover {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:tw-from-green-700:hover {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:tw-from-green-800:hover {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:tw-from-emerald-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-50:hover {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-100:hover {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-200:hover {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-300:hover {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-400:hover {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-500:hover {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-600:hover {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-700:hover {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-800:hover {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:tw-from-teal-900:hover {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:tw-from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-800:hover {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:hover\:tw-from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:tw-from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:tw-from-violet-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-50:hover {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-100:hover {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-200:hover {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-300:hover {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-400:hover {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-500:hover {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-600:hover {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-700:hover {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-800:hover {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:hover\:tw-from-purple-900:hover {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-800:hover {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:hover\:tw-from-fuchsia-900:hover {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:tw-from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-50:hover {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-100:hover {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-200:hover {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-300:hover {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-400:hover {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-500:hover {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-600:hover {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-700:hover {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-800:hover {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:hover\:tw-from-rose-900:hover {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:tw-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:hover\:tw-via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:hover\:tw-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:tw-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:tw-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:tw-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:tw-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:tw-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:tw-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:tw-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:tw-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:tw-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:hover\:tw-via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:hover\:tw-via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:tw-via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:tw-via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:hover\:tw-via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:hover\:tw-via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:hover\:tw-via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:hover\:tw-via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:hover\:tw-via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:hover\:tw-via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:tw-via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:hover\:tw-via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:tw-via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:hover\:tw-via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:tw-via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:hover\:tw-via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:hover\:tw-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:hover\:tw-via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:tw-via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:hover\:tw-via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:hover\:tw-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:hover\:tw-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:hover\:tw-to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:hover\:tw-to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:hover\:tw-to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:hover\:tw-to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:hover\:tw-to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:hover\:tw-to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:hover\:tw-to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:hover\:tw-to-blueGray-500:hover {
    --tw-gradient-to: #64748b !important;
  }

  .lg\:hover\:tw-to-blueGray-600:hover {
    --tw-gradient-to: #475569 !important;
  }

  .lg\:hover\:tw-to-blueGray-700:hover {
    --tw-gradient-to: #334155 !important;
  }

  .lg\:hover\:tw-to-blueGray-800:hover {
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:hover\:tw-to-blueGray-900:hover {
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:hover\:tw-to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:hover\:tw-to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:hover\:tw-to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:hover\:tw-to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:hover\:tw-to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:hover\:tw-to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:hover\:tw-to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:hover\:tw-to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:hover\:tw-to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:hover\:tw-to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:hover\:tw-to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:hover\:tw-to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:hover\:tw-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:hover\:tw-to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:hover\:tw-to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:hover\:tw-to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:hover\:tw-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:hover\:tw-to-amber-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }

  .lg\:hover\:tw-to-amber-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }

  .lg\:hover\:tw-to-amber-200:hover {
    --tw-gradient-to: #fde68a !important;
  }

  .lg\:hover\:tw-to-amber-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }

  .lg\:hover\:tw-to-amber-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }

  .lg\:hover\:tw-to-amber-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }

  .lg\:hover\:tw-to-amber-600:hover {
    --tw-gradient-to: #d97706 !important;
  }

  .lg\:hover\:tw-to-amber-700:hover {
    --tw-gradient-to: #b45309 !important;
  }

  .lg\:hover\:tw-to-amber-800:hover {
    --tw-gradient-to: #92400e !important;
  }

  .lg\:hover\:tw-to-amber-900:hover {
    --tw-gradient-to: #78350f !important;
  }

  .lg\:hover\:tw-to-orange-50:hover {
    --tw-gradient-to: #fff7ed !important;
  }

  .lg\:hover\:tw-to-orange-100:hover {
    --tw-gradient-to: #ffedd5 !important;
  }

  .lg\:hover\:tw-to-orange-200:hover {
    --tw-gradient-to: #fed7aa !important;
  }

  .lg\:hover\:tw-to-orange-300:hover {
    --tw-gradient-to: #fdba74 !important;
  }

  .lg\:hover\:tw-to-orange-400:hover {
    --tw-gradient-to: #fb923c !important;
  }

  .lg\:hover\:tw-to-orange-500:hover {
    --tw-gradient-to: #f97316 !important;
  }

  .lg\:hover\:tw-to-orange-600:hover {
    --tw-gradient-to: #ea580c !important;
  }

  .lg\:hover\:tw-to-orange-700:hover {
    --tw-gradient-to: #c2410c !important;
  }

  .lg\:hover\:tw-to-orange-800:hover {
    --tw-gradient-to: #9a3412 !important;
  }

  .lg\:hover\:tw-to-orange-900:hover {
    --tw-gradient-to: #7c2d12 !important;
  }

  .lg\:hover\:tw-to-yellow-50:hover {
    --tw-gradient-to: #fefce8 !important;
  }

  .lg\:hover\:tw-to-yellow-100:hover {
    --tw-gradient-to: #fef9c3 !important;
  }

  .lg\:hover\:tw-to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:hover\:tw-to-yellow-300:hover {
    --tw-gradient-to: #fde047 !important;
  }

  .lg\:hover\:tw-to-yellow-400:hover {
    --tw-gradient-to: #facc15 !important;
  }

  .lg\:hover\:tw-to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:hover\:tw-to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 !important;
  }

  .lg\:hover\:tw-to-yellow-700:hover {
    --tw-gradient-to: #a16207 !important;
  }

  .lg\:hover\:tw-to-yellow-800:hover {
    --tw-gradient-to: #854d0e !important;
  }

  .lg\:hover\:tw-to-yellow-900:hover {
    --tw-gradient-to: #713f12 !important;
  }

  .lg\:hover\:tw-to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:hover\:tw-to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:hover\:tw-to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:hover\:tw-to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:hover\:tw-to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:hover\:tw-to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:hover\:tw-to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:hover\:tw-to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:hover\:tw-to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:hover\:tw-to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:hover\:tw-to-green-50:hover {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .lg\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #dcfce7 !important;
  }

  .lg\:hover\:tw-to-green-200:hover {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .lg\:hover\:tw-to-green-300:hover {
    --tw-gradient-to: #86efac !important;
  }

  .lg\:hover\:tw-to-green-400:hover {
    --tw-gradient-to: #4ade80 !important;
  }

  .lg\:hover\:tw-to-green-500:hover {
    --tw-gradient-to: #22c55e !important;
  }

  .lg\:hover\:tw-to-green-600:hover {
    --tw-gradient-to: #16a34a !important;
  }

  .lg\:hover\:tw-to-green-700:hover {
    --tw-gradient-to: #15803d !important;
  }

  .lg\:hover\:tw-to-green-800:hover {
    --tw-gradient-to: #166534 !important;
  }

  .lg\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #14532d !important;
  }

  .lg\:hover\:tw-to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:hover\:tw-to-emerald-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:hover\:tw-to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:hover\:tw-to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:hover\:tw-to-emerald-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:hover\:tw-to-emerald-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:hover\:tw-to-emerald-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:hover\:tw-to-emerald-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:hover\:tw-to-emerald-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:hover\:tw-to-emerald-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:hover\:tw-to-teal-50:hover {
    --tw-gradient-to: #f0fdfa !important;
  }

  .lg\:hover\:tw-to-teal-100:hover {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .lg\:hover\:tw-to-teal-200:hover {
    --tw-gradient-to: #99f6e4 !important;
  }

  .lg\:hover\:tw-to-teal-300:hover {
    --tw-gradient-to: #5eead4 !important;
  }

  .lg\:hover\:tw-to-teal-400:hover {
    --tw-gradient-to: #2dd4bf !important;
  }

  .lg\:hover\:tw-to-teal-500:hover {
    --tw-gradient-to: #14b8a6 !important;
  }

  .lg\:hover\:tw-to-teal-600:hover {
    --tw-gradient-to: #0d9488 !important;
  }

  .lg\:hover\:tw-to-teal-700:hover {
    --tw-gradient-to: #0f766e !important;
  }

  .lg\:hover\:tw-to-teal-800:hover {
    --tw-gradient-to: #115e59 !important;
  }

  .lg\:hover\:tw-to-teal-900:hover {
    --tw-gradient-to: #134e4a !important;
  }

  .lg\:hover\:tw-to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:hover\:tw-to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:hover\:tw-to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:hover\:tw-to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:hover\:tw-to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:hover\:tw-to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:hover\:tw-to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:hover\:tw-to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:hover\:tw-to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:hover\:tw-to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:hover\:tw-to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff !important;
  }

  .lg\:hover\:tw-to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe !important;
  }

  .lg\:hover\:tw-to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd !important;
  }

  .lg\:hover\:tw-to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc !important;
  }

  .lg\:hover\:tw-to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8 !important;
  }

  .lg\:hover\:tw-to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .lg\:hover\:tw-to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7 !important;
  }

  .lg\:hover\:tw-to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1 !important;
  }

  .lg\:hover\:tw-to-lightBlue-800:hover {
    --tw-gradient-to: #075985 !important;
  }

  .lg\:hover\:tw-to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e !important;
  }

  .lg\:hover\:tw-to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:hover\:tw-to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:hover\:tw-to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:hover\:tw-to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:hover\:tw-to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:hover\:tw-to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:hover\:tw-to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:hover\:tw-to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:hover\:tw-to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:hover\:tw-to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:hover\:tw-to-violet-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }

  .lg\:hover\:tw-to-violet-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }

  .lg\:hover\:tw-to-violet-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }

  .lg\:hover\:tw-to-violet-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }

  .lg\:hover\:tw-to-violet-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }

  .lg\:hover\:tw-to-violet-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .lg\:hover\:tw-to-violet-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }

  .lg\:hover\:tw-to-violet-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }

  .lg\:hover\:tw-to-violet-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }

  .lg\:hover\:tw-to-violet-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }

  .lg\:hover\:tw-to-purple-50:hover {
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:hover\:tw-to-purple-100:hover {
    --tw-gradient-to: #f3e8ff !important;
  }

  .lg\:hover\:tw-to-purple-200:hover {
    --tw-gradient-to: #e9d5ff !important;
  }

  .lg\:hover\:tw-to-purple-300:hover {
    --tw-gradient-to: #d8b4fe !important;
  }

  .lg\:hover\:tw-to-purple-400:hover {
    --tw-gradient-to: #c084fc !important;
  }

  .lg\:hover\:tw-to-purple-500:hover {
    --tw-gradient-to: #a855f7 !important;
  }

  .lg\:hover\:tw-to-purple-600:hover {
    --tw-gradient-to: #9333ea !important;
  }

  .lg\:hover\:tw-to-purple-700:hover {
    --tw-gradient-to: #7e22ce !important;
  }

  .lg\:hover\:tw-to-purple-800:hover {
    --tw-gradient-to: #6b21a8 !important;
  }

  .lg\:hover\:tw-to-purple-900:hover {
    --tw-gradient-to: #581c87 !important;
  }

  .lg\:hover\:tw-to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff !important;
  }

  .lg\:hover\:tw-to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff !important;
  }

  .lg\:hover\:tw-to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe !important;
  }

  .lg\:hover\:tw-to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc !important;
  }

  .lg\:hover\:tw-to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9 !important;
  }

  .lg\:hover\:tw-to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef !important;
  }

  .lg\:hover\:tw-to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3 !important;
  }

  .lg\:hover\:tw-to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf !important;
  }

  .lg\:hover\:tw-to-fuchsia-800:hover {
    --tw-gradient-to: #86198f !important;
  }

  .lg\:hover\:tw-to-fuchsia-900:hover {
    --tw-gradient-to: #701a75 !important;
  }

  .lg\:hover\:tw-to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:hover\:tw-to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:hover\:tw-to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:hover\:tw-to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:hover\:tw-to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:hover\:tw-to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:hover\:tw-to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:hover\:tw-to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:hover\:tw-to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:hover\:tw-to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:hover\:tw-to-rose-50:hover {
    --tw-gradient-to: #fff1f2 !important;
  }

  .lg\:hover\:tw-to-rose-100:hover {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .lg\:hover\:tw-to-rose-200:hover {
    --tw-gradient-to: #fecdd3 !important;
  }

  .lg\:hover\:tw-to-rose-300:hover {
    --tw-gradient-to: #fda4af !important;
  }

  .lg\:hover\:tw-to-rose-400:hover {
    --tw-gradient-to: #fb7185 !important;
  }

  .lg\:hover\:tw-to-rose-500:hover {
    --tw-gradient-to: #f43f5e !important;
  }

  .lg\:hover\:tw-to-rose-600:hover {
    --tw-gradient-to: #e11d48 !important;
  }

  .lg\:hover\:tw-to-rose-700:hover {
    --tw-gradient-to: #be123c !important;
  }

  .lg\:hover\:tw-to-rose-800:hover {
    --tw-gradient-to: #9f1239 !important;
  }

  .lg\:hover\:tw-to-rose-900:hover {
    --tw-gradient-to: #881337 !important;
  }

  .lg\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:tw-from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-500:focus {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-600:focus {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-700:focus {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-800:focus {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:tw-from-blueGray-900:focus {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:tw-from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:tw-from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:tw-from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:tw-from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:tw-from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:tw-from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:tw-from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:focus\:tw-from-amber-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-50:focus {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-100:focus {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-200:focus {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-300:focus {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-400:focus {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-500:focus {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-600:focus {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-700:focus {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-800:focus {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-orange-900:focus {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-50:focus {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-100:focus {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-300:focus {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-400:focus {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-600:focus {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-700:focus {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-800:focus {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:tw-from-yellow-900:focus {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:tw-from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:tw-from-green-50:focus {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:tw-from-green-200:focus {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:tw-from-green-300:focus {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:tw-from-green-400:focus {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:tw-from-green-500:focus {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-green-600:focus {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:tw-from-green-700:focus {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:tw-from-green-800:focus {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:tw-from-emerald-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-50:focus {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-100:focus {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-200:focus {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-300:focus {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-400:focus {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-500:focus {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-600:focus {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-700:focus {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-800:focus {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:tw-from-teal-900:focus {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:tw-from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-800:focus {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:focus\:tw-from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:tw-from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:tw-from-violet-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-50:focus {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-100:focus {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-200:focus {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-300:focus {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-400:focus {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-500:focus {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-600:focus {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-700:focus {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-800:focus {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:focus\:tw-from-purple-900:focus {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-800:focus {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:focus\:tw-from-fuchsia-900:focus {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:tw-from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-50:focus {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-100:focus {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-200:focus {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-300:focus {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-400:focus {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-500:focus {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-600:focus {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-700:focus {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-800:focus {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:focus\:tw-from-rose-900:focus {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:tw-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .lg\:focus\:tw-via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .lg\:focus\:tw-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:tw-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:tw-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:tw-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:tw-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:tw-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:tw-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:tw-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:tw-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:tw-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .lg\:focus\:tw-via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .lg\:focus\:tw-via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:tw-via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:tw-via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .lg\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .lg\:focus\:tw-via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .lg\:focus\:tw-via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .lg\:focus\:tw-via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .lg\:focus\:tw-via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .lg\:focus\:tw-via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .lg\:focus\:tw-via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .lg\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:tw-via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .lg\:focus\:tw-via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:tw-via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .lg\:focus\:tw-via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:tw-via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .lg\:focus\:tw-via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .lg\:focus\:tw-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .lg\:focus\:tw-via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:tw-via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .lg\:focus\:tw-via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .lg\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:focus\:tw-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:focus\:tw-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:focus\:tw-to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:focus\:tw-to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:focus\:tw-to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc !important;
  }

  .lg\:focus\:tw-to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .lg\:focus\:tw-to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .lg\:focus\:tw-to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .lg\:focus\:tw-to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8 !important;
  }

  .lg\:focus\:tw-to-blueGray-500:focus {
    --tw-gradient-to: #64748b !important;
  }

  .lg\:focus\:tw-to-blueGray-600:focus {
    --tw-gradient-to: #475569 !important;
  }

  .lg\:focus\:tw-to-blueGray-700:focus {
    --tw-gradient-to: #334155 !important;
  }

  .lg\:focus\:tw-to-blueGray-800:focus {
    --tw-gradient-to: #1e293b !important;
  }

  .lg\:focus\:tw-to-blueGray-900:focus {
    --tw-gradient-to: #0f172a !important;
  }

  .lg\:focus\:tw-to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:focus\:tw-to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:focus\:tw-to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:focus\:tw-to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:focus\:tw-to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:focus\:tw-to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:focus\:tw-to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:focus\:tw-to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:focus\:tw-to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:focus\:tw-to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:focus\:tw-to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:focus\:tw-to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:focus\:tw-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:focus\:tw-to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:focus\:tw-to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:focus\:tw-to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:focus\:tw-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:focus\:tw-to-amber-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }

  .lg\:focus\:tw-to-amber-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }

  .lg\:focus\:tw-to-amber-200:focus {
    --tw-gradient-to: #fde68a !important;
  }

  .lg\:focus\:tw-to-amber-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }

  .lg\:focus\:tw-to-amber-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }

  .lg\:focus\:tw-to-amber-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }

  .lg\:focus\:tw-to-amber-600:focus {
    --tw-gradient-to: #d97706 !important;
  }

  .lg\:focus\:tw-to-amber-700:focus {
    --tw-gradient-to: #b45309 !important;
  }

  .lg\:focus\:tw-to-amber-800:focus {
    --tw-gradient-to: #92400e !important;
  }

  .lg\:focus\:tw-to-amber-900:focus {
    --tw-gradient-to: #78350f !important;
  }

  .lg\:focus\:tw-to-orange-50:focus {
    --tw-gradient-to: #fff7ed !important;
  }

  .lg\:focus\:tw-to-orange-100:focus {
    --tw-gradient-to: #ffedd5 !important;
  }

  .lg\:focus\:tw-to-orange-200:focus {
    --tw-gradient-to: #fed7aa !important;
  }

  .lg\:focus\:tw-to-orange-300:focus {
    --tw-gradient-to: #fdba74 !important;
  }

  .lg\:focus\:tw-to-orange-400:focus {
    --tw-gradient-to: #fb923c !important;
  }

  .lg\:focus\:tw-to-orange-500:focus {
    --tw-gradient-to: #f97316 !important;
  }

  .lg\:focus\:tw-to-orange-600:focus {
    --tw-gradient-to: #ea580c !important;
  }

  .lg\:focus\:tw-to-orange-700:focus {
    --tw-gradient-to: #c2410c !important;
  }

  .lg\:focus\:tw-to-orange-800:focus {
    --tw-gradient-to: #9a3412 !important;
  }

  .lg\:focus\:tw-to-orange-900:focus {
    --tw-gradient-to: #7c2d12 !important;
  }

  .lg\:focus\:tw-to-yellow-50:focus {
    --tw-gradient-to: #fefce8 !important;
  }

  .lg\:focus\:tw-to-yellow-100:focus {
    --tw-gradient-to: #fef9c3 !important;
  }

  .lg\:focus\:tw-to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:focus\:tw-to-yellow-300:focus {
    --tw-gradient-to: #fde047 !important;
  }

  .lg\:focus\:tw-to-yellow-400:focus {
    --tw-gradient-to: #facc15 !important;
  }

  .lg\:focus\:tw-to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:focus\:tw-to-yellow-600:focus {
    --tw-gradient-to: #ca8a04 !important;
  }

  .lg\:focus\:tw-to-yellow-700:focus {
    --tw-gradient-to: #a16207 !important;
  }

  .lg\:focus\:tw-to-yellow-800:focus {
    --tw-gradient-to: #854d0e !important;
  }

  .lg\:focus\:tw-to-yellow-900:focus {
    --tw-gradient-to: #713f12 !important;
  }

  .lg\:focus\:tw-to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:focus\:tw-to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:focus\:tw-to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:focus\:tw-to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:focus\:tw-to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:focus\:tw-to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:focus\:tw-to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:focus\:tw-to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:focus\:tw-to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:focus\:tw-to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:focus\:tw-to-green-50:focus {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .lg\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #dcfce7 !important;
  }

  .lg\:focus\:tw-to-green-200:focus {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .lg\:focus\:tw-to-green-300:focus {
    --tw-gradient-to: #86efac !important;
  }

  .lg\:focus\:tw-to-green-400:focus {
    --tw-gradient-to: #4ade80 !important;
  }

  .lg\:focus\:tw-to-green-500:focus {
    --tw-gradient-to: #22c55e !important;
  }

  .lg\:focus\:tw-to-green-600:focus {
    --tw-gradient-to: #16a34a !important;
  }

  .lg\:focus\:tw-to-green-700:focus {
    --tw-gradient-to: #15803d !important;
  }

  .lg\:focus\:tw-to-green-800:focus {
    --tw-gradient-to: #166534 !important;
  }

  .lg\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #14532d !important;
  }

  .lg\:focus\:tw-to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:focus\:tw-to-emerald-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:focus\:tw-to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:focus\:tw-to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:focus\:tw-to-emerald-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:focus\:tw-to-emerald-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:focus\:tw-to-emerald-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:focus\:tw-to-emerald-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:focus\:tw-to-emerald-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:focus\:tw-to-emerald-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:focus\:tw-to-teal-50:focus {
    --tw-gradient-to: #f0fdfa !important;
  }

  .lg\:focus\:tw-to-teal-100:focus {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .lg\:focus\:tw-to-teal-200:focus {
    --tw-gradient-to: #99f6e4 !important;
  }

  .lg\:focus\:tw-to-teal-300:focus {
    --tw-gradient-to: #5eead4 !important;
  }

  .lg\:focus\:tw-to-teal-400:focus {
    --tw-gradient-to: #2dd4bf !important;
  }

  .lg\:focus\:tw-to-teal-500:focus {
    --tw-gradient-to: #14b8a6 !important;
  }

  .lg\:focus\:tw-to-teal-600:focus {
    --tw-gradient-to: #0d9488 !important;
  }

  .lg\:focus\:tw-to-teal-700:focus {
    --tw-gradient-to: #0f766e !important;
  }

  .lg\:focus\:tw-to-teal-800:focus {
    --tw-gradient-to: #115e59 !important;
  }

  .lg\:focus\:tw-to-teal-900:focus {
    --tw-gradient-to: #134e4a !important;
  }

  .lg\:focus\:tw-to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:focus\:tw-to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:focus\:tw-to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:focus\:tw-to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:focus\:tw-to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:focus\:tw-to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:focus\:tw-to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:focus\:tw-to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:focus\:tw-to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:focus\:tw-to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:focus\:tw-to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff !important;
  }

  .lg\:focus\:tw-to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe !important;
  }

  .lg\:focus\:tw-to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd !important;
  }

  .lg\:focus\:tw-to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc !important;
  }

  .lg\:focus\:tw-to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8 !important;
  }

  .lg\:focus\:tw-to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .lg\:focus\:tw-to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7 !important;
  }

  .lg\:focus\:tw-to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1 !important;
  }

  .lg\:focus\:tw-to-lightBlue-800:focus {
    --tw-gradient-to: #075985 !important;
  }

  .lg\:focus\:tw-to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e !important;
  }

  .lg\:focus\:tw-to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:focus\:tw-to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:focus\:tw-to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:focus\:tw-to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:focus\:tw-to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:focus\:tw-to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:focus\:tw-to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:focus\:tw-to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:focus\:tw-to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:focus\:tw-to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:focus\:tw-to-violet-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }

  .lg\:focus\:tw-to-violet-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }

  .lg\:focus\:tw-to-violet-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }

  .lg\:focus\:tw-to-violet-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }

  .lg\:focus\:tw-to-violet-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }

  .lg\:focus\:tw-to-violet-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .lg\:focus\:tw-to-violet-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }

  .lg\:focus\:tw-to-violet-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }

  .lg\:focus\:tw-to-violet-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }

  .lg\:focus\:tw-to-violet-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }

  .lg\:focus\:tw-to-purple-50:focus {
    --tw-gradient-to: #faf5ff !important;
  }

  .lg\:focus\:tw-to-purple-100:focus {
    --tw-gradient-to: #f3e8ff !important;
  }

  .lg\:focus\:tw-to-purple-200:focus {
    --tw-gradient-to: #e9d5ff !important;
  }

  .lg\:focus\:tw-to-purple-300:focus {
    --tw-gradient-to: #d8b4fe !important;
  }

  .lg\:focus\:tw-to-purple-400:focus {
    --tw-gradient-to: #c084fc !important;
  }

  .lg\:focus\:tw-to-purple-500:focus {
    --tw-gradient-to: #a855f7 !important;
  }

  .lg\:focus\:tw-to-purple-600:focus {
    --tw-gradient-to: #9333ea !important;
  }

  .lg\:focus\:tw-to-purple-700:focus {
    --tw-gradient-to: #7e22ce !important;
  }

  .lg\:focus\:tw-to-purple-800:focus {
    --tw-gradient-to: #6b21a8 !important;
  }

  .lg\:focus\:tw-to-purple-900:focus {
    --tw-gradient-to: #581c87 !important;
  }

  .lg\:focus\:tw-to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff !important;
  }

  .lg\:focus\:tw-to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff !important;
  }

  .lg\:focus\:tw-to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe !important;
  }

  .lg\:focus\:tw-to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc !important;
  }

  .lg\:focus\:tw-to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9 !important;
  }

  .lg\:focus\:tw-to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef !important;
  }

  .lg\:focus\:tw-to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3 !important;
  }

  .lg\:focus\:tw-to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf !important;
  }

  .lg\:focus\:tw-to-fuchsia-800:focus {
    --tw-gradient-to: #86198f !important;
  }

  .lg\:focus\:tw-to-fuchsia-900:focus {
    --tw-gradient-to: #701a75 !important;
  }

  .lg\:focus\:tw-to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:focus\:tw-to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:focus\:tw-to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:focus\:tw-to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:focus\:tw-to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:focus\:tw-to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:focus\:tw-to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:focus\:tw-to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:focus\:tw-to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:focus\:tw-to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:focus\:tw-to-rose-50:focus {
    --tw-gradient-to: #fff1f2 !important;
  }

  .lg\:focus\:tw-to-rose-100:focus {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .lg\:focus\:tw-to-rose-200:focus {
    --tw-gradient-to: #fecdd3 !important;
  }

  .lg\:focus\:tw-to-rose-300:focus {
    --tw-gradient-to: #fda4af !important;
  }

  .lg\:focus\:tw-to-rose-400:focus {
    --tw-gradient-to: #fb7185 !important;
  }

  .lg\:focus\:tw-to-rose-500:focus {
    --tw-gradient-to: #f43f5e !important;
  }

  .lg\:focus\:tw-to-rose-600:focus {
    --tw-gradient-to: #e11d48 !important;
  }

  .lg\:focus\:tw-to-rose-700:focus {
    --tw-gradient-to: #be123c !important;
  }

  .lg\:focus\:tw-to-rose-800:focus {
    --tw-gradient-to: #9f1239 !important;
  }

  .lg\:focus\:tw-to-rose-900:focus {
    --tw-gradient-to: #881337 !important;
  }

  .lg\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:active\:tw-bg-opacity-0:active {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:active\:tw-bg-opacity-5:active {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:active\:tw-bg-opacity-10:active {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:active\:tw-bg-opacity-20:active {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:active\:tw-bg-opacity-25:active {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:active\:tw-bg-opacity-30:active {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:active\:tw-bg-opacity-40:active {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:active\:tw-bg-opacity-50:active {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:active\:tw-bg-opacity-60:active {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:active\:tw-bg-opacity-70:active {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:active\:tw-bg-opacity-75:active {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:active\:tw-bg-opacity-80:active {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:active\:tw-bg-opacity-90:active {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:active\:tw-bg-opacity-95:active {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:active\:tw-bg-opacity-100:active {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .lg\:tw-bg-center {
    background-position: center !important;
  }

  .lg\:tw-bg-left {
    background-position: left !important;
  }

  .lg\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:tw-bg-left-top {
    background-position: left top !important;
  }

  .lg\:tw-bg-right {
    background-position: right !important;
  }

  .lg\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:tw-bg-right-top {
    background-position: right top !important;
  }

  .lg\:tw-bg-top {
    background-position: top !important;
  }

  .lg\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:tw-bg-auto {
    background-size: auto !important;
  }

  .lg\:tw-bg-cover {
    background-size: cover !important;
  }

  .lg\:tw-bg-contain {
    background-size: contain !important;
  }

  .lg\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:tw-border-separate {
    border-collapse: separate !important;
  }

  .lg\:tw-border-transparent {
    border-color: transparent !important;
  }

  .lg\:tw-border-current {
    border-color: currentColor !important;
  }

  .lg\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blueGray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-amber-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-orange-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-emerald-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-teal-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-lightBlue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-violet-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-fuchsia-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:tw-border-rose-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blueGray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-amber-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-orange-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-emerald-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-teal-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-lightBlue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-violet-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-fuchsia-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:tw-border-rose-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blueGray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-amber-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-orange-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-emerald-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-teal-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-lightBlue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-violet-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-fuchsia-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:tw-border-rose-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lg\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lg\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .lg\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lg\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lg\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lg\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:tw-border-solid {
    border-style: solid !important;
  }

  .lg\:tw-border-dashed {
    border-style: dashed !important;
  }

  .lg\:tw-border-dotted {
    border-style: dotted !important;
  }

  .lg\:tw-border-double {
    border-style: double !important;
  }

  .lg\:tw-border-none {
    border-style: none !important;
  }

  .lg\:tw-border-0 {
    border-width: 0px !important;
  }

  .lg\:tw-border-2 {
    border-width: 2px !important;
  }

  .lg\:tw-border-4 {
    border-width: 4px !important;
  }

  .lg\:tw-border-8 {
    border-width: 8px !important;
  }

  .lg\:tw-border {
    border-width: 1px !important;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:tw-border-t {
    border-top-width: 1px !important;
  }

  .lg\:tw-border-r {
    border-right-width: 1px !important;
  }

  .lg\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:tw-border-l {
    border-left-width: 1px !important;
  }

  .lg\:tw-box-border {
    box-sizing: border-box !important;
  }

  .lg\:tw-box-content {
    box-sizing: content-box !important;
  }

  .lg\:tw-cursor-auto {
    cursor: auto !important;
  }

  .lg\:tw-cursor-default {
    cursor: default !important;
  }

  .lg\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:tw-cursor-wait {
    cursor: wait !important;
  }

  .lg\:tw-cursor-text {
    cursor: text !important;
  }

  .lg\:tw-cursor-move {
    cursor: move !important;
  }

  .lg\:tw-cursor-help {
    cursor: help !important;
  }

  .lg\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-inline-block {
    display: inline-block !important;
  }

  .lg\:tw-inline {
    display: inline !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-inline-flex {
    display: inline-flex !important;
  }

  .lg\:tw-table {
    display: table !important;
  }

  .lg\:tw-table-caption {
    display: table-caption !important;
  }

  .lg\:tw-table-cell {
    display: table-cell !important;
  }

  .lg\:tw-table-column {
    display: table-column !important;
  }

  .lg\:tw-table-column-group {
    display: table-column-group !important;
  }

  .lg\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:tw-table-header-group {
    display: table-header-group !important;
  }

  .lg\:tw-table-row-group {
    display: table-row-group !important;
  }

  .lg\:tw-table-row {
    display: table-row !important;
  }

  .lg\:tw-flow-root {
    display: flow-root !important;
  }

  .lg\:tw-grid {
    display: grid !important;
  }

  .lg\:tw-inline-grid {
    display: inline-grid !important;
  }

  .lg\:tw-contents {
    display: contents !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:tw-flex-col {
    flex-direction: column !important;
  }

  .lg\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:tw-place-items-auto {
    place-items: auto !important;
  }

  .lg\:tw-place-items-start {
    place-items: start !important;
  }

  .lg\:tw-place-items-end {
    place-items: end !important;
  }

  .lg\:tw-place-items-center {
    place-items: center !important;
  }

  .lg\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:tw-place-content-center {
    place-content: center !important;
  }

  .lg\:tw-place-content-start {
    place-content: start !important;
  }

  .lg\:tw-place-content-end {
    place-content: end !important;
  }

  .lg\:tw-place-content-between {
    place-content: space-between !important;
  }

  .lg\:tw-place-content-around {
    place-content: space-around !important;
  }

  .lg\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:tw-place-self-auto {
    place-self: auto !important;
  }

  .lg\:tw-place-self-start {
    place-self: start !important;
  }

  .lg\:tw-place-self-end {
    place-self: end !important;
  }

  .lg\:tw-place-self-center {
    place-self: center !important;
  }

  .lg\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:tw-items-start {
    align-items: flex-start !important;
  }

  .lg\:tw-items-end {
    align-items: flex-end !important;
  }

  .lg\:tw-items-center {
    align-items: center !important;
  }

  .lg\:tw-items-baseline {
    align-items: baseline !important;
  }

  .lg\:tw-items-stretch {
    align-items: stretch !important;
  }

  .lg\:tw-content-center {
    align-content: center !important;
  }

  .lg\:tw-content-start {
    align-content: flex-start !important;
  }

  .lg\:tw-content-end {
    align-content: flex-end !important;
  }

  .lg\:tw-content-between {
    align-content: space-between !important;
  }

  .lg\:tw-content-around {
    align-content: space-around !important;
  }

  .lg\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:tw-self-auto {
    align-self: auto !important;
  }

  .lg\:tw-self-start {
    align-self: flex-start !important;
  }

  .lg\:tw-self-end {
    align-self: flex-end !important;
  }

  .lg\:tw-self-center {
    align-self: center !important;
  }

  .lg\:tw-self-stretch {
    align-self: stretch !important;
  }

  .lg\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .lg\:tw-justify-items-start {
    justify-items: start !important;
  }

  .lg\:tw-justify-items-end {
    justify-items: end !important;
  }

  .lg\:tw-justify-items-center {
    justify-items: center !important;
  }

  .lg\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .lg\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .lg\:tw-justify-center {
    justify-content: center !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-justify-around {
    justify-content: space-around !important;
  }

  .lg\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:tw-justify-self-start {
    justify-self: start !important;
  }

  .lg\:tw-justify-self-end {
    justify-self: end !important;
  }

  .lg\:tw-justify-self-center {
    justify-self: center !important;
  }

  .lg\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:tw-flex-none {
    flex: none !important;
  }

  .lg\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:tw-order-1 {
    order: 1 !important;
  }

  .lg\:tw-order-2 {
    order: 2 !important;
  }

  .lg\:tw-order-3 {
    order: 3 !important;
  }

  .lg\:tw-order-4 {
    order: 4 !important;
  }

  .lg\:tw-order-5 {
    order: 5 !important;
  }

  .lg\:tw-order-6 {
    order: 6 !important;
  }

  .lg\:tw-order-7 {
    order: 7 !important;
  }

  .lg\:tw-order-8 {
    order: 8 !important;
  }

  .lg\:tw-order-9 {
    order: 9 !important;
  }

  .lg\:tw-order-10 {
    order: 10 !important;
  }

  .lg\:tw-order-11 {
    order: 11 !important;
  }

  .lg\:tw-order-12 {
    order: 12 !important;
  }

  .lg\:tw-order-first {
    order: -9999 !important;
  }

  .lg\:tw-order-last {
    order: 9999 !important;
  }

  .lg\:tw-order-none {
    order: 0 !important;
  }

  .lg\:tw-float-right {
    float: right !important;
  }

  .lg\:tw-float-left {
    float: left !important;
  }

  .lg\:tw-float-none {
    float: none !important;
  }

  .lg\:tw-clear-left {
    clear: left !important;
  }

  .lg\:tw-clear-right {
    clear: right !important;
  }

  .lg\:tw-clear-both {
    clear: both !important;
  }

  .lg\:tw-clear-none {
    clear: none !important;
  }

  .lg\:tw-font-inter {
    font-family: Inter, sans-serif !important;
  }

  .lg\:tw-font-nunito {
    font-family: Nunito, sans-serif !important;
  }

  .lg\:tw-font-thin {
    font-weight: 100 !important;
  }

  .lg\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .lg\:tw-font-light {
    font-weight: 300 !important;
  }

  .lg\:tw-font-normal {
    font-weight: 400 !important;
  }

  .lg\:tw-font-medium {
    font-weight: 500 !important;
  }

  .lg\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .lg\:tw-font-bold {
    font-weight: 700 !important;
  }

  .lg\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:tw-font-black {
    font-weight: 900 !important;
  }

  .lg\:tw-h-0 {
    height: 0px !important;
  }

  .lg\:tw-h-1 {
    height: 0.25rem !important;
  }

  .lg\:tw-h-2 {
    height: 0.5rem !important;
  }

  .lg\:tw-h-3 {
    height: 0.75rem !important;
  }

  .lg\:tw-h-4 {
    height: 1rem !important;
  }

  .lg\:tw-h-5 {
    height: 1.25rem !important;
  }

  .lg\:tw-h-6 {
    height: 1.5rem !important;
  }

  .lg\:tw-h-7 {
    height: 1.75rem !important;
  }

  .lg\:tw-h-8 {
    height: 2rem !important;
  }

  .lg\:tw-h-9 {
    height: 2.25rem !important;
  }

  .lg\:tw-h-10 {
    height: 2.5rem !important;
  }

  .lg\:tw-h-11 {
    height: 2.75rem !important;
  }

  .lg\:tw-h-12 {
    height: 3rem !important;
  }

  .lg\:tw-h-14 {
    height: 3.5rem !important;
  }

  .lg\:tw-h-16 {
    height: 4rem !important;
  }

  .lg\:tw-h-20 {
    height: 5rem !important;
  }

  .lg\:tw-h-24 {
    height: 6rem !important;
  }

  .lg\:tw-h-28 {
    height: 7rem !important;
  }

  .lg\:tw-h-32 {
    height: 8rem !important;
  }

  .lg\:tw-h-36 {
    height: 9rem !important;
  }

  .lg\:tw-h-40 {
    height: 10rem !important;
  }

  .lg\:tw-h-44 {
    height: 11rem !important;
  }

  .lg\:tw-h-48 {
    height: 12rem !important;
  }

  .lg\:tw-h-52 {
    height: 13rem !important;
  }

  .lg\:tw-h-56 {
    height: 14rem !important;
  }

  .lg\:tw-h-60 {
    height: 15rem !important;
  }

  .lg\:tw-h-64 {
    height: 16rem !important;
  }

  .lg\:tw-h-72 {
    height: 18rem !important;
  }

  .lg\:tw-h-80 {
    height: 20rem !important;
  }

  .lg\:tw-h-96 {
    height: 24rem !important;
  }

  .lg\:tw-h-auto {
    height: auto !important;
  }

  .lg\:tw-h-px {
    height: 1px !important;
  }

  .lg\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .lg\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .lg\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .lg\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .lg\:tw-h-1\/2 {
    height: 50% !important;
  }

  .lg\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:tw-h-1\/4 {
    height: 25% !important;
  }

  .lg\:tw-h-2\/4 {
    height: 50% !important;
  }

  .lg\:tw-h-3\/4 {
    height: 75% !important;
  }

  .lg\:tw-h-1\/5 {
    height: 20% !important;
  }

  .lg\:tw-h-2\/5 {
    height: 40% !important;
  }

  .lg\:tw-h-3\/5 {
    height: 60% !important;
  }

  .lg\:tw-h-4\/5 {
    height: 80% !important;
  }

  .lg\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:tw-h-3\/6 {
    height: 50% !important;
  }

  .lg\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:tw-h-full {
    height: 100% !important;
  }

  .lg\:tw-h-screen {
    height: 100vh !important;
  }

  .lg\:tw-text-xs {
    font-size: .75rem !important;
  }

  .lg\:tw-text-sm {
    font-size: .875rem !important;
  }

  .lg\:tw-text-tiny {
    font-size: .875rem !important;
  }

  .lg\:tw-text-base {
    font-size: 1rem !important;
  }

  .lg\:tw-text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
  }

  .lg\:tw-text-6xl {
    font-size: 4rem !important;
  }

  .lg\:tw-text-7xl {
    font-size: 5rem !important;
  }

  .lg\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .lg\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .lg\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .lg\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:tw-leading-none {
    line-height: 1 !important;
  }

  .lg\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:tw-leading-loose {
    line-height: 2 !important;
  }

  .lg\:tw-list-inside {
    list-style-position: inside !important;
  }

  .lg\:tw-list-outside {
    list-style-position: outside !important;
  }

  .lg\:tw-list-none {
    list-style-type: none !important;
  }

  .lg\:tw-list-disc {
    list-style-type: disc !important;
  }

  .lg\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:tw-m-0 {
    margin: 0px !important;
  }

  .lg\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .lg\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .lg\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .lg\:tw-m-4 {
    margin: 1rem !important;
  }

  .lg\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .lg\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .lg\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .lg\:tw-m-8 {
    margin: 2rem !important;
  }

  .lg\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .lg\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .lg\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .lg\:tw-m-12 {
    margin: 3rem !important;
  }

  .lg\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .lg\:tw-m-16 {
    margin: 4rem !important;
  }

  .lg\:tw-m-20 {
    margin: 5rem !important;
  }

  .lg\:tw-m-24 {
    margin: 6rem !important;
  }

  .lg\:tw-m-28 {
    margin: 7rem !important;
  }

  .lg\:tw-m-32 {
    margin: 8rem !important;
  }

  .lg\:tw-m-36 {
    margin: 9rem !important;
  }

  .lg\:tw-m-40 {
    margin: 10rem !important;
  }

  .lg\:tw-m-44 {
    margin: 11rem !important;
  }

  .lg\:tw-m-48 {
    margin: 12rem !important;
  }

  .lg\:tw-m-52 {
    margin: 13rem !important;
  }

  .lg\:tw-m-56 {
    margin: 14rem !important;
  }

  .lg\:tw-m-60 {
    margin: 15rem !important;
  }

  .lg\:tw-m-64 {
    margin: 16rem !important;
  }

  .lg\:tw-m-72 {
    margin: 18rem !important;
  }

  .lg\:tw-m-80 {
    margin: 20rem !important;
  }

  .lg\:tw-m-96 {
    margin: 24rem !important;
  }

  .lg\:tw-m-auto {
    margin: auto !important;
  }

  .lg\:tw-m-px {
    margin: 1px !important;
  }

  .lg\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:tw--m-0 {
    margin: 0px !important;
  }

  .lg\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .lg\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .lg\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .lg\:tw--m-4 {
    margin: -1rem !important;
  }

  .lg\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .lg\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .lg\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .lg\:tw--m-8 {
    margin: -2rem !important;
  }

  .lg\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .lg\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .lg\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .lg\:tw--m-12 {
    margin: -3rem !important;
  }

  .lg\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .lg\:tw--m-16 {
    margin: -4rem !important;
  }

  .lg\:tw--m-20 {
    margin: -5rem !important;
  }

  .lg\:tw--m-24 {
    margin: -6rem !important;
  }

  .lg\:tw--m-28 {
    margin: -7rem !important;
  }

  .lg\:tw--m-32 {
    margin: -8rem !important;
  }

  .lg\:tw--m-36 {
    margin: -9rem !important;
  }

  .lg\:tw--m-40 {
    margin: -10rem !important;
  }

  .lg\:tw--m-44 {
    margin: -11rem !important;
  }

  .lg\:tw--m-48 {
    margin: -12rem !important;
  }

  .lg\:tw--m-52 {
    margin: -13rem !important;
  }

  .lg\:tw--m-56 {
    margin: -14rem !important;
  }

  .lg\:tw--m-60 {
    margin: -15rem !important;
  }

  .lg\:tw--m-64 {
    margin: -16rem !important;
  }

  .lg\:tw--m-72 {
    margin: -18rem !important;
  }

  .lg\:tw--m-80 {
    margin: -20rem !important;
  }

  .lg\:tw--m-96 {
    margin: -24rem !important;
  }

  .lg\:tw--m-px {
    margin: -1px !important;
  }

  .lg\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .lg\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .lg\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .lg\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .lg\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .lg\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .lg\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .lg\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .lg\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .lg\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .lg\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .lg\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .lg\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .lg\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .lg\:tw-mt-auto {
    margin-top: auto !important;
  }

  .lg\:tw-mr-auto {
    margin-right: auto !important;
  }

  .lg\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:tw-ml-auto {
    margin-left: auto !important;
  }

  .lg\:tw-mt-px {
    margin-top: 1px !important;
  }

  .lg\:tw-mr-px {
    margin-right: 1px !important;
  }

  .lg\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:tw-ml-px {
    margin-left: 1px !important;
  }

  .lg\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .lg\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .lg\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .lg\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .lg\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .lg\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .lg\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .lg\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .lg\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .lg\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .lg\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .lg\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .lg\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .lg\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .lg\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .lg\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .lg\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .lg\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .lg\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .lg\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .lg\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .lg\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .lg\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .lg\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .lg\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .lg\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .lg\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .lg\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .lg\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .lg\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .lg\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .lg\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .lg\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .lg\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .lg\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .lg\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .lg\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .lg\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .lg\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .lg\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .lg\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .lg\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .lg\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .lg\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .lg\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .lg\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .lg\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .lg\:tw--mt-px {
    margin-top: -1px !important;
  }

  .lg\:tw--mr-px {
    margin-right: -1px !important;
  }

  .lg\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:tw--ml-px {
    margin-left: -1px !important;
  }

  .lg\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .lg\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .lg\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .lg\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .lg\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .lg\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .lg\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .lg\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .lg\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .lg\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .lg\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .lg\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .lg\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .lg\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .lg\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .lg\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .lg\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .lg\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .lg\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .lg\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .lg\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .lg\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .lg\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .lg\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .lg\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .lg\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .lg\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .lg\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .lg\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .lg\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .lg\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .lg\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .lg\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .lg\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .lg\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .lg\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .lg\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .lg\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .lg\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .lg\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .lg\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .lg\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .lg\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .lg\:tw-max-h-px {
    max-height: 1px !important;
  }

  .lg\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .lg\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .lg\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .lg\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .lg\:tw-max-h-full {
    max-height: 100% !important;
  }

  .lg\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .lg\:tw-max-w-none {
    max-width: none !important;
  }

  .lg\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .lg\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:tw-max-w-full {
    max-width: 100% !important;
  }

  .lg\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .lg\:tw-min-h-full {
    min-height: 100% !important;
  }

  .lg\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .lg\:tw-min-w-full {
    min-width: 100% !important;
  }

  .lg\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .lg\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .lg\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .lg\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .lg\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .lg\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .lg\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .lg\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .lg\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .lg\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .lg\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .lg\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .lg\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lg\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lg\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lg\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .lg\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lg\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lg\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lg\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lg\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lg\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lg\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lg\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .lg\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lg\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lg\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lg\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lg\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lg\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lg\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:tw-overflow-auto {
    overflow: auto !important;
  }

  .lg\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:tw-overflow-visible {
    overflow: visible !important;
  }

  .lg\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .lg\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .lg\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .lg\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:tw-p-0 {
    padding: 0px !important;
  }

  .lg\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .lg\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .lg\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .lg\:tw-p-4 {
    padding: 1rem !important;
  }

  .lg\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .lg\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .lg\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .lg\:tw-p-8 {
    padding: 2rem !important;
  }

  .lg\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .lg\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .lg\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .lg\:tw-p-12 {
    padding: 3rem !important;
  }

  .lg\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .lg\:tw-p-16 {
    padding: 4rem !important;
  }

  .lg\:tw-p-20 {
    padding: 5rem !important;
  }

  .lg\:tw-p-24 {
    padding: 6rem !important;
  }

  .lg\:tw-p-28 {
    padding: 7rem !important;
  }

  .lg\:tw-p-32 {
    padding: 8rem !important;
  }

  .lg\:tw-p-36 {
    padding: 9rem !important;
  }

  .lg\:tw-p-40 {
    padding: 10rem !important;
  }

  .lg\:tw-p-44 {
    padding: 11rem !important;
  }

  .lg\:tw-p-48 {
    padding: 12rem !important;
  }

  .lg\:tw-p-52 {
    padding: 13rem !important;
  }

  .lg\:tw-p-56 {
    padding: 14rem !important;
  }

  .lg\:tw-p-60 {
    padding: 15rem !important;
  }

  .lg\:tw-p-64 {
    padding: 16rem !important;
  }

  .lg\:tw-p-72 {
    padding: 18rem !important;
  }

  .lg\:tw-p-80 {
    padding: 20rem !important;
  }

  .lg\:tw-p-96 {
    padding: 24rem !important;
  }

  .lg\:tw-p-px {
    padding: 1px !important;
  }

  .lg\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .lg\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .lg\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .lg\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .lg\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .lg\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .lg\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .lg\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .lg\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .lg\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .lg\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .lg\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .lg\:tw-pt-px {
    padding-top: 1px !important;
  }

  .lg\:tw-pr-px {
    padding-right: 1px !important;
  }

  .lg\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:tw-pl-px {
    padding-left: 1px !important;
  }

  .lg\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:tw-static {
    position: static !important;
  }

  .lg\:tw-fixed {
    position: fixed !important;
  }

  .lg\:tw-absolute {
    position: absolute !important;
  }

  .lg\:tw-relative {
    position: relative !important;
  }

  .lg\:tw-sticky {
    position: sticky !important;
  }

  .lg\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .lg\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .lg\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .lg\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .lg\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .lg\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .lg\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .lg\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .lg\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .lg\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .lg\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .lg\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .lg\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .lg\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .lg\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .lg\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .lg\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .lg\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .lg\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .lg\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .lg\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .lg\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .lg\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .lg\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .lg\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .lg\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .lg\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .lg\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .lg\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .lg\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .lg\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .lg\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .lg\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .lg\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .lg\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .lg\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .lg\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .lg\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .lg\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .lg\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .lg\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .lg\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .lg\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .lg\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .lg\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .lg\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .lg\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .lg\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .lg\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .lg\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .lg\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .lg\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .lg\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .lg\:tw-top-0 {
    top: 0px !important;
  }

  .lg\:tw-right-0 {
    right: 0px !important;
  }

  .lg\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .lg\:tw-left-0 {
    left: 0px !important;
  }

  .lg\:tw-top-1 {
    top: 0.25rem !important;
  }

  .lg\:tw-right-1 {
    right: 0.25rem !important;
  }

  .lg\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .lg\:tw-left-1 {
    left: 0.25rem !important;
  }

  .lg\:tw-top-2 {
    top: 0.5rem !important;
  }

  .lg\:tw-right-2 {
    right: 0.5rem !important;
  }

  .lg\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .lg\:tw-left-2 {
    left: 0.5rem !important;
  }

  .lg\:tw-top-3 {
    top: 0.75rem !important;
  }

  .lg\:tw-right-3 {
    right: 0.75rem !important;
  }

  .lg\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .lg\:tw-left-3 {
    left: 0.75rem !important;
  }

  .lg\:tw-top-4 {
    top: 1rem !important;
  }

  .lg\:tw-right-4 {
    right: 1rem !important;
  }

  .lg\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .lg\:tw-left-4 {
    left: 1rem !important;
  }

  .lg\:tw-top-5 {
    top: 1.25rem !important;
  }

  .lg\:tw-right-5 {
    right: 1.25rem !important;
  }

  .lg\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .lg\:tw-left-5 {
    left: 1.25rem !important;
  }

  .lg\:tw-top-6 {
    top: 1.5rem !important;
  }

  .lg\:tw-right-6 {
    right: 1.5rem !important;
  }

  .lg\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:tw-left-6 {
    left: 1.5rem !important;
  }

  .lg\:tw-top-7 {
    top: 1.75rem !important;
  }

  .lg\:tw-right-7 {
    right: 1.75rem !important;
  }

  .lg\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .lg\:tw-left-7 {
    left: 1.75rem !important;
  }

  .lg\:tw-top-8 {
    top: 2rem !important;
  }

  .lg\:tw-right-8 {
    right: 2rem !important;
  }

  .lg\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:tw-left-8 {
    left: 2rem !important;
  }

  .lg\:tw-top-9 {
    top: 2.25rem !important;
  }

  .lg\:tw-right-9 {
    right: 2.25rem !important;
  }

  .lg\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .lg\:tw-left-9 {
    left: 2.25rem !important;
  }

  .lg\:tw-top-10 {
    top: 2.5rem !important;
  }

  .lg\:tw-right-10 {
    right: 2.5rem !important;
  }

  .lg\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:tw-left-10 {
    left: 2.5rem !important;
  }

  .lg\:tw-top-11 {
    top: 2.75rem !important;
  }

  .lg\:tw-right-11 {
    right: 2.75rem !important;
  }

  .lg\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .lg\:tw-left-11 {
    left: 2.75rem !important;
  }

  .lg\:tw-top-12 {
    top: 3rem !important;
  }

  .lg\:tw-right-12 {
    right: 3rem !important;
  }

  .lg\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .lg\:tw-left-12 {
    left: 3rem !important;
  }

  .lg\:tw-top-14 {
    top: 3.5rem !important;
  }

  .lg\:tw-right-14 {
    right: 3.5rem !important;
  }

  .lg\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .lg\:tw-left-14 {
    left: 3.5rem !important;
  }

  .lg\:tw-top-16 {
    top: 4rem !important;
  }

  .lg\:tw-right-16 {
    right: 4rem !important;
  }

  .lg\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .lg\:tw-left-16 {
    left: 4rem !important;
  }

  .lg\:tw-top-20 {
    top: 5rem !important;
  }

  .lg\:tw-right-20 {
    right: 5rem !important;
  }

  .lg\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .lg\:tw-left-20 {
    left: 5rem !important;
  }

  .lg\:tw-top-24 {
    top: 6rem !important;
  }

  .lg\:tw-right-24 {
    right: 6rem !important;
  }

  .lg\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .lg\:tw-left-24 {
    left: 6rem !important;
  }

  .lg\:tw-top-28 {
    top: 7rem !important;
  }

  .lg\:tw-right-28 {
    right: 7rem !important;
  }

  .lg\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .lg\:tw-left-28 {
    left: 7rem !important;
  }

  .lg\:tw-top-32 {
    top: 8rem !important;
  }

  .lg\:tw-right-32 {
    right: 8rem !important;
  }

  .lg\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .lg\:tw-left-32 {
    left: 8rem !important;
  }

  .lg\:tw-top-36 {
    top: 9rem !important;
  }

  .lg\:tw-right-36 {
    right: 9rem !important;
  }

  .lg\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .lg\:tw-left-36 {
    left: 9rem !important;
  }

  .lg\:tw-top-40 {
    top: 10rem !important;
  }

  .lg\:tw-right-40 {
    right: 10rem !important;
  }

  .lg\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .lg\:tw-left-40 {
    left: 10rem !important;
  }

  .lg\:tw-top-44 {
    top: 11rem !important;
  }

  .lg\:tw-right-44 {
    right: 11rem !important;
  }

  .lg\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .lg\:tw-left-44 {
    left: 11rem !important;
  }

  .lg\:tw-top-48 {
    top: 12rem !important;
  }

  .lg\:tw-right-48 {
    right: 12rem !important;
  }

  .lg\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .lg\:tw-left-48 {
    left: 12rem !important;
  }

  .lg\:tw-top-52 {
    top: 13rem !important;
  }

  .lg\:tw-right-52 {
    right: 13rem !important;
  }

  .lg\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .lg\:tw-left-52 {
    left: 13rem !important;
  }

  .lg\:tw-top-56 {
    top: 14rem !important;
  }

  .lg\:tw-right-56 {
    right: 14rem !important;
  }

  .lg\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .lg\:tw-left-56 {
    left: 14rem !important;
  }

  .lg\:tw-top-60 {
    top: 15rem !important;
  }

  .lg\:tw-right-60 {
    right: 15rem !important;
  }

  .lg\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .lg\:tw-left-60 {
    left: 15rem !important;
  }

  .lg\:tw-top-64 {
    top: 16rem !important;
  }

  .lg\:tw-right-64 {
    right: 16rem !important;
  }

  .lg\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .lg\:tw-left-64 {
    left: 16rem !important;
  }

  .lg\:tw-top-72 {
    top: 18rem !important;
  }

  .lg\:tw-right-72 {
    right: 18rem !important;
  }

  .lg\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .lg\:tw-left-72 {
    left: 18rem !important;
  }

  .lg\:tw-top-80 {
    top: 20rem !important;
  }

  .lg\:tw-right-80 {
    right: 20rem !important;
  }

  .lg\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .lg\:tw-left-80 {
    left: 20rem !important;
  }

  .lg\:tw-top-96 {
    top: 24rem !important;
  }

  .lg\:tw-right-96 {
    right: 24rem !important;
  }

  .lg\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .lg\:tw-left-96 {
    left: 24rem !important;
  }

  .lg\:tw-top-auto {
    top: auto !important;
  }

  .lg\:tw-right-auto {
    right: auto !important;
  }

  .lg\:tw-bottom-auto {
    bottom: auto !important;
  }

  .lg\:tw-left-auto {
    left: auto !important;
  }

  .lg\:tw-top-px {
    top: 1px !important;
  }

  .lg\:tw-right-px {
    right: 1px !important;
  }

  .lg\:tw-bottom-px {
    bottom: 1px !important;
  }

  .lg\:tw-left-px {
    left: 1px !important;
  }

  .lg\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .lg\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .lg\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .lg\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .lg\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .lg\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .lg\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .lg\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .lg\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .lg\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .lg\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .lg\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .lg\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .lg\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .lg\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .lg\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .lg\:tw--top-0 {
    top: 0px !important;
  }

  .lg\:tw--right-0 {
    right: 0px !important;
  }

  .lg\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .lg\:tw--left-0 {
    left: 0px !important;
  }

  .lg\:tw--top-1 {
    top: -0.25rem !important;
  }

  .lg\:tw--right-1 {
    right: -0.25rem !important;
  }

  .lg\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .lg\:tw--left-1 {
    left: -0.25rem !important;
  }

  .lg\:tw--top-2 {
    top: -0.5rem !important;
  }

  .lg\:tw--right-2 {
    right: -0.5rem !important;
  }

  .lg\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .lg\:tw--left-2 {
    left: -0.5rem !important;
  }

  .lg\:tw--top-3 {
    top: -0.75rem !important;
  }

  .lg\:tw--right-3 {
    right: -0.75rem !important;
  }

  .lg\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .lg\:tw--left-3 {
    left: -0.75rem !important;
  }

  .lg\:tw--top-4 {
    top: -1rem !important;
  }

  .lg\:tw--right-4 {
    right: -1rem !important;
  }

  .lg\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .lg\:tw--left-4 {
    left: -1rem !important;
  }

  .lg\:tw--top-5 {
    top: -1.25rem !important;
  }

  .lg\:tw--right-5 {
    right: -1.25rem !important;
  }

  .lg\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .lg\:tw--left-5 {
    left: -1.25rem !important;
  }

  .lg\:tw--top-6 {
    top: -1.5rem !important;
  }

  .lg\:tw--right-6 {
    right: -1.5rem !important;
  }

  .lg\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .lg\:tw--left-6 {
    left: -1.5rem !important;
  }

  .lg\:tw--top-7 {
    top: -1.75rem !important;
  }

  .lg\:tw--right-7 {
    right: -1.75rem !important;
  }

  .lg\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .lg\:tw--left-7 {
    left: -1.75rem !important;
  }

  .lg\:tw--top-8 {
    top: -2rem !important;
  }

  .lg\:tw--right-8 {
    right: -2rem !important;
  }

  .lg\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .lg\:tw--left-8 {
    left: -2rem !important;
  }

  .lg\:tw--top-9 {
    top: -2.25rem !important;
  }

  .lg\:tw--right-9 {
    right: -2.25rem !important;
  }

  .lg\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .lg\:tw--left-9 {
    left: -2.25rem !important;
  }

  .lg\:tw--top-10 {
    top: -2.5rem !important;
  }

  .lg\:tw--right-10 {
    right: -2.5rem !important;
  }

  .lg\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:tw--left-10 {
    left: -2.5rem !important;
  }

  .lg\:tw--top-11 {
    top: -2.75rem !important;
  }

  .lg\:tw--right-11 {
    right: -2.75rem !important;
  }

  .lg\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .lg\:tw--left-11 {
    left: -2.75rem !important;
  }

  .lg\:tw--top-12 {
    top: -3rem !important;
  }

  .lg\:tw--right-12 {
    right: -3rem !important;
  }

  .lg\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .lg\:tw--left-12 {
    left: -3rem !important;
  }

  .lg\:tw--top-14 {
    top: -3.5rem !important;
  }

  .lg\:tw--right-14 {
    right: -3.5rem !important;
  }

  .lg\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .lg\:tw--left-14 {
    left: -3.5rem !important;
  }

  .lg\:tw--top-16 {
    top: -4rem !important;
  }

  .lg\:tw--right-16 {
    right: -4rem !important;
  }

  .lg\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .lg\:tw--left-16 {
    left: -4rem !important;
  }

  .lg\:tw--top-20 {
    top: -5rem !important;
  }

  .lg\:tw--right-20 {
    right: -5rem !important;
  }

  .lg\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .lg\:tw--left-20 {
    left: -5rem !important;
  }

  .lg\:tw--top-24 {
    top: -6rem !important;
  }

  .lg\:tw--right-24 {
    right: -6rem !important;
  }

  .lg\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .lg\:tw--left-24 {
    left: -6rem !important;
  }

  .lg\:tw--top-28 {
    top: -7rem !important;
  }

  .lg\:tw--right-28 {
    right: -7rem !important;
  }

  .lg\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .lg\:tw--left-28 {
    left: -7rem !important;
  }

  .lg\:tw--top-32 {
    top: -8rem !important;
  }

  .lg\:tw--right-32 {
    right: -8rem !important;
  }

  .lg\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .lg\:tw--left-32 {
    left: -8rem !important;
  }

  .lg\:tw--top-36 {
    top: -9rem !important;
  }

  .lg\:tw--right-36 {
    right: -9rem !important;
  }

  .lg\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .lg\:tw--left-36 {
    left: -9rem !important;
  }

  .lg\:tw--top-40 {
    top: -10rem !important;
  }

  .lg\:tw--right-40 {
    right: -10rem !important;
  }

  .lg\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .lg\:tw--left-40 {
    left: -10rem !important;
  }

  .lg\:tw--top-44 {
    top: -11rem !important;
  }

  .lg\:tw--right-44 {
    right: -11rem !important;
  }

  .lg\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .lg\:tw--left-44 {
    left: -11rem !important;
  }

  .lg\:tw--top-48 {
    top: -12rem !important;
  }

  .lg\:tw--right-48 {
    right: -12rem !important;
  }

  .lg\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .lg\:tw--left-48 {
    left: -12rem !important;
  }

  .lg\:tw--top-52 {
    top: -13rem !important;
  }

  .lg\:tw--right-52 {
    right: -13rem !important;
  }

  .lg\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .lg\:tw--left-52 {
    left: -13rem !important;
  }

  .lg\:tw--top-56 {
    top: -14rem !important;
  }

  .lg\:tw--right-56 {
    right: -14rem !important;
  }

  .lg\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .lg\:tw--left-56 {
    left: -14rem !important;
  }

  .lg\:tw--top-60 {
    top: -15rem !important;
  }

  .lg\:tw--right-60 {
    right: -15rem !important;
  }

  .lg\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .lg\:tw--left-60 {
    left: -15rem !important;
  }

  .lg\:tw--top-64 {
    top: -16rem !important;
  }

  .lg\:tw--right-64 {
    right: -16rem !important;
  }

  .lg\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .lg\:tw--left-64 {
    left: -16rem !important;
  }

  .lg\:tw--top-72 {
    top: -18rem !important;
  }

  .lg\:tw--right-72 {
    right: -18rem !important;
  }

  .lg\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .lg\:tw--left-72 {
    left: -18rem !important;
  }

  .lg\:tw--top-80 {
    top: -20rem !important;
  }

  .lg\:tw--right-80 {
    right: -20rem !important;
  }

  .lg\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .lg\:tw--left-80 {
    left: -20rem !important;
  }

  .lg\:tw--top-96 {
    top: -24rem !important;
  }

  .lg\:tw--right-96 {
    right: -24rem !important;
  }

  .lg\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .lg\:tw--left-96 {
    left: -24rem !important;
  }

  .lg\:tw--top-px {
    top: -1px !important;
  }

  .lg\:tw--right-px {
    right: -1px !important;
  }

  .lg\:tw--bottom-px {
    bottom: -1px !important;
  }

  .lg\:tw--left-px {
    left: -1px !important;
  }

  .lg\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .lg\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .lg\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .lg\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .lg\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .lg\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .lg\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .lg\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .lg\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .lg\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .lg\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .lg\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .lg\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .lg\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .lg\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .lg\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .lg\:tw-top-1\/2 {
    top: 50% !important;
  }

  .lg\:tw-right-1\/2 {
    right: 50% !important;
  }

  .lg\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:tw-left-1\/2 {
    left: 50% !important;
  }

  .lg\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:tw-top-1\/4 {
    top: 25% !important;
  }

  .lg\:tw-right-1\/4 {
    right: 25% !important;
  }

  .lg\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:tw-left-1\/4 {
    left: 25% !important;
  }

  .lg\:tw-top-2\/4 {
    top: 50% !important;
  }

  .lg\:tw-right-2\/4 {
    right: 50% !important;
  }

  .lg\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:tw-left-2\/4 {
    left: 50% !important;
  }

  .lg\:tw-top-3\/4 {
    top: 75% !important;
  }

  .lg\:tw-right-3\/4 {
    right: 75% !important;
  }

  .lg\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:tw-left-3\/4 {
    left: 75% !important;
  }

  .lg\:tw-top-full {
    top: 100% !important;
  }

  .lg\:tw-right-full {
    right: 100% !important;
  }

  .lg\:tw-bottom-full {
    bottom: 100% !important;
  }

  .lg\:tw-left-full {
    left: 100% !important;
  }

  .lg\:tw--top-1\/2 {
    top: -50% !important;
  }

  .lg\:tw--right-1\/2 {
    right: -50% !important;
  }

  .lg\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:tw--left-1\/2 {
    left: -50% !important;
  }

  .lg\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .lg\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .lg\:tw--top-1\/4 {
    top: -25% !important;
  }

  .lg\:tw--right-1\/4 {
    right: -25% !important;
  }

  .lg\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:tw--left-1\/4 {
    left: -25% !important;
  }

  .lg\:tw--top-2\/4 {
    top: -50% !important;
  }

  .lg\:tw--right-2\/4 {
    right: -50% !important;
  }

  .lg\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:tw--left-2\/4 {
    left: -50% !important;
  }

  .lg\:tw--top-3\/4 {
    top: -75% !important;
  }

  .lg\:tw--right-3\/4 {
    right: -75% !important;
  }

  .lg\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:tw--left-3\/4 {
    left: -75% !important;
  }

  .lg\:tw--top-full {
    top: -100% !important;
  }

  .lg\:tw--right-full {
    right: -100% !important;
  }

  .lg\:tw--bottom-full {
    bottom: -100% !important;
  }

  .lg\:tw--left-full {
    left: -100% !important;
  }

  .lg\:tw-resize-none {
    resize: none !important;
  }

  .lg\:tw-resize-y {
    resize: vertical !important;
  }

  .lg\:tw-resize-x {
    resize: horizontal !important;
  }

  .lg\:tw-resize {
    resize: both !important;
  }

  .lg\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lg\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:tw-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:tw-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:tw-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:tw-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:tw-ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:tw-ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:tw-ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:tw-ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:tw-ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:tw-ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b !important;
  }

  .lg\:tw-ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:tw-ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:tw-ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:tw-ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:tw-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:tw-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:tw-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:tw-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:tw-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:tw-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:tw-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:tw-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:tw-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:tw-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:tw-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:tw-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:tw-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:tw-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:tw-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:tw-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:tw-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:tw-ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .lg\:tw-ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .lg\:tw-ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a !important;
  }

  .lg\:tw-ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .lg\:tw-ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .lg\:tw-ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .lg\:tw-ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706 !important;
  }

  .lg\:tw-ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309 !important;
  }

  .lg\:tw-ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e !important;
  }

  .lg\:tw-ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f !important;
  }

  .lg\:tw-ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .lg\:tw-ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .lg\:tw-ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .lg\:tw-ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .lg\:tw-ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c !important;
  }

  .lg\:tw-ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316 !important;
  }

  .lg\:tw-ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c !important;
  }

  .lg\:tw-ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c !important;
  }

  .lg\:tw-ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .lg\:tw-ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .lg\:tw-ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .lg\:tw-ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .lg\:tw-ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:tw-ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .lg\:tw-ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .lg\:tw-ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:tw-ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .lg\:tw-ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .lg\:tw-ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .lg\:tw-ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .lg\:tw-ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:tw-ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:tw-ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:tw-ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:tw-ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:tw-ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:tw-ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:tw-ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:tw-ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:tw-ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:tw-ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .lg\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .lg\:tw-ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .lg\:tw-ring-offset-green-300 {
    --tw-ring-offset-color: #86efac !important;
  }

  .lg\:tw-ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .lg\:tw-ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e !important;
  }

  .lg\:tw-ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a !important;
  }

  .lg\:tw-ring-offset-green-700 {
    --tw-ring-offset-color: #15803d !important;
  }

  .lg\:tw-ring-offset-green-800 {
    --tw-ring-offset-color: #166534 !important;
  }

  .lg\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #14532d !important;
  }

  .lg\:tw-ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:tw-ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:tw-ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:tw-ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:tw-ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:tw-ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:tw-ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:tw-ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:tw-ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:tw-ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:tw-ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .lg\:tw-ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .lg\:tw-ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .lg\:tw-ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .lg\:tw-ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .lg\:tw-ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .lg\:tw-ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .lg\:tw-ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e !important;
  }

  .lg\:tw-ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59 !important;
  }

  .lg\:tw-ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a !important;
  }

  .lg\:tw-ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:tw-ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:tw-ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:tw-ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:tw-ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:tw-ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:tw-ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:tw-ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:tw-ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:tw-ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:tw-ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .lg\:tw-ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .lg\:tw-ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .lg\:tw-ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .lg\:tw-ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .lg\:tw-ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .lg\:tw-ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .lg\:tw-ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .lg\:tw-ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985 !important;
  }

  .lg\:tw-ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .lg\:tw-ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:tw-ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:tw-ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:tw-ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:tw-ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:tw-ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:tw-ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:tw-ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:tw-ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:tw-ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:tw-ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .lg\:tw-ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .lg\:tw-ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .lg\:tw-ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .lg\:tw-ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .lg\:tw-ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .lg\:tw-ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .lg\:tw-ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .lg\:tw-ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .lg\:tw-ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .lg\:tw-ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:tw-ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .lg\:tw-ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .lg\:tw-ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .lg\:tw-ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc !important;
  }

  .lg\:tw-ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .lg\:tw-ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea !important;
  }

  .lg\:tw-ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .lg\:tw-ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .lg\:tw-ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87 !important;
  }

  .lg\:tw-ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .lg\:tw-ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .lg\:tw-ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .lg\:tw-ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .lg\:tw-ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .lg\:tw-ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef !important;
  }

  .lg\:tw-ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .lg\:tw-ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf !important;
  }

  .lg\:tw-ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f !important;
  }

  .lg\:tw-ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75 !important;
  }

  .lg\:tw-ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:tw-ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:tw-ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:tw-ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:tw-ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:tw-ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:tw-ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:tw-ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:tw-ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:tw-ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:tw-ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .lg\:tw-ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .lg\:tw-ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .lg\:tw-ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af !important;
  }

  .lg\:tw-ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .lg\:tw-ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .lg\:tw-ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .lg\:tw-ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c !important;
  }

  .lg\:tw-ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .lg\:tw-ring-offset-rose-900 {
    --tw-ring-offset-color: #881337 !important;
  }

  .lg\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:focus-within\:tw-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:focus-within\:tw-ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus-within\:tw-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }

  .lg\:focus-within\:tw-ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .lg\:focus-within\:tw-ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207 !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e !important;
  }

  .lg\:focus-within\:tw-ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534 !important;
  }

  .lg\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus-within\:tw-ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59 !important;
  }

  .lg\:focus-within\:tw-ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:focus-within\:tw-ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985 !important;
  }

  .lg\:focus-within\:tw-ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87 !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f !important;
  }

  .lg\:focus-within\:tw-ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:focus-within\:tw-ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .lg\:focus-within\:tw-ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337 !important;
  }

  .lg\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:focus\:tw-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:focus\:tw-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155 !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b !important;
  }

  .lg\:focus\:tw-ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a !important;
  }

  .lg\:focus\:tw-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus\:tw-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus\:tw-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus\:tw-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus\:tw-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus\:tw-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:focus\:tw-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus\:tw-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus\:tw-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus\:tw-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus\:tw-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:focus\:tw-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:focus\:tw-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:focus\:tw-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:focus\:tw-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:focus\:tw-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:focus\:tw-ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .lg\:focus\:tw-ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .lg\:focus\:tw-ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }

  .lg\:focus\:tw-ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .lg\:focus\:tw-ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .lg\:focus\:tw-ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .lg\:focus\:tw-ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }

  .lg\:focus\:tw-ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }

  .lg\:focus\:tw-ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }

  .lg\:focus\:tw-ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }

  .lg\:focus\:tw-ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .lg\:focus\:tw-ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .lg\:focus\:tw-ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c !important;
  }

  .lg\:focus\:tw-ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c !important;
  }

  .lg\:focus\:tw-ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c !important;
  }

  .lg\:focus\:tw-ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .lg\:focus\:tw-ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207 !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e !important;
  }

  .lg\:focus\:tw-ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:focus\:tw-ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:focus\:tw-ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:focus\:tw-ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:focus\:tw-ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:focus\:tw-ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:focus\:tw-ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .lg\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .lg\:focus\:tw-ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .lg\:focus\:tw-ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac !important;
  }

  .lg\:focus\:tw-ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .lg\:focus\:tw-ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e !important;
  }

  .lg\:focus\:tw-ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a !important;
  }

  .lg\:focus\:tw-ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d !important;
  }

  .lg\:focus\:tw-ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534 !important;
  }

  .lg\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus\:tw-ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus\:tw-ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .lg\:focus\:tw-ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .lg\:focus\:tw-ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e !important;
  }

  .lg\:focus\:tw-ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59 !important;
  }

  .lg\:focus\:tw-ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:focus\:tw-ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985 !important;
  }

  .lg\:focus\:tw-ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:focus\:tw-ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:focus\:tw-ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .lg\:focus\:tw-ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .lg\:focus\:tw-ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .lg\:focus\:tw-ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .lg\:focus\:tw-ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .lg\:focus\:tw-ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .lg\:focus\:tw-ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .lg\:focus\:tw-ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .lg\:focus\:tw-ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .lg\:focus\:tw-ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .lg\:focus\:tw-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .lg\:focus\:tw-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .lg\:focus\:tw-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .lg\:focus\:tw-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc !important;
  }

  .lg\:focus\:tw-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea !important;
  }

  .lg\:focus\:tw-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .lg\:focus\:tw-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .lg\:focus\:tw-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87 !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f !important;
  }

  .lg\:focus\:tw-ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:focus\:tw-ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:focus\:tw-ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:focus\:tw-ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af !important;
  }

  .lg\:focus\:tw-ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .lg\:focus\:tw-ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c !important;
  }

  .lg\:focus\:tw-ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .lg\:focus\:tw-ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337 !important;
  }

  .lg\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lg\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lg\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blueGray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-amber-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-orange-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-emerald-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-teal-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-lightBlue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-violet-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-fuchsia-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-rose-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-amber-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-orange-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-emerald-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-teal-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-violet-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:tw-ring-rose-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blueGray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-amber-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-orange-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-emerald-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-teal-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-lightBlue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-violet-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-fuchsia-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:tw-ring-rose-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:tw-fill-current {
    fill: currentColor !important;
  }

  .lg\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .lg\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:tw-table-auto {
    table-layout: auto !important;
  }

  .lg\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .lg\:tw-text-left {
    text-align: left !important;
  }

  .lg\:tw-text-center {
    text-align: center !important;
  }

  .lg\:tw-text-right {
    text-align: right !important;
  }

  .lg\:tw-text-justify {
    text-align: justify !important;
  }

  .lg\:tw-text-transparent {
    color: transparent !important;
  }

  .lg\:tw-text-current {
    color: currentColor !important;
  }

  .lg\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .lg\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .lg\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blueGray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-amber-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-orange-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-emerald-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-teal-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-lightBlue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-violet-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-fuchsia-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:tw-text-rose-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blueGray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-amber-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-orange-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-emerald-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-teal-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-lightBlue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-violet-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-fuchsia-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:tw-text-rose-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blueGray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-amber-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-orange-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-emerald-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-teal-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-lightBlue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-violet-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-fuchsia-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:tw-text-rose-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lg\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lg\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .lg\:tw-italic {
    font-style: italic !important;
  }

  .lg\:tw-not-italic {
    font-style: normal !important;
  }

  .lg\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .lg\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .lg\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .lg\:tw-normal-case {
    text-transform: none !important;
  }

  .lg\:tw-underline {
    text-decoration: underline !important;
  }

  .lg\:tw-line-through {
    text-decoration: line-through !important;
  }

  .lg\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .lg\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .lg\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .lg\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .lg\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tw-ordinal, .lg\:tw-slashed-zero, .lg\:tw-lining-nums, .lg\:tw-oldstyle-nums, .lg\:tw-proportional-nums, .lg\:tw-tabular-nums, .lg\:tw-diagonal-fractions, .lg\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lg\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .lg\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .lg\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .lg\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:tw-align-top {
    vertical-align: top !important;
  }

  .lg\:tw-align-middle {
    vertical-align: middle !important;
  }

  .lg\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:tw-visible {
    visibility: visible !important;
  }

  .lg\:tw-invisible {
    visibility: hidden !important;
  }

  .lg\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .lg\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .lg\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:tw-break-all {
    word-break: break-all !important;
  }

  .lg\:tw-w-0 {
    width: 0px !important;
  }

  .lg\:tw-w-1 {
    width: 0.25rem !important;
  }

  .lg\:tw-w-2 {
    width: 0.5rem !important;
  }

  .lg\:tw-w-3 {
    width: 0.75rem !important;
  }

  .lg\:tw-w-4 {
    width: 1rem !important;
  }

  .lg\:tw-w-5 {
    width: 1.25rem !important;
  }

  .lg\:tw-w-6 {
    width: 1.5rem !important;
  }

  .lg\:tw-w-7 {
    width: 1.75rem !important;
  }

  .lg\:tw-w-8 {
    width: 2rem !important;
  }

  .lg\:tw-w-9 {
    width: 2.25rem !important;
  }

  .lg\:tw-w-10 {
    width: 2.5rem !important;
  }

  .lg\:tw-w-11 {
    width: 2.75rem !important;
  }

  .lg\:tw-w-12 {
    width: 3rem !important;
  }

  .lg\:tw-w-14 {
    width: 3.5rem !important;
  }

  .lg\:tw-w-16 {
    width: 4rem !important;
  }

  .lg\:tw-w-20 {
    width: 5rem !important;
  }

  .lg\:tw-w-24 {
    width: 6rem !important;
  }

  .lg\:tw-w-28 {
    width: 7rem !important;
  }

  .lg\:tw-w-32 {
    width: 8rem !important;
  }

  .lg\:tw-w-36 {
    width: 9rem !important;
  }

  .lg\:tw-w-40 {
    width: 10rem !important;
  }

  .lg\:tw-w-44 {
    width: 11rem !important;
  }

  .lg\:tw-w-48 {
    width: 12rem !important;
  }

  .lg\:tw-w-52 {
    width: 13rem !important;
  }

  .lg\:tw-w-56 {
    width: 14rem !important;
  }

  .lg\:tw-w-60 {
    width: 15rem !important;
  }

  .lg\:tw-w-64 {
    width: 16rem !important;
  }

  .lg\:tw-w-72 {
    width: 18rem !important;
  }

  .lg\:tw-w-80 {
    width: 20rem !important;
  }

  .lg\:tw-w-96 {
    width: 24rem !important;
  }

  .lg\:tw-w-auto {
    width: auto !important;
  }

  .lg\:tw-w-px {
    width: 1px !important;
  }

  .lg\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .lg\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .lg\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .lg\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-1\/4 {
    width: 25% !important;
  }

  .lg\:tw-w-2\/4 {
    width: 50% !important;
  }

  .lg\:tw-w-3\/4 {
    width: 75% !important;
  }

  .lg\:tw-w-1\/5 {
    width: 20% !important;
  }

  .lg\:tw-w-2\/5 {
    width: 40% !important;
  }

  .lg\:tw-w-3\/5 {
    width: 60% !important;
  }

  .lg\:tw-w-4\/5 {
    width: 80% !important;
  }

  .lg\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-3\/6 {
    width: 50% !important;
  }

  .lg\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:tw-w-3\/12 {
    width: 25% !important;
  }

  .lg\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:tw-w-6\/12 {
    width: 50% !important;
  }

  .lg\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:tw-w-9\/12 {
    width: 75% !important;
  }

  .lg\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:tw-w-full {
    width: 100% !important;
  }

  .lg\:tw-w-screen {
    width: 100vw !important;
  }

  .lg\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:tw-z-0 {
    z-index: 0 !important;
  }

  .lg\:tw-z-10 {
    z-index: 10 !important;
  }

  .lg\:tw-z-20 {
    z-index: 20 !important;
  }

  .lg\:tw-z-30 {
    z-index: 30 !important;
  }

  .lg\:tw-z-40 {
    z-index: 40 !important;
  }

  .lg\:tw-z-50 {
    z-index: 50 !important;
  }

  .lg\:tw-z-auto {
    z-index: auto !important;
  }

  .lg\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .lg\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .lg\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .lg\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .lg\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .lg\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .lg\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .lg\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .lg\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .lg\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .lg\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .lg\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .lg\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .lg\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .lg\:tw-gap-0 {
    gap: 0px !important;
  }

  .lg\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:tw-gap-4 {
    gap: 1rem !important;
  }

  .lg\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:tw-gap-8 {
    gap: 2rem !important;
  }

  .lg\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:tw-gap-12 {
    gap: 3rem !important;
  }

  .lg\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:tw-gap-16 {
    gap: 4rem !important;
  }

  .lg\:tw-gap-20 {
    gap: 5rem !important;
  }

  .lg\:tw-gap-24 {
    gap: 6rem !important;
  }

  .lg\:tw-gap-28 {
    gap: 7rem !important;
  }

  .lg\:tw-gap-32 {
    gap: 8rem !important;
  }

  .lg\:tw-gap-36 {
    gap: 9rem !important;
  }

  .lg\:tw-gap-40 {
    gap: 10rem !important;
  }

  .lg\:tw-gap-44 {
    gap: 11rem !important;
  }

  .lg\:tw-gap-48 {
    gap: 12rem !important;
  }

  .lg\:tw-gap-52 {
    gap: 13rem !important;
  }

  .lg\:tw-gap-56 {
    gap: 14rem !important;
  }

  .lg\:tw-gap-60 {
    gap: 15rem !important;
  }

  .lg\:tw-gap-64 {
    gap: 16rem !important;
  }

  .lg\:tw-gap-72 {
    gap: 18rem !important;
  }

  .lg\:tw-gap-80 {
    gap: 20rem !important;
  }

  .lg\:tw-gap-96 {
    gap: 24rem !important;
  }

  .lg\:tw-gap-px {
    gap: 1px !important;
  }

  .lg\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .lg\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .lg\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:tw-col-auto {
    grid-column: auto !important;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:tw-row-auto {
    grid-row: auto !important;
  }

  .lg\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .lg\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:tw-transform-none {
    transform: none !important;
  }

  .lg\:tw-origin-center {
    transform-origin: center !important;
  }

  .lg\:tw-origin-top {
    transform-origin: top !important;
  }

  .lg\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:tw-origin-right {
    transform-origin: right !important;
  }

  .lg\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:tw-origin-left {
    transform-origin: left !important;
  }

  .lg\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lg\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lg\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lg\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lg\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lg\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lg\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lg\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lg\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lg\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lg\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lg\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lg\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lg\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lg\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lg\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lg\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lg\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lg\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lg\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lg\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lg\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lg\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lg\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lg\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lg\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lg\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lg\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lg\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lg\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .lg\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .lg\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .lg\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .lg\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .lg\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .lg\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .lg\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .lg\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .lg\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .lg\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .lg\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .lg\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .lg\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .lg\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .lg\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .lg\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .lg\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .lg\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .lg\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lg\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .lg\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .lg\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .lg\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .lg\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .lg\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .lg\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .lg\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .lg\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .lg\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .lg\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .lg\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .lg\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .lg\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .lg\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .lg\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .lg\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .lg\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .lg\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .lg\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lg\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lg\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lg\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lg\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lg\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lg\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lg\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lg\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lg\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .lg\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .lg\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .lg\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .lg\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .lg\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .lg\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .lg\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .lg\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .lg\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .lg\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .lg\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .lg\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .lg\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .lg\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .lg\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .lg\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .lg\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .lg\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .lg\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lg\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .lg\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .lg\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .lg\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .lg\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .lg\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .lg\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .lg\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .lg\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .lg\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .lg\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .lg\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .lg\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .lg\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .lg\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .lg\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .lg\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .lg\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .lg\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .lg\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lg\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lg\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lg\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lg\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lg\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lg\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lg\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lg\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .lg\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .lg\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .lg\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .lg\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .lg\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .lg\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .lg\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .lg\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .lg\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .lg\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .lg\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .lg\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .lg\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .lg\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .lg\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .lg\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .lg\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .lg\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .lg\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .lg\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .lg\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .lg\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .lg\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .lg\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .lg\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .lg\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .lg\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .lg\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .lg\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .lg\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .lg\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .lg\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .lg\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .lg\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .lg\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .lg\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .lg\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .lg\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .lg\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .lg\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .lg\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .lg\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .lg\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .lg\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .lg\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .lg\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .lg\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .lg\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lg\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lg\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lg\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lg\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lg\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lg\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lg\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lg\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lg\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lg\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lg\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lg\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lg\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lg\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lg\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lg\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lg\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lg\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lg\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lg\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lg\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lg\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lg\:tw-transition-none {
    transition-property: none !important;
  }

  .lg\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .lg\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .lg\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .lg\:motion-safe\:tw-transition-none {
      transition-property: none !important;
    }

    .lg\:motion-safe\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-safe\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lg\:motion-reduce\:tw-transition-none {
      transition-property: none !important;
    }

    .lg\:motion-reduce\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .lg\:motion-reduce\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  .lg\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:hover\:tw-ease-linear:hover {
    transition-timing-function: linear !important;
  }

  .lg\:hover\:tw-ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:hover\:tw-ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:hover\:tw-ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:focus\:tw-ease-linear:focus {
    transition-timing-function: linear !important;
  }

  .lg\:focus\:tw-ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:focus\:tw-ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:focus\:tw-ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:hover\:tw-duration-75:hover {
    transition-duration: 75ms !important;
  }

  .lg\:hover\:tw-duration-100:hover {
    transition-duration: 100ms !important;
  }

  .lg\:hover\:tw-duration-150:hover {
    transition-duration: 150ms !important;
  }

  .lg\:hover\:tw-duration-200:hover {
    transition-duration: 200ms !important;
  }

  .lg\:hover\:tw-duration-300:hover {
    transition-duration: 300ms !important;
  }

  .lg\:hover\:tw-duration-500:hover {
    transition-duration: 500ms !important;
  }

  .lg\:hover\:tw-duration-700:hover {
    transition-duration: 700ms !important;
  }

  .lg\:hover\:tw-duration-1000:hover {
    transition-duration: 1000ms !important;
  }

  .lg\:focus\:tw-duration-75:focus {
    transition-duration: 75ms !important;
  }

  .lg\:focus\:tw-duration-100:focus {
    transition-duration: 100ms !important;
  }

  .lg\:focus\:tw-duration-150:focus {
    transition-duration: 150ms !important;
  }

  .lg\:focus\:tw-duration-200:focus {
    transition-duration: 200ms !important;
  }

  .lg\:focus\:tw-duration-300:focus {
    transition-duration: 300ms !important;
  }

  .lg\:focus\:tw-duration-500:focus {
    transition-duration: 500ms !important;
  }

  .lg\:focus\:tw-duration-700:focus {
    transition-duration: 700ms !important;
  }

  .lg\:focus\:tw-duration-1000:focus {
    transition-duration: 1000ms !important;
  }

  .lg\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:hover\:tw-delay-75:hover {
    transition-delay: 75ms !important;
  }

  .lg\:hover\:tw-delay-100:hover {
    transition-delay: 100ms !important;
  }

  .lg\:hover\:tw-delay-150:hover {
    transition-delay: 150ms !important;
  }

  .lg\:hover\:tw-delay-200:hover {
    transition-delay: 200ms !important;
  }

  .lg\:hover\:tw-delay-300:hover {
    transition-delay: 300ms !important;
  }

  .lg\:hover\:tw-delay-500:hover {
    transition-delay: 500ms !important;
  }

  .lg\:hover\:tw-delay-700:hover {
    transition-delay: 700ms !important;
  }

  .lg\:hover\:tw-delay-1000:hover {
    transition-delay: 1000ms !important;
  }

  .lg\:focus\:tw-delay-75:focus {
    transition-delay: 75ms !important;
  }

  .lg\:focus\:tw-delay-100:focus {
    transition-delay: 100ms !important;
  }

  .lg\:focus\:tw-delay-150:focus {
    transition-delay: 150ms !important;
  }

  .lg\:focus\:tw-delay-200:focus {
    transition-delay: 200ms !important;
  }

  .lg\:focus\:tw-delay-300:focus {
    transition-delay: 300ms !important;
  }

  .lg\:focus\:tw-delay-500:focus {
    transition-delay: 500ms !important;
  }

  .lg\:focus\:tw-delay-700:focus {
    transition-delay: 700ms !important;
  }

  .lg\:focus\:tw-delay-1000:focus {
    transition-delay: 1000ms !important;
  }

  .lg\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .lg\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .lg\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .lg\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .lg\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .lg\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .lg\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .lg\:motion-safe\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-safe\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-safe\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-safe\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-safe\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .lg\:motion-safe\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-safe\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-safe\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-safe\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-safe\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .lg\:motion-safe\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-safe\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-safe\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-safe\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-safe\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .lg\:motion-reduce\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-reduce\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-reduce\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-reduce\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-reduce\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .lg\:motion-reduce\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-reduce\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-reduce\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-reduce\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-reduce\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .lg\:motion-reduce\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .lg\:motion-reduce\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .lg\:motion-reduce\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .lg\:motion-reduce\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .lg\:motion-reduce\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:tw-container {
      max-width: 1536px;
    }
  }

  .xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xl\:tw-divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
  }

  .xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xl\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:tw-bg-local {
    background-attachment: local !important;
  }

  .xl\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .xl\:tw-bg-current {
    background-color: currentColor !important;
  }

  .xl\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xl\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xl\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-amber-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-orange-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-emerald-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-teal-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-violet-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:tw-bg-rose-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blueGray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-amber-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-orange-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-emerald-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-teal-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-lightBlue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-violet-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-fuchsia-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:tw-bg-rose-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blueGray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-amber-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-orange-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-emerald-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-teal-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-lightBlue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-violet-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-fuchsia-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:tw-bg-rose-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-transparent:active {
    background-color: transparent !important;
  }

  .xl\:active\:tw-bg-current:active {
    background-color: currentColor !important;
  }

  .xl\:active\:tw-bg-black:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blueGray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-red-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-blue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-amber-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-orange-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-yellow-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lime-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-green-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-emerald-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-teal-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-cyan-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-lightBlue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-indigo-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-violet-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-purple-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-fuchsia-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-pink-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:active\:tw-bg-rose-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:tw-bg-none {
    background-image: none !important;
  }

  .xl\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:tw-from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:tw-from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:tw-from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:tw-from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:tw-from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:tw-from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:tw-from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:tw-from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:tw-from-blueGray-50 {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:tw-from-blueGray-100 {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:tw-from-blueGray-200 {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-from-blueGray-300 {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:tw-from-blueGray-400 {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:tw-from-blueGray-500 {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:tw-from-blueGray-600 {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:tw-from-blueGray-700 {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:tw-from-blueGray-800 {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:tw-from-blueGray-900 {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:tw-from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:tw-from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:tw-from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:tw-from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:tw-from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:tw-from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:tw-from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:tw-from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:tw-from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:tw-from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:tw-from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:tw-from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:tw-from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:tw-from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:tw-from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:tw-from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:tw-from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:tw-from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:tw-from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:tw-from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:tw-from-amber-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:tw-from-amber-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:tw-from-amber-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:tw-from-amber-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:tw-from-amber-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:tw-from-amber-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:tw-from-amber-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:tw-from-amber-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:tw-from-amber-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:tw-from-amber-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:tw-from-orange-50 {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:tw-from-orange-100 {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:tw-from-orange-200 {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:tw-from-orange-300 {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:tw-from-orange-400 {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:tw-from-orange-500 {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:tw-from-orange-600 {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:tw-from-orange-700 {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:tw-from-orange-800 {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:tw-from-orange-900 {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:tw-from-yellow-50 {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:tw-from-yellow-100 {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:tw-from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:tw-from-yellow-300 {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:tw-from-yellow-400 {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:tw-from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:tw-from-yellow-600 {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:tw-from-yellow-700 {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:tw-from-yellow-800 {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:tw-from-yellow-900 {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:tw-from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:tw-from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:tw-from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:tw-from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:tw-from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:tw-from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:tw-from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:tw-from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:tw-from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:tw-from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:tw-from-green-50 {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:tw-from-green-100 {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:tw-from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:tw-from-green-300 {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:tw-from-green-400 {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:tw-from-green-500 {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:tw-from-green-600 {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:tw-from-green-700 {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:tw-from-green-800 {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:tw-from-green-900 {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:tw-from-emerald-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:tw-from-emerald-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:tw-from-emerald-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:tw-from-emerald-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:tw-from-emerald-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:tw-from-emerald-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:tw-from-emerald-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:tw-from-emerald-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:tw-from-emerald-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:tw-from-emerald-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:tw-from-teal-50 {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:tw-from-teal-100 {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:tw-from-teal-200 {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:tw-from-teal-300 {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:tw-from-teal-400 {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:tw-from-teal-500 {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:tw-from-teal-600 {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:tw-from-teal-700 {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:tw-from-teal-800 {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:tw-from-teal-900 {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:tw-from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:tw-from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:tw-from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:tw-from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:tw-from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:tw-from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:tw-from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:tw-from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:tw-from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:tw-from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:tw-from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:tw-from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:tw-from-lightBlue-200 {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:tw-from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:tw-from-lightBlue-400 {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:tw-from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:tw-from-lightBlue-600 {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:tw-from-lightBlue-700 {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:tw-from-lightBlue-800 {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:tw-from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:tw-from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:tw-from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:tw-from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:tw-from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:tw-from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:tw-from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:tw-from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:tw-from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:tw-from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:tw-from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:tw-from-violet-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:tw-from-violet-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:tw-from-violet-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:tw-from-violet-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:tw-from-violet-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:tw-from-violet-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:tw-from-violet-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:tw-from-violet-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:tw-from-violet-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:tw-from-violet-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:tw-from-purple-50 {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-from-purple-100 {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:tw-from-purple-200 {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:tw-from-purple-300 {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:tw-from-purple-400 {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:tw-from-purple-500 {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:tw-from-purple-600 {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:tw-from-purple-700 {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:tw-from-purple-800 {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:tw-from-purple-900 {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:tw-from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:tw-from-fuchsia-100 {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:tw-from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:tw-from-fuchsia-300 {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:tw-from-fuchsia-400 {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:tw-from-fuchsia-500 {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:tw-from-fuchsia-600 {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:tw-from-fuchsia-700 {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:tw-from-fuchsia-800 {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:tw-from-fuchsia-900 {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:tw-from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:tw-from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:tw-from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:tw-from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:tw-from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:tw-from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:tw-from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:tw-from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:tw-from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:tw-from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:tw-from-rose-50 {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:tw-from-rose-100 {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:tw-from-rose-200 {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:tw-from-rose-300 {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:tw-from-rose-400 {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:tw-from-rose-500 {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:tw-from-rose-600 {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:tw-from-rose-700 {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:tw-from-rose-800 {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:tw-from-rose-900 {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:tw-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:tw-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:tw-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:tw-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:tw-via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:tw-via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:tw-via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:tw-via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:tw-via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:tw-via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:tw-via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:tw-via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:tw-via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:tw-via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:tw-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:tw-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:tw-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:tw-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:tw-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:tw-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:tw-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:tw-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:tw-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:tw-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:tw-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:tw-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:tw-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:tw-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:tw-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:tw-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:tw-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:tw-via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:tw-via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:tw-via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:tw-via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:tw-via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:tw-via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:tw-via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:tw-via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:tw-via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:tw-via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:tw-via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:tw-via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:tw-via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:tw-via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:tw-via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:tw-via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:tw-via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:tw-via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:tw-via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:tw-via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:tw-via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:tw-via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:tw-via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:tw-via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:tw-via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:tw-via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:tw-via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:tw-via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:tw-via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:tw-via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:tw-via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:tw-via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:tw-via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:tw-via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:tw-via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:tw-via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:tw-via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:tw-via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:tw-via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:tw-via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:tw-via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:tw-via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:tw-via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:tw-via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:tw-via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:tw-via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:tw-via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:tw-via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:tw-via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:tw-via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:tw-via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:tw-via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:tw-via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:tw-via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:tw-via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:tw-via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:tw-via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:tw-via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:tw-via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:tw-via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:tw-via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:tw-via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:tw-via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:tw-via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:tw-via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:tw-via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:tw-via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:tw-via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:tw-via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:tw-via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:tw-via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:tw-via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:tw-via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:tw-via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:tw-via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:tw-via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:tw-via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:tw-via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:tw-via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:tw-via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:tw-via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:tw-via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:tw-via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:tw-via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:tw-via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:tw-via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:tw-via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:tw-via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:tw-via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:tw-via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:tw-via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:tw-via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:tw-via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:tw-via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:tw-via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:tw-via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:tw-via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:tw-via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:tw-via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:tw-via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:tw-via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:tw-via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:tw-via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:tw-via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:tw-via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:tw-via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:tw-via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:tw-via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:tw-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:tw-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:tw-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:tw-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:tw-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:tw-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:tw-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:tw-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:tw-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:tw-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:tw-via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:tw-via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:tw-via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:tw-via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:tw-via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:tw-via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:tw-via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:tw-via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:tw-via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:tw-via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:tw-via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:tw-via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:tw-via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:tw-via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:tw-via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:tw-via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:tw-via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:tw-via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:tw-via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:tw-via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:tw-via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:tw-via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:tw-via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:tw-via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:tw-via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:tw-via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:tw-via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:tw-via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:tw-via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:tw-via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xl\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .xl\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .xl\:tw-to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:tw-to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:tw-to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:tw-to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:tw-to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:tw-to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:tw-to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:tw-to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:tw-to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:tw-to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:tw-to-blueGray-50 {
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:tw-to-blueGray-100 {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:tw-to-blueGray-200 {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:tw-to-blueGray-300 {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:tw-to-blueGray-400 {
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:tw-to-blueGray-500 {
    --tw-gradient-to: #64748b !important;
  }

  .xl\:tw-to-blueGray-600 {
    --tw-gradient-to: #475569 !important;
  }

  .xl\:tw-to-blueGray-700 {
    --tw-gradient-to: #334155 !important;
  }

  .xl\:tw-to-blueGray-800 {
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:tw-to-blueGray-900 {
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:tw-to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:tw-to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:tw-to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:tw-to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:tw-to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:tw-to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:tw-to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:tw-to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:tw-to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:tw-to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:tw-to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:tw-to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:tw-to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:tw-to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:tw-to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:tw-to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:tw-to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:tw-to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:tw-to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:tw-to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:tw-to-amber-50 {
    --tw-gradient-to: #fffbeb !important;
  }

  .xl\:tw-to-amber-100 {
    --tw-gradient-to: #fef3c7 !important;
  }

  .xl\:tw-to-amber-200 {
    --tw-gradient-to: #fde68a !important;
  }

  .xl\:tw-to-amber-300 {
    --tw-gradient-to: #fcd34d !important;
  }

  .xl\:tw-to-amber-400 {
    --tw-gradient-to: #fbbf24 !important;
  }

  .xl\:tw-to-amber-500 {
    --tw-gradient-to: #f59e0b !important;
  }

  .xl\:tw-to-amber-600 {
    --tw-gradient-to: #d97706 !important;
  }

  .xl\:tw-to-amber-700 {
    --tw-gradient-to: #b45309 !important;
  }

  .xl\:tw-to-amber-800 {
    --tw-gradient-to: #92400e !important;
  }

  .xl\:tw-to-amber-900 {
    --tw-gradient-to: #78350f !important;
  }

  .xl\:tw-to-orange-50 {
    --tw-gradient-to: #fff7ed !important;
  }

  .xl\:tw-to-orange-100 {
    --tw-gradient-to: #ffedd5 !important;
  }

  .xl\:tw-to-orange-200 {
    --tw-gradient-to: #fed7aa !important;
  }

  .xl\:tw-to-orange-300 {
    --tw-gradient-to: #fdba74 !important;
  }

  .xl\:tw-to-orange-400 {
    --tw-gradient-to: #fb923c !important;
  }

  .xl\:tw-to-orange-500 {
    --tw-gradient-to: #f97316 !important;
  }

  .xl\:tw-to-orange-600 {
    --tw-gradient-to: #ea580c !important;
  }

  .xl\:tw-to-orange-700 {
    --tw-gradient-to: #c2410c !important;
  }

  .xl\:tw-to-orange-800 {
    --tw-gradient-to: #9a3412 !important;
  }

  .xl\:tw-to-orange-900 {
    --tw-gradient-to: #7c2d12 !important;
  }

  .xl\:tw-to-yellow-50 {
    --tw-gradient-to: #fefce8 !important;
  }

  .xl\:tw-to-yellow-100 {
    --tw-gradient-to: #fef9c3 !important;
  }

  .xl\:tw-to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:tw-to-yellow-300 {
    --tw-gradient-to: #fde047 !important;
  }

  .xl\:tw-to-yellow-400 {
    --tw-gradient-to: #facc15 !important;
  }

  .xl\:tw-to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:tw-to-yellow-600 {
    --tw-gradient-to: #ca8a04 !important;
  }

  .xl\:tw-to-yellow-700 {
    --tw-gradient-to: #a16207 !important;
  }

  .xl\:tw-to-yellow-800 {
    --tw-gradient-to: #854d0e !important;
  }

  .xl\:tw-to-yellow-900 {
    --tw-gradient-to: #713f12 !important;
  }

  .xl\:tw-to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:tw-to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:tw-to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:tw-to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:tw-to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:tw-to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:tw-to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:tw-to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:tw-to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:tw-to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:tw-to-green-50 {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .xl\:tw-to-green-100 {
    --tw-gradient-to: #dcfce7 !important;
  }

  .xl\:tw-to-green-200 {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .xl\:tw-to-green-300 {
    --tw-gradient-to: #86efac !important;
  }

  .xl\:tw-to-green-400 {
    --tw-gradient-to: #4ade80 !important;
  }

  .xl\:tw-to-green-500 {
    --tw-gradient-to: #22c55e !important;
  }

  .xl\:tw-to-green-600 {
    --tw-gradient-to: #16a34a !important;
  }

  .xl\:tw-to-green-700 {
    --tw-gradient-to: #15803d !important;
  }

  .xl\:tw-to-green-800 {
    --tw-gradient-to: #166534 !important;
  }

  .xl\:tw-to-green-900 {
    --tw-gradient-to: #14532d !important;
  }

  .xl\:tw-to-emerald-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:tw-to-emerald-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:tw-to-emerald-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:tw-to-emerald-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:tw-to-emerald-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:tw-to-emerald-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:tw-to-emerald-600 {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:tw-to-emerald-700 {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:tw-to-emerald-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:tw-to-emerald-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:tw-to-teal-50 {
    --tw-gradient-to: #f0fdfa !important;
  }

  .xl\:tw-to-teal-100 {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .xl\:tw-to-teal-200 {
    --tw-gradient-to: #99f6e4 !important;
  }

  .xl\:tw-to-teal-300 {
    --tw-gradient-to: #5eead4 !important;
  }

  .xl\:tw-to-teal-400 {
    --tw-gradient-to: #2dd4bf !important;
  }

  .xl\:tw-to-teal-500 {
    --tw-gradient-to: #14b8a6 !important;
  }

  .xl\:tw-to-teal-600 {
    --tw-gradient-to: #0d9488 !important;
  }

  .xl\:tw-to-teal-700 {
    --tw-gradient-to: #0f766e !important;
  }

  .xl\:tw-to-teal-800 {
    --tw-gradient-to: #115e59 !important;
  }

  .xl\:tw-to-teal-900 {
    --tw-gradient-to: #134e4a !important;
  }

  .xl\:tw-to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:tw-to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:tw-to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:tw-to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:tw-to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:tw-to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:tw-to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:tw-to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:tw-to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:tw-to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:tw-to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff !important;
  }

  .xl\:tw-to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe !important;
  }

  .xl\:tw-to-lightBlue-200 {
    --tw-gradient-to: #bae6fd !important;
  }

  .xl\:tw-to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc !important;
  }

  .xl\:tw-to-lightBlue-400 {
    --tw-gradient-to: #38bdf8 !important;
  }

  .xl\:tw-to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .xl\:tw-to-lightBlue-600 {
    --tw-gradient-to: #0284c7 !important;
  }

  .xl\:tw-to-lightBlue-700 {
    --tw-gradient-to: #0369a1 !important;
  }

  .xl\:tw-to-lightBlue-800 {
    --tw-gradient-to: #075985 !important;
  }

  .xl\:tw-to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e !important;
  }

  .xl\:tw-to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:tw-to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:tw-to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:tw-to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:tw-to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:tw-to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:tw-to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:tw-to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:tw-to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:tw-to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:tw-to-violet-50 {
    --tw-gradient-to: #f5f3ff !important;
  }

  .xl\:tw-to-violet-100 {
    --tw-gradient-to: #ede9fe !important;
  }

  .xl\:tw-to-violet-200 {
    --tw-gradient-to: #ddd6fe !important;
  }

  .xl\:tw-to-violet-300 {
    --tw-gradient-to: #c4b5fd !important;
  }

  .xl\:tw-to-violet-400 {
    --tw-gradient-to: #a78bfa !important;
  }

  .xl\:tw-to-violet-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .xl\:tw-to-violet-600 {
    --tw-gradient-to: #7c3aed !important;
  }

  .xl\:tw-to-violet-700 {
    --tw-gradient-to: #6d28d9 !important;
  }

  .xl\:tw-to-violet-800 {
    --tw-gradient-to: #5b21b6 !important;
  }

  .xl\:tw-to-violet-900 {
    --tw-gradient-to: #4c1d95 !important;
  }

  .xl\:tw-to-purple-50 {
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:tw-to-purple-100 {
    --tw-gradient-to: #f3e8ff !important;
  }

  .xl\:tw-to-purple-200 {
    --tw-gradient-to: #e9d5ff !important;
  }

  .xl\:tw-to-purple-300 {
    --tw-gradient-to: #d8b4fe !important;
  }

  .xl\:tw-to-purple-400 {
    --tw-gradient-to: #c084fc !important;
  }

  .xl\:tw-to-purple-500 {
    --tw-gradient-to: #a855f7 !important;
  }

  .xl\:tw-to-purple-600 {
    --tw-gradient-to: #9333ea !important;
  }

  .xl\:tw-to-purple-700 {
    --tw-gradient-to: #7e22ce !important;
  }

  .xl\:tw-to-purple-800 {
    --tw-gradient-to: #6b21a8 !important;
  }

  .xl\:tw-to-purple-900 {
    --tw-gradient-to: #581c87 !important;
  }

  .xl\:tw-to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff !important;
  }

  .xl\:tw-to-fuchsia-100 {
    --tw-gradient-to: #fae8ff !important;
  }

  .xl\:tw-to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe !important;
  }

  .xl\:tw-to-fuchsia-300 {
    --tw-gradient-to: #f0abfc !important;
  }

  .xl\:tw-to-fuchsia-400 {
    --tw-gradient-to: #e879f9 !important;
  }

  .xl\:tw-to-fuchsia-500 {
    --tw-gradient-to: #d946ef !important;
  }

  .xl\:tw-to-fuchsia-600 {
    --tw-gradient-to: #c026d3 !important;
  }

  .xl\:tw-to-fuchsia-700 {
    --tw-gradient-to: #a21caf !important;
  }

  .xl\:tw-to-fuchsia-800 {
    --tw-gradient-to: #86198f !important;
  }

  .xl\:tw-to-fuchsia-900 {
    --tw-gradient-to: #701a75 !important;
  }

  .xl\:tw-to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:tw-to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:tw-to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:tw-to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:tw-to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:tw-to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:tw-to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:tw-to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:tw-to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:tw-to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:tw-to-rose-50 {
    --tw-gradient-to: #fff1f2 !important;
  }

  .xl\:tw-to-rose-100 {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .xl\:tw-to-rose-200 {
    --tw-gradient-to: #fecdd3 !important;
  }

  .xl\:tw-to-rose-300 {
    --tw-gradient-to: #fda4af !important;
  }

  .xl\:tw-to-rose-400 {
    --tw-gradient-to: #fb7185 !important;
  }

  .xl\:tw-to-rose-500 {
    --tw-gradient-to: #f43f5e !important;
  }

  .xl\:tw-to-rose-600 {
    --tw-gradient-to: #e11d48 !important;
  }

  .xl\:tw-to-rose-700 {
    --tw-gradient-to: #be123c !important;
  }

  .xl\:tw-to-rose-800 {
    --tw-gradient-to: #9f1239 !important;
  }

  .xl\:tw-to-rose-900 {
    --tw-gradient-to: #881337 !important;
  }

  .xl\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:tw-from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-500:hover {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-600:hover {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-700:hover {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-800:hover {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:tw-from-blueGray-900:hover {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:tw-from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:tw-from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:tw-from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:tw-from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:tw-from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:tw-from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:tw-from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:hover\:tw-from-amber-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-50:hover {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-100:hover {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-200:hover {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-300:hover {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-400:hover {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-500:hover {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-600:hover {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-700:hover {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-800:hover {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-orange-900:hover {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-50:hover {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-100:hover {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-300:hover {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-400:hover {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-600:hover {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-700:hover {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-800:hover {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:tw-from-yellow-900:hover {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:tw-from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:tw-from-green-50:hover {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:tw-from-green-200:hover {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:tw-from-green-300:hover {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:tw-from-green-400:hover {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:tw-from-green-500:hover {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-green-600:hover {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:tw-from-green-700:hover {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:tw-from-green-800:hover {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:tw-from-emerald-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-50:hover {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-100:hover {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-200:hover {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-300:hover {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-400:hover {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-500:hover {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-600:hover {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-700:hover {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-800:hover {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:tw-from-teal-900:hover {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:tw-from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-800:hover {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:hover\:tw-from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:tw-from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:tw-from-violet-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-50:hover {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-100:hover {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-200:hover {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-300:hover {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-400:hover {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-500:hover {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-600:hover {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-700:hover {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-800:hover {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:hover\:tw-from-purple-900:hover {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-800:hover {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:hover\:tw-from-fuchsia-900:hover {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:tw-from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-50:hover {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-100:hover {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-200:hover {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-300:hover {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-400:hover {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-500:hover {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-600:hover {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-700:hover {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-800:hover {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:hover\:tw-from-rose-900:hover {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:tw-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:hover\:tw-via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:hover\:tw-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:tw-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:tw-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:tw-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:tw-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:tw-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:tw-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:tw-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:tw-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:tw-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:hover\:tw-via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:hover\:tw-via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:tw-via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:tw-via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:hover\:tw-via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:hover\:tw-via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:hover\:tw-via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:hover\:tw-via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:hover\:tw-via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:hover\:tw-via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:tw-via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:hover\:tw-via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:tw-via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:hover\:tw-via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:tw-via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:hover\:tw-via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:hover\:tw-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:hover\:tw-via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:tw-via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:hover\:tw-via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:hover\:tw-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:hover\:tw-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:hover\:tw-to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:hover\:tw-to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:hover\:tw-to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:hover\:tw-to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:hover\:tw-to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:hover\:tw-to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:hover\:tw-to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:hover\:tw-to-blueGray-500:hover {
    --tw-gradient-to: #64748b !important;
  }

  .xl\:hover\:tw-to-blueGray-600:hover {
    --tw-gradient-to: #475569 !important;
  }

  .xl\:hover\:tw-to-blueGray-700:hover {
    --tw-gradient-to: #334155 !important;
  }

  .xl\:hover\:tw-to-blueGray-800:hover {
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:hover\:tw-to-blueGray-900:hover {
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:hover\:tw-to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:hover\:tw-to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:hover\:tw-to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:hover\:tw-to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:hover\:tw-to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:hover\:tw-to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:hover\:tw-to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:hover\:tw-to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:hover\:tw-to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:hover\:tw-to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:hover\:tw-to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:hover\:tw-to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:hover\:tw-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:hover\:tw-to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:hover\:tw-to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:hover\:tw-to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:hover\:tw-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:hover\:tw-to-amber-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }

  .xl\:hover\:tw-to-amber-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }

  .xl\:hover\:tw-to-amber-200:hover {
    --tw-gradient-to: #fde68a !important;
  }

  .xl\:hover\:tw-to-amber-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }

  .xl\:hover\:tw-to-amber-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }

  .xl\:hover\:tw-to-amber-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }

  .xl\:hover\:tw-to-amber-600:hover {
    --tw-gradient-to: #d97706 !important;
  }

  .xl\:hover\:tw-to-amber-700:hover {
    --tw-gradient-to: #b45309 !important;
  }

  .xl\:hover\:tw-to-amber-800:hover {
    --tw-gradient-to: #92400e !important;
  }

  .xl\:hover\:tw-to-amber-900:hover {
    --tw-gradient-to: #78350f !important;
  }

  .xl\:hover\:tw-to-orange-50:hover {
    --tw-gradient-to: #fff7ed !important;
  }

  .xl\:hover\:tw-to-orange-100:hover {
    --tw-gradient-to: #ffedd5 !important;
  }

  .xl\:hover\:tw-to-orange-200:hover {
    --tw-gradient-to: #fed7aa !important;
  }

  .xl\:hover\:tw-to-orange-300:hover {
    --tw-gradient-to: #fdba74 !important;
  }

  .xl\:hover\:tw-to-orange-400:hover {
    --tw-gradient-to: #fb923c !important;
  }

  .xl\:hover\:tw-to-orange-500:hover {
    --tw-gradient-to: #f97316 !important;
  }

  .xl\:hover\:tw-to-orange-600:hover {
    --tw-gradient-to: #ea580c !important;
  }

  .xl\:hover\:tw-to-orange-700:hover {
    --tw-gradient-to: #c2410c !important;
  }

  .xl\:hover\:tw-to-orange-800:hover {
    --tw-gradient-to: #9a3412 !important;
  }

  .xl\:hover\:tw-to-orange-900:hover {
    --tw-gradient-to: #7c2d12 !important;
  }

  .xl\:hover\:tw-to-yellow-50:hover {
    --tw-gradient-to: #fefce8 !important;
  }

  .xl\:hover\:tw-to-yellow-100:hover {
    --tw-gradient-to: #fef9c3 !important;
  }

  .xl\:hover\:tw-to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:hover\:tw-to-yellow-300:hover {
    --tw-gradient-to: #fde047 !important;
  }

  .xl\:hover\:tw-to-yellow-400:hover {
    --tw-gradient-to: #facc15 !important;
  }

  .xl\:hover\:tw-to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:hover\:tw-to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 !important;
  }

  .xl\:hover\:tw-to-yellow-700:hover {
    --tw-gradient-to: #a16207 !important;
  }

  .xl\:hover\:tw-to-yellow-800:hover {
    --tw-gradient-to: #854d0e !important;
  }

  .xl\:hover\:tw-to-yellow-900:hover {
    --tw-gradient-to: #713f12 !important;
  }

  .xl\:hover\:tw-to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:hover\:tw-to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:hover\:tw-to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:hover\:tw-to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:hover\:tw-to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:hover\:tw-to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:hover\:tw-to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:hover\:tw-to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:hover\:tw-to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:hover\:tw-to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:hover\:tw-to-green-50:hover {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .xl\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #dcfce7 !important;
  }

  .xl\:hover\:tw-to-green-200:hover {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .xl\:hover\:tw-to-green-300:hover {
    --tw-gradient-to: #86efac !important;
  }

  .xl\:hover\:tw-to-green-400:hover {
    --tw-gradient-to: #4ade80 !important;
  }

  .xl\:hover\:tw-to-green-500:hover {
    --tw-gradient-to: #22c55e !important;
  }

  .xl\:hover\:tw-to-green-600:hover {
    --tw-gradient-to: #16a34a !important;
  }

  .xl\:hover\:tw-to-green-700:hover {
    --tw-gradient-to: #15803d !important;
  }

  .xl\:hover\:tw-to-green-800:hover {
    --tw-gradient-to: #166534 !important;
  }

  .xl\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #14532d !important;
  }

  .xl\:hover\:tw-to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:hover\:tw-to-emerald-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:hover\:tw-to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:hover\:tw-to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:hover\:tw-to-emerald-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:hover\:tw-to-emerald-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:hover\:tw-to-emerald-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:hover\:tw-to-emerald-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:hover\:tw-to-emerald-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:hover\:tw-to-emerald-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:hover\:tw-to-teal-50:hover {
    --tw-gradient-to: #f0fdfa !important;
  }

  .xl\:hover\:tw-to-teal-100:hover {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .xl\:hover\:tw-to-teal-200:hover {
    --tw-gradient-to: #99f6e4 !important;
  }

  .xl\:hover\:tw-to-teal-300:hover {
    --tw-gradient-to: #5eead4 !important;
  }

  .xl\:hover\:tw-to-teal-400:hover {
    --tw-gradient-to: #2dd4bf !important;
  }

  .xl\:hover\:tw-to-teal-500:hover {
    --tw-gradient-to: #14b8a6 !important;
  }

  .xl\:hover\:tw-to-teal-600:hover {
    --tw-gradient-to: #0d9488 !important;
  }

  .xl\:hover\:tw-to-teal-700:hover {
    --tw-gradient-to: #0f766e !important;
  }

  .xl\:hover\:tw-to-teal-800:hover {
    --tw-gradient-to: #115e59 !important;
  }

  .xl\:hover\:tw-to-teal-900:hover {
    --tw-gradient-to: #134e4a !important;
  }

  .xl\:hover\:tw-to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:hover\:tw-to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:hover\:tw-to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:hover\:tw-to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:hover\:tw-to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:hover\:tw-to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:hover\:tw-to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:hover\:tw-to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:hover\:tw-to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:hover\:tw-to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:hover\:tw-to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff !important;
  }

  .xl\:hover\:tw-to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe !important;
  }

  .xl\:hover\:tw-to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd !important;
  }

  .xl\:hover\:tw-to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc !important;
  }

  .xl\:hover\:tw-to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8 !important;
  }

  .xl\:hover\:tw-to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .xl\:hover\:tw-to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7 !important;
  }

  .xl\:hover\:tw-to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1 !important;
  }

  .xl\:hover\:tw-to-lightBlue-800:hover {
    --tw-gradient-to: #075985 !important;
  }

  .xl\:hover\:tw-to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e !important;
  }

  .xl\:hover\:tw-to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:hover\:tw-to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:hover\:tw-to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:hover\:tw-to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:hover\:tw-to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:hover\:tw-to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:hover\:tw-to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:hover\:tw-to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:hover\:tw-to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:hover\:tw-to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:hover\:tw-to-violet-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }

  .xl\:hover\:tw-to-violet-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }

  .xl\:hover\:tw-to-violet-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }

  .xl\:hover\:tw-to-violet-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }

  .xl\:hover\:tw-to-violet-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }

  .xl\:hover\:tw-to-violet-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .xl\:hover\:tw-to-violet-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }

  .xl\:hover\:tw-to-violet-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }

  .xl\:hover\:tw-to-violet-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }

  .xl\:hover\:tw-to-violet-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }

  .xl\:hover\:tw-to-purple-50:hover {
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:hover\:tw-to-purple-100:hover {
    --tw-gradient-to: #f3e8ff !important;
  }

  .xl\:hover\:tw-to-purple-200:hover {
    --tw-gradient-to: #e9d5ff !important;
  }

  .xl\:hover\:tw-to-purple-300:hover {
    --tw-gradient-to: #d8b4fe !important;
  }

  .xl\:hover\:tw-to-purple-400:hover {
    --tw-gradient-to: #c084fc !important;
  }

  .xl\:hover\:tw-to-purple-500:hover {
    --tw-gradient-to: #a855f7 !important;
  }

  .xl\:hover\:tw-to-purple-600:hover {
    --tw-gradient-to: #9333ea !important;
  }

  .xl\:hover\:tw-to-purple-700:hover {
    --tw-gradient-to: #7e22ce !important;
  }

  .xl\:hover\:tw-to-purple-800:hover {
    --tw-gradient-to: #6b21a8 !important;
  }

  .xl\:hover\:tw-to-purple-900:hover {
    --tw-gradient-to: #581c87 !important;
  }

  .xl\:hover\:tw-to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff !important;
  }

  .xl\:hover\:tw-to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff !important;
  }

  .xl\:hover\:tw-to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe !important;
  }

  .xl\:hover\:tw-to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc !important;
  }

  .xl\:hover\:tw-to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9 !important;
  }

  .xl\:hover\:tw-to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef !important;
  }

  .xl\:hover\:tw-to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3 !important;
  }

  .xl\:hover\:tw-to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf !important;
  }

  .xl\:hover\:tw-to-fuchsia-800:hover {
    --tw-gradient-to: #86198f !important;
  }

  .xl\:hover\:tw-to-fuchsia-900:hover {
    --tw-gradient-to: #701a75 !important;
  }

  .xl\:hover\:tw-to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:hover\:tw-to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:hover\:tw-to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:hover\:tw-to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:hover\:tw-to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:hover\:tw-to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:hover\:tw-to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:hover\:tw-to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:hover\:tw-to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:hover\:tw-to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:hover\:tw-to-rose-50:hover {
    --tw-gradient-to: #fff1f2 !important;
  }

  .xl\:hover\:tw-to-rose-100:hover {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .xl\:hover\:tw-to-rose-200:hover {
    --tw-gradient-to: #fecdd3 !important;
  }

  .xl\:hover\:tw-to-rose-300:hover {
    --tw-gradient-to: #fda4af !important;
  }

  .xl\:hover\:tw-to-rose-400:hover {
    --tw-gradient-to: #fb7185 !important;
  }

  .xl\:hover\:tw-to-rose-500:hover {
    --tw-gradient-to: #f43f5e !important;
  }

  .xl\:hover\:tw-to-rose-600:hover {
    --tw-gradient-to: #e11d48 !important;
  }

  .xl\:hover\:tw-to-rose-700:hover {
    --tw-gradient-to: #be123c !important;
  }

  .xl\:hover\:tw-to-rose-800:hover {
    --tw-gradient-to: #9f1239 !important;
  }

  .xl\:hover\:tw-to-rose-900:hover {
    --tw-gradient-to: #881337 !important;
  }

  .xl\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:tw-from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-500:focus {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-600:focus {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-700:focus {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-800:focus {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:tw-from-blueGray-900:focus {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:tw-from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:tw-from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:tw-from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:tw-from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:tw-from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:tw-from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:tw-from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:focus\:tw-from-amber-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-50:focus {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-100:focus {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-200:focus {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-300:focus {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-400:focus {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-500:focus {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-600:focus {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-700:focus {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-800:focus {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-orange-900:focus {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-50:focus {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-100:focus {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-300:focus {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-400:focus {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-600:focus {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-700:focus {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-800:focus {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:tw-from-yellow-900:focus {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:tw-from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:tw-from-green-50:focus {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:tw-from-green-200:focus {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:tw-from-green-300:focus {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:tw-from-green-400:focus {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:tw-from-green-500:focus {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-green-600:focus {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:tw-from-green-700:focus {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:tw-from-green-800:focus {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:tw-from-emerald-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-50:focus {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-100:focus {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-200:focus {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-300:focus {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-400:focus {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-500:focus {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-600:focus {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-700:focus {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-800:focus {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:tw-from-teal-900:focus {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:tw-from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-800:focus {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:focus\:tw-from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:tw-from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:tw-from-violet-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-50:focus {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-100:focus {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-200:focus {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-300:focus {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-400:focus {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-500:focus {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-600:focus {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-700:focus {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-800:focus {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:focus\:tw-from-purple-900:focus {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-800:focus {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:focus\:tw-from-fuchsia-900:focus {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:tw-from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-50:focus {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-100:focus {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-200:focus {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-300:focus {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-400:focus {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-500:focus {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-600:focus {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-700:focus {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-800:focus {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:focus\:tw-from-rose-900:focus {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:tw-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .xl\:focus\:tw-via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .xl\:focus\:tw-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:tw-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:tw-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:tw-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:tw-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:tw-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:tw-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:tw-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:tw-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:tw-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .xl\:focus\:tw-via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .xl\:focus\:tw-via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:tw-via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:tw-via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .xl\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .xl\:focus\:tw-via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .xl\:focus\:tw-via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .xl\:focus\:tw-via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .xl\:focus\:tw-via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .xl\:focus\:tw-via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .xl\:focus\:tw-via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .xl\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:tw-via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .xl\:focus\:tw-via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:tw-via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .xl\:focus\:tw-via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:tw-via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .xl\:focus\:tw-via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .xl\:focus\:tw-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .xl\:focus\:tw-via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:tw-via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .xl\:focus\:tw-via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .xl\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:focus\:tw-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:focus\:tw-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:focus\:tw-to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:focus\:tw-to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:focus\:tw-to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc !important;
  }

  .xl\:focus\:tw-to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .xl\:focus\:tw-to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .xl\:focus\:tw-to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .xl\:focus\:tw-to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8 !important;
  }

  .xl\:focus\:tw-to-blueGray-500:focus {
    --tw-gradient-to: #64748b !important;
  }

  .xl\:focus\:tw-to-blueGray-600:focus {
    --tw-gradient-to: #475569 !important;
  }

  .xl\:focus\:tw-to-blueGray-700:focus {
    --tw-gradient-to: #334155 !important;
  }

  .xl\:focus\:tw-to-blueGray-800:focus {
    --tw-gradient-to: #1e293b !important;
  }

  .xl\:focus\:tw-to-blueGray-900:focus {
    --tw-gradient-to: #0f172a !important;
  }

  .xl\:focus\:tw-to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:focus\:tw-to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:focus\:tw-to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:focus\:tw-to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:focus\:tw-to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:focus\:tw-to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:focus\:tw-to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:focus\:tw-to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:focus\:tw-to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:focus\:tw-to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:focus\:tw-to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:focus\:tw-to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:focus\:tw-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:focus\:tw-to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:focus\:tw-to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:focus\:tw-to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:focus\:tw-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:focus\:tw-to-amber-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }

  .xl\:focus\:tw-to-amber-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }

  .xl\:focus\:tw-to-amber-200:focus {
    --tw-gradient-to: #fde68a !important;
  }

  .xl\:focus\:tw-to-amber-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }

  .xl\:focus\:tw-to-amber-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }

  .xl\:focus\:tw-to-amber-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }

  .xl\:focus\:tw-to-amber-600:focus {
    --tw-gradient-to: #d97706 !important;
  }

  .xl\:focus\:tw-to-amber-700:focus {
    --tw-gradient-to: #b45309 !important;
  }

  .xl\:focus\:tw-to-amber-800:focus {
    --tw-gradient-to: #92400e !important;
  }

  .xl\:focus\:tw-to-amber-900:focus {
    --tw-gradient-to: #78350f !important;
  }

  .xl\:focus\:tw-to-orange-50:focus {
    --tw-gradient-to: #fff7ed !important;
  }

  .xl\:focus\:tw-to-orange-100:focus {
    --tw-gradient-to: #ffedd5 !important;
  }

  .xl\:focus\:tw-to-orange-200:focus {
    --tw-gradient-to: #fed7aa !important;
  }

  .xl\:focus\:tw-to-orange-300:focus {
    --tw-gradient-to: #fdba74 !important;
  }

  .xl\:focus\:tw-to-orange-400:focus {
    --tw-gradient-to: #fb923c !important;
  }

  .xl\:focus\:tw-to-orange-500:focus {
    --tw-gradient-to: #f97316 !important;
  }

  .xl\:focus\:tw-to-orange-600:focus {
    --tw-gradient-to: #ea580c !important;
  }

  .xl\:focus\:tw-to-orange-700:focus {
    --tw-gradient-to: #c2410c !important;
  }

  .xl\:focus\:tw-to-orange-800:focus {
    --tw-gradient-to: #9a3412 !important;
  }

  .xl\:focus\:tw-to-orange-900:focus {
    --tw-gradient-to: #7c2d12 !important;
  }

  .xl\:focus\:tw-to-yellow-50:focus {
    --tw-gradient-to: #fefce8 !important;
  }

  .xl\:focus\:tw-to-yellow-100:focus {
    --tw-gradient-to: #fef9c3 !important;
  }

  .xl\:focus\:tw-to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:focus\:tw-to-yellow-300:focus {
    --tw-gradient-to: #fde047 !important;
  }

  .xl\:focus\:tw-to-yellow-400:focus {
    --tw-gradient-to: #facc15 !important;
  }

  .xl\:focus\:tw-to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:focus\:tw-to-yellow-600:focus {
    --tw-gradient-to: #ca8a04 !important;
  }

  .xl\:focus\:tw-to-yellow-700:focus {
    --tw-gradient-to: #a16207 !important;
  }

  .xl\:focus\:tw-to-yellow-800:focus {
    --tw-gradient-to: #854d0e !important;
  }

  .xl\:focus\:tw-to-yellow-900:focus {
    --tw-gradient-to: #713f12 !important;
  }

  .xl\:focus\:tw-to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:focus\:tw-to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:focus\:tw-to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:focus\:tw-to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:focus\:tw-to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:focus\:tw-to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:focus\:tw-to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:focus\:tw-to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:focus\:tw-to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:focus\:tw-to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:focus\:tw-to-green-50:focus {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .xl\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #dcfce7 !important;
  }

  .xl\:focus\:tw-to-green-200:focus {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .xl\:focus\:tw-to-green-300:focus {
    --tw-gradient-to: #86efac !important;
  }

  .xl\:focus\:tw-to-green-400:focus {
    --tw-gradient-to: #4ade80 !important;
  }

  .xl\:focus\:tw-to-green-500:focus {
    --tw-gradient-to: #22c55e !important;
  }

  .xl\:focus\:tw-to-green-600:focus {
    --tw-gradient-to: #16a34a !important;
  }

  .xl\:focus\:tw-to-green-700:focus {
    --tw-gradient-to: #15803d !important;
  }

  .xl\:focus\:tw-to-green-800:focus {
    --tw-gradient-to: #166534 !important;
  }

  .xl\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #14532d !important;
  }

  .xl\:focus\:tw-to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:focus\:tw-to-emerald-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:focus\:tw-to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:focus\:tw-to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:focus\:tw-to-emerald-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:focus\:tw-to-emerald-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:focus\:tw-to-emerald-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:focus\:tw-to-emerald-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:focus\:tw-to-emerald-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:focus\:tw-to-emerald-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:focus\:tw-to-teal-50:focus {
    --tw-gradient-to: #f0fdfa !important;
  }

  .xl\:focus\:tw-to-teal-100:focus {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .xl\:focus\:tw-to-teal-200:focus {
    --tw-gradient-to: #99f6e4 !important;
  }

  .xl\:focus\:tw-to-teal-300:focus {
    --tw-gradient-to: #5eead4 !important;
  }

  .xl\:focus\:tw-to-teal-400:focus {
    --tw-gradient-to: #2dd4bf !important;
  }

  .xl\:focus\:tw-to-teal-500:focus {
    --tw-gradient-to: #14b8a6 !important;
  }

  .xl\:focus\:tw-to-teal-600:focus {
    --tw-gradient-to: #0d9488 !important;
  }

  .xl\:focus\:tw-to-teal-700:focus {
    --tw-gradient-to: #0f766e !important;
  }

  .xl\:focus\:tw-to-teal-800:focus {
    --tw-gradient-to: #115e59 !important;
  }

  .xl\:focus\:tw-to-teal-900:focus {
    --tw-gradient-to: #134e4a !important;
  }

  .xl\:focus\:tw-to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:focus\:tw-to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:focus\:tw-to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:focus\:tw-to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:focus\:tw-to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:focus\:tw-to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:focus\:tw-to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:focus\:tw-to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:focus\:tw-to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:focus\:tw-to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:focus\:tw-to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff !important;
  }

  .xl\:focus\:tw-to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe !important;
  }

  .xl\:focus\:tw-to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd !important;
  }

  .xl\:focus\:tw-to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc !important;
  }

  .xl\:focus\:tw-to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8 !important;
  }

  .xl\:focus\:tw-to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .xl\:focus\:tw-to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7 !important;
  }

  .xl\:focus\:tw-to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1 !important;
  }

  .xl\:focus\:tw-to-lightBlue-800:focus {
    --tw-gradient-to: #075985 !important;
  }

  .xl\:focus\:tw-to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e !important;
  }

  .xl\:focus\:tw-to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:focus\:tw-to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:focus\:tw-to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:focus\:tw-to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:focus\:tw-to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:focus\:tw-to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:focus\:tw-to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:focus\:tw-to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:focus\:tw-to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:focus\:tw-to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:focus\:tw-to-violet-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }

  .xl\:focus\:tw-to-violet-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }

  .xl\:focus\:tw-to-violet-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }

  .xl\:focus\:tw-to-violet-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }

  .xl\:focus\:tw-to-violet-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }

  .xl\:focus\:tw-to-violet-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .xl\:focus\:tw-to-violet-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }

  .xl\:focus\:tw-to-violet-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }

  .xl\:focus\:tw-to-violet-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }

  .xl\:focus\:tw-to-violet-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }

  .xl\:focus\:tw-to-purple-50:focus {
    --tw-gradient-to: #faf5ff !important;
  }

  .xl\:focus\:tw-to-purple-100:focus {
    --tw-gradient-to: #f3e8ff !important;
  }

  .xl\:focus\:tw-to-purple-200:focus {
    --tw-gradient-to: #e9d5ff !important;
  }

  .xl\:focus\:tw-to-purple-300:focus {
    --tw-gradient-to: #d8b4fe !important;
  }

  .xl\:focus\:tw-to-purple-400:focus {
    --tw-gradient-to: #c084fc !important;
  }

  .xl\:focus\:tw-to-purple-500:focus {
    --tw-gradient-to: #a855f7 !important;
  }

  .xl\:focus\:tw-to-purple-600:focus {
    --tw-gradient-to: #9333ea !important;
  }

  .xl\:focus\:tw-to-purple-700:focus {
    --tw-gradient-to: #7e22ce !important;
  }

  .xl\:focus\:tw-to-purple-800:focus {
    --tw-gradient-to: #6b21a8 !important;
  }

  .xl\:focus\:tw-to-purple-900:focus {
    --tw-gradient-to: #581c87 !important;
  }

  .xl\:focus\:tw-to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff !important;
  }

  .xl\:focus\:tw-to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff !important;
  }

  .xl\:focus\:tw-to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe !important;
  }

  .xl\:focus\:tw-to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc !important;
  }

  .xl\:focus\:tw-to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9 !important;
  }

  .xl\:focus\:tw-to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef !important;
  }

  .xl\:focus\:tw-to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3 !important;
  }

  .xl\:focus\:tw-to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf !important;
  }

  .xl\:focus\:tw-to-fuchsia-800:focus {
    --tw-gradient-to: #86198f !important;
  }

  .xl\:focus\:tw-to-fuchsia-900:focus {
    --tw-gradient-to: #701a75 !important;
  }

  .xl\:focus\:tw-to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:focus\:tw-to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:focus\:tw-to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:focus\:tw-to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:focus\:tw-to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:focus\:tw-to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:focus\:tw-to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:focus\:tw-to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:focus\:tw-to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:focus\:tw-to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:focus\:tw-to-rose-50:focus {
    --tw-gradient-to: #fff1f2 !important;
  }

  .xl\:focus\:tw-to-rose-100:focus {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .xl\:focus\:tw-to-rose-200:focus {
    --tw-gradient-to: #fecdd3 !important;
  }

  .xl\:focus\:tw-to-rose-300:focus {
    --tw-gradient-to: #fda4af !important;
  }

  .xl\:focus\:tw-to-rose-400:focus {
    --tw-gradient-to: #fb7185 !important;
  }

  .xl\:focus\:tw-to-rose-500:focus {
    --tw-gradient-to: #f43f5e !important;
  }

  .xl\:focus\:tw-to-rose-600:focus {
    --tw-gradient-to: #e11d48 !important;
  }

  .xl\:focus\:tw-to-rose-700:focus {
    --tw-gradient-to: #be123c !important;
  }

  .xl\:focus\:tw-to-rose-800:focus {
    --tw-gradient-to: #9f1239 !important;
  }

  .xl\:focus\:tw-to-rose-900:focus {
    --tw-gradient-to: #881337 !important;
  }

  .xl\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:active\:tw-bg-opacity-0:active {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:active\:tw-bg-opacity-5:active {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:active\:tw-bg-opacity-10:active {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:active\:tw-bg-opacity-20:active {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:active\:tw-bg-opacity-25:active {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:active\:tw-bg-opacity-30:active {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:active\:tw-bg-opacity-40:active {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:active\:tw-bg-opacity-50:active {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:active\:tw-bg-opacity-60:active {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:active\:tw-bg-opacity-70:active {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:active\:tw-bg-opacity-75:active {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:active\:tw-bg-opacity-80:active {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:active\:tw-bg-opacity-90:active {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:active\:tw-bg-opacity-95:active {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:active\:tw-bg-opacity-100:active {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .xl\:tw-bg-center {
    background-position: center !important;
  }

  .xl\:tw-bg-left {
    background-position: left !important;
  }

  .xl\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:tw-bg-left-top {
    background-position: left top !important;
  }

  .xl\:tw-bg-right {
    background-position: right !important;
  }

  .xl\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:tw-bg-right-top {
    background-position: right top !important;
  }

  .xl\:tw-bg-top {
    background-position: top !important;
  }

  .xl\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:tw-bg-auto {
    background-size: auto !important;
  }

  .xl\:tw-bg-cover {
    background-size: cover !important;
  }

  .xl\:tw-bg-contain {
    background-size: contain !important;
  }

  .xl\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:tw-border-separate {
    border-collapse: separate !important;
  }

  .xl\:tw-border-transparent {
    border-color: transparent !important;
  }

  .xl\:tw-border-current {
    border-color: currentColor !important;
  }

  .xl\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blueGray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-amber-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-orange-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-emerald-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-teal-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-lightBlue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-violet-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-fuchsia-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:tw-border-rose-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blueGray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-amber-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-orange-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-emerald-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-teal-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-lightBlue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-violet-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-fuchsia-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:tw-border-rose-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blueGray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-amber-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-orange-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-emerald-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-teal-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-lightBlue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-violet-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-fuchsia-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:tw-border-rose-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xl\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xl\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .xl\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .xl\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xl\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:tw-border-solid {
    border-style: solid !important;
  }

  .xl\:tw-border-dashed {
    border-style: dashed !important;
  }

  .xl\:tw-border-dotted {
    border-style: dotted !important;
  }

  .xl\:tw-border-double {
    border-style: double !important;
  }

  .xl\:tw-border-none {
    border-style: none !important;
  }

  .xl\:tw-border-0 {
    border-width: 0px !important;
  }

  .xl\:tw-border-2 {
    border-width: 2px !important;
  }

  .xl\:tw-border-4 {
    border-width: 4px !important;
  }

  .xl\:tw-border-8 {
    border-width: 8px !important;
  }

  .xl\:tw-border {
    border-width: 1px !important;
  }

  .xl\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:tw-border-t {
    border-top-width: 1px !important;
  }

  .xl\:tw-border-r {
    border-right-width: 1px !important;
  }

  .xl\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:tw-border-l {
    border-left-width: 1px !important;
  }

  .xl\:tw-box-border {
    box-sizing: border-box !important;
  }

  .xl\:tw-box-content {
    box-sizing: content-box !important;
  }

  .xl\:tw-cursor-auto {
    cursor: auto !important;
  }

  .xl\:tw-cursor-default {
    cursor: default !important;
  }

  .xl\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:tw-cursor-wait {
    cursor: wait !important;
  }

  .xl\:tw-cursor-text {
    cursor: text !important;
  }

  .xl\:tw-cursor-move {
    cursor: move !important;
  }

  .xl\:tw-cursor-help {
    cursor: help !important;
  }

  .xl\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:tw-block {
    display: block !important;
  }

  .xl\:tw-inline-block {
    display: inline-block !important;
  }

  .xl\:tw-inline {
    display: inline !important;
  }

  .xl\:tw-flex {
    display: flex !important;
  }

  .xl\:tw-inline-flex {
    display: inline-flex !important;
  }

  .xl\:tw-table {
    display: table !important;
  }

  .xl\:tw-table-caption {
    display: table-caption !important;
  }

  .xl\:tw-table-cell {
    display: table-cell !important;
  }

  .xl\:tw-table-column {
    display: table-column !important;
  }

  .xl\:tw-table-column-group {
    display: table-column-group !important;
  }

  .xl\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:tw-table-header-group {
    display: table-header-group !important;
  }

  .xl\:tw-table-row-group {
    display: table-row-group !important;
  }

  .xl\:tw-table-row {
    display: table-row !important;
  }

  .xl\:tw-flow-root {
    display: flow-root !important;
  }

  .xl\:tw-grid {
    display: grid !important;
  }

  .xl\:tw-inline-grid {
    display: inline-grid !important;
  }

  .xl\:tw-contents {
    display: contents !important;
  }

  .xl\:tw-hidden {
    display: none !important;
  }

  .xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .xl\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:tw-flex-col {
    flex-direction: column !important;
  }

  .xl\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:tw-place-items-auto {
    place-items: auto !important;
  }

  .xl\:tw-place-items-start {
    place-items: start !important;
  }

  .xl\:tw-place-items-end {
    place-items: end !important;
  }

  .xl\:tw-place-items-center {
    place-items: center !important;
  }

  .xl\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:tw-place-content-center {
    place-content: center !important;
  }

  .xl\:tw-place-content-start {
    place-content: start !important;
  }

  .xl\:tw-place-content-end {
    place-content: end !important;
  }

  .xl\:tw-place-content-between {
    place-content: space-between !important;
  }

  .xl\:tw-place-content-around {
    place-content: space-around !important;
  }

  .xl\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:tw-place-self-auto {
    place-self: auto !important;
  }

  .xl\:tw-place-self-start {
    place-self: start !important;
  }

  .xl\:tw-place-self-end {
    place-self: end !important;
  }

  .xl\:tw-place-self-center {
    place-self: center !important;
  }

  .xl\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:tw-items-start {
    align-items: flex-start !important;
  }

  .xl\:tw-items-end {
    align-items: flex-end !important;
  }

  .xl\:tw-items-center {
    align-items: center !important;
  }

  .xl\:tw-items-baseline {
    align-items: baseline !important;
  }

  .xl\:tw-items-stretch {
    align-items: stretch !important;
  }

  .xl\:tw-content-center {
    align-content: center !important;
  }

  .xl\:tw-content-start {
    align-content: flex-start !important;
  }

  .xl\:tw-content-end {
    align-content: flex-end !important;
  }

  .xl\:tw-content-between {
    align-content: space-between !important;
  }

  .xl\:tw-content-around {
    align-content: space-around !important;
  }

  .xl\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:tw-self-auto {
    align-self: auto !important;
  }

  .xl\:tw-self-start {
    align-self: flex-start !important;
  }

  .xl\:tw-self-end {
    align-self: flex-end !important;
  }

  .xl\:tw-self-center {
    align-self: center !important;
  }

  .xl\:tw-self-stretch {
    align-self: stretch !important;
  }

  .xl\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .xl\:tw-justify-items-start {
    justify-items: start !important;
  }

  .xl\:tw-justify-items-end {
    justify-items: end !important;
  }

  .xl\:tw-justify-items-center {
    justify-items: center !important;
  }

  .xl\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .xl\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .xl\:tw-justify-center {
    justify-content: center !important;
  }

  .xl\:tw-justify-between {
    justify-content: space-between !important;
  }

  .xl\:tw-justify-around {
    justify-content: space-around !important;
  }

  .xl\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:tw-justify-self-start {
    justify-self: start !important;
  }

  .xl\:tw-justify-self-end {
    justify-self: end !important;
  }

  .xl\:tw-justify-self-center {
    justify-self: center !important;
  }

  .xl\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:tw-flex-none {
    flex: none !important;
  }

  .xl\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:tw-order-1 {
    order: 1 !important;
  }

  .xl\:tw-order-2 {
    order: 2 !important;
  }

  .xl\:tw-order-3 {
    order: 3 !important;
  }

  .xl\:tw-order-4 {
    order: 4 !important;
  }

  .xl\:tw-order-5 {
    order: 5 !important;
  }

  .xl\:tw-order-6 {
    order: 6 !important;
  }

  .xl\:tw-order-7 {
    order: 7 !important;
  }

  .xl\:tw-order-8 {
    order: 8 !important;
  }

  .xl\:tw-order-9 {
    order: 9 !important;
  }

  .xl\:tw-order-10 {
    order: 10 !important;
  }

  .xl\:tw-order-11 {
    order: 11 !important;
  }

  .xl\:tw-order-12 {
    order: 12 !important;
  }

  .xl\:tw-order-first {
    order: -9999 !important;
  }

  .xl\:tw-order-last {
    order: 9999 !important;
  }

  .xl\:tw-order-none {
    order: 0 !important;
  }

  .xl\:tw-float-right {
    float: right !important;
  }

  .xl\:tw-float-left {
    float: left !important;
  }

  .xl\:tw-float-none {
    float: none !important;
  }

  .xl\:tw-clear-left {
    clear: left !important;
  }

  .xl\:tw-clear-right {
    clear: right !important;
  }

  .xl\:tw-clear-both {
    clear: both !important;
  }

  .xl\:tw-clear-none {
    clear: none !important;
  }

  .xl\:tw-font-inter {
    font-family: Inter, sans-serif !important;
  }

  .xl\:tw-font-nunito {
    font-family: Nunito, sans-serif !important;
  }

  .xl\:tw-font-thin {
    font-weight: 100 !important;
  }

  .xl\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .xl\:tw-font-light {
    font-weight: 300 !important;
  }

  .xl\:tw-font-normal {
    font-weight: 400 !important;
  }

  .xl\:tw-font-medium {
    font-weight: 500 !important;
  }

  .xl\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .xl\:tw-font-bold {
    font-weight: 700 !important;
  }

  .xl\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:tw-font-black {
    font-weight: 900 !important;
  }

  .xl\:tw-h-0 {
    height: 0px !important;
  }

  .xl\:tw-h-1 {
    height: 0.25rem !important;
  }

  .xl\:tw-h-2 {
    height: 0.5rem !important;
  }

  .xl\:tw-h-3 {
    height: 0.75rem !important;
  }

  .xl\:tw-h-4 {
    height: 1rem !important;
  }

  .xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xl\:tw-h-7 {
    height: 1.75rem !important;
  }

  .xl\:tw-h-8 {
    height: 2rem !important;
  }

  .xl\:tw-h-9 {
    height: 2.25rem !important;
  }

  .xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xl\:tw-h-11 {
    height: 2.75rem !important;
  }

  .xl\:tw-h-12 {
    height: 3rem !important;
  }

  .xl\:tw-h-14 {
    height: 3.5rem !important;
  }

  .xl\:tw-h-16 {
    height: 4rem !important;
  }

  .xl\:tw-h-20 {
    height: 5rem !important;
  }

  .xl\:tw-h-24 {
    height: 6rem !important;
  }

  .xl\:tw-h-28 {
    height: 7rem !important;
  }

  .xl\:tw-h-32 {
    height: 8rem !important;
  }

  .xl\:tw-h-36 {
    height: 9rem !important;
  }

  .xl\:tw-h-40 {
    height: 10rem !important;
  }

  .xl\:tw-h-44 {
    height: 11rem !important;
  }

  .xl\:tw-h-48 {
    height: 12rem !important;
  }

  .xl\:tw-h-52 {
    height: 13rem !important;
  }

  .xl\:tw-h-56 {
    height: 14rem !important;
  }

  .xl\:tw-h-60 {
    height: 15rem !important;
  }

  .xl\:tw-h-64 {
    height: 16rem !important;
  }

  .xl\:tw-h-72 {
    height: 18rem !important;
  }

  .xl\:tw-h-80 {
    height: 20rem !important;
  }

  .xl\:tw-h-96 {
    height: 24rem !important;
  }

  .xl\:tw-h-auto {
    height: auto !important;
  }

  .xl\:tw-h-px {
    height: 1px !important;
  }

  .xl\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .xl\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .xl\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .xl\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .xl\:tw-h-1\/2 {
    height: 50% !important;
  }

  .xl\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:tw-h-1\/4 {
    height: 25% !important;
  }

  .xl\:tw-h-2\/4 {
    height: 50% !important;
  }

  .xl\:tw-h-3\/4 {
    height: 75% !important;
  }

  .xl\:tw-h-1\/5 {
    height: 20% !important;
  }

  .xl\:tw-h-2\/5 {
    height: 40% !important;
  }

  .xl\:tw-h-3\/5 {
    height: 60% !important;
  }

  .xl\:tw-h-4\/5 {
    height: 80% !important;
  }

  .xl\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:tw-h-3\/6 {
    height: 50% !important;
  }

  .xl\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:tw-h-full {
    height: 100% !important;
  }

  .xl\:tw-h-screen {
    height: 100vh !important;
  }

  .xl\:tw-text-xs {
    font-size: .75rem !important;
  }

  .xl\:tw-text-sm {
    font-size: .875rem !important;
  }

  .xl\:tw-text-tiny {
    font-size: .875rem !important;
  }

  .xl\:tw-text-base {
    font-size: 1rem !important;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:tw-text-xl {
    font-size: 1.25rem !important;
  }

  .xl\:tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .xl\:tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:tw-text-5xl {
    font-size: 3rem !important;
  }

  .xl\:tw-text-6xl {
    font-size: 4rem !important;
  }

  .xl\:tw-text-7xl {
    font-size: 5rem !important;
  }

  .xl\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .xl\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .xl\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .xl\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .xl\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .xl\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .xl\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .xl\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:tw-leading-none {
    line-height: 1 !important;
  }

  .xl\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:tw-leading-loose {
    line-height: 2 !important;
  }

  .xl\:tw-list-inside {
    list-style-position: inside !important;
  }

  .xl\:tw-list-outside {
    list-style-position: outside !important;
  }

  .xl\:tw-list-none {
    list-style-type: none !important;
  }

  .xl\:tw-list-disc {
    list-style-type: disc !important;
  }

  .xl\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:tw-m-0 {
    margin: 0px !important;
  }

  .xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .xl\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .xl\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .xl\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .xl\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .xl\:tw-m-28 {
    margin: 7rem !important;
  }

  .xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .xl\:tw-m-44 {
    margin: 11rem !important;
  }

  .xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .xl\:tw-m-52 {
    margin: 13rem !important;
  }

  .xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .xl\:tw-m-60 {
    margin: 15rem !important;
  }

  .xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .xl\:tw-m-72 {
    margin: 18rem !important;
  }

  .xl\:tw-m-80 {
    margin: 20rem !important;
  }

  .xl\:tw-m-96 {
    margin: 24rem !important;
  }

  .xl\:tw-m-auto {
    margin: auto !important;
  }

  .xl\:tw-m-px {
    margin: 1px !important;
  }

  .xl\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:tw--m-0 {
    margin: 0px !important;
  }

  .xl\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .xl\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .xl\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .xl\:tw--m-4 {
    margin: -1rem !important;
  }

  .xl\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .xl\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .xl\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .xl\:tw--m-8 {
    margin: -2rem !important;
  }

  .xl\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .xl\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .xl\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .xl\:tw--m-12 {
    margin: -3rem !important;
  }

  .xl\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .xl\:tw--m-16 {
    margin: -4rem !important;
  }

  .xl\:tw--m-20 {
    margin: -5rem !important;
  }

  .xl\:tw--m-24 {
    margin: -6rem !important;
  }

  .xl\:tw--m-28 {
    margin: -7rem !important;
  }

  .xl\:tw--m-32 {
    margin: -8rem !important;
  }

  .xl\:tw--m-36 {
    margin: -9rem !important;
  }

  .xl\:tw--m-40 {
    margin: -10rem !important;
  }

  .xl\:tw--m-44 {
    margin: -11rem !important;
  }

  .xl\:tw--m-48 {
    margin: -12rem !important;
  }

  .xl\:tw--m-52 {
    margin: -13rem !important;
  }

  .xl\:tw--m-56 {
    margin: -14rem !important;
  }

  .xl\:tw--m-60 {
    margin: -15rem !important;
  }

  .xl\:tw--m-64 {
    margin: -16rem !important;
  }

  .xl\:tw--m-72 {
    margin: -18rem !important;
  }

  .xl\:tw--m-80 {
    margin: -20rem !important;
  }

  .xl\:tw--m-96 {
    margin: -24rem !important;
  }

  .xl\:tw--m-px {
    margin: -1px !important;
  }

  .xl\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .xl\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .xl\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .xl\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .xl\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .xl\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .xl\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .xl\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .xl\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .xl\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .xl\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .xl\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xl\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .xl\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .xl\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xl\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .xl\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .xl\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .xl\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .xl\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .xl\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .xl\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .xl\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .xl\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .xl\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .xl\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .xl\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .xl\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .xl\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .xl\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .xl\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .xl\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .xl\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .xl\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .xl\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .xl\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .xl\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .xl\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .xl\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .xl\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .xl\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .xl\:tw-mt-auto {
    margin-top: auto !important;
  }

  .xl\:tw-mr-auto {
    margin-right: auto !important;
  }

  .xl\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:tw-ml-auto {
    margin-left: auto !important;
  }

  .xl\:tw-mt-px {
    margin-top: 1px !important;
  }

  .xl\:tw-mr-px {
    margin-right: 1px !important;
  }

  .xl\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:tw-ml-px {
    margin-left: 1px !important;
  }

  .xl\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xl\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xl\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xl\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xl\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xl\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xl\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xl\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xl\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xl\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xl\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xl\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xl\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xl\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xl\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .xl\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .xl\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .xl\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .xl\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .xl\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xl\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .xl\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .xl\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .xl\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xl\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .xl\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .xl\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .xl\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xl\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .xl\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .xl\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .xl\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xl\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .xl\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .xl\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .xl\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .xl\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .xl\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .xl\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .xl\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .xl\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .xl\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .xl\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .xl\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .xl\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .xl\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .xl\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .xl\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .xl\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .xl\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .xl\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .xl\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .xl\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .xl\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .xl\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .xl\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .xl\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .xl\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .xl\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .xl\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .xl\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .xl\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .xl\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .xl\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .xl\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .xl\:tw--mt-px {
    margin-top: -1px !important;
  }

  .xl\:tw--mr-px {
    margin-right: -1px !important;
  }

  .xl\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:tw--ml-px {
    margin-left: -1px !important;
  }

  .xl\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xl\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xl\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xl\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xl\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xl\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xl\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xl\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xl\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xl\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xl\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xl\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xl\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xl\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xl\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xl\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xl\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .xl\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .xl\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .xl\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .xl\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .xl\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .xl\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .xl\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .xl\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .xl\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .xl\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .xl\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .xl\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .xl\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .xl\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .xl\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .xl\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .xl\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .xl\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .xl\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .xl\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .xl\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .xl\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .xl\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .xl\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .xl\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .xl\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .xl\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .xl\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .xl\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .xl\:tw-max-h-px {
    max-height: 1px !important;
  }

  .xl\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xl\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xl\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xl\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xl\:tw-max-h-full {
    max-height: 100% !important;
  }

  .xl\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .xl\:tw-max-w-none {
    max-width: none !important;
  }

  .xl\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .xl\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:tw-max-w-full {
    max-width: 100% !important;
  }

  .xl\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xl\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .xl\:tw-min-h-full {
    min-height: 100% !important;
  }

  .xl\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .xl\:tw-min-w-full {
    min-width: 100% !important;
  }

  .xl\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .xl\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .xl\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .xl\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .xl\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .xl\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .xl\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .xl\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .xl\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .xl\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .xl\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .xl\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .xl\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xl\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xl\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xl\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xl\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xl\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xl\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xl\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xl\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xl\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xl\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xl\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xl\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xl\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xl\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xl\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xl\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:tw-overflow-auto {
    overflow: auto !important;
  }

  .xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:tw-overflow-visible {
    overflow: visible !important;
  }

  .xl\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .xl\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .xl\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .xl\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:tw-p-0 {
    padding: 0px !important;
  }

  .xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .xl\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .xl\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .xl\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .xl\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .xl\:tw-p-28 {
    padding: 7rem !important;
  }

  .xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .xl\:tw-p-44 {
    padding: 11rem !important;
  }

  .xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .xl\:tw-p-52 {
    padding: 13rem !important;
  }

  .xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .xl\:tw-p-60 {
    padding: 15rem !important;
  }

  .xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .xl\:tw-p-72 {
    padding: 18rem !important;
  }

  .xl\:tw-p-80 {
    padding: 20rem !important;
  }

  .xl\:tw-p-96 {
    padding: 24rem !important;
  }

  .xl\:tw-p-px {
    padding: 1px !important;
  }

  .xl\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .xl\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .xl\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .xl\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .xl\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .xl\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .xl\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xl\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .xl\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .xl\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xl\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .xl\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .xl\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .xl\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .xl\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .xl\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .xl\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .xl\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .xl\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .xl\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .xl\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .xl\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .xl\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .xl\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .xl\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .xl\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .xl\:tw-pt-px {
    padding-top: 1px !important;
  }

  .xl\:tw-pr-px {
    padding-right: 1px !important;
  }

  .xl\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:tw-pl-px {
    padding-left: 1px !important;
  }

  .xl\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xl\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xl\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xl\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xl\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xl\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xl\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xl\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xl\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xl\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xl\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xl\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:tw-static {
    position: static !important;
  }

  .xl\:tw-fixed {
    position: fixed !important;
  }

  .xl\:tw-absolute {
    position: absolute !important;
  }

  .xl\:tw-relative {
    position: relative !important;
  }

  .xl\:tw-sticky {
    position: sticky !important;
  }

  .xl\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .xl\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xl\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .xl\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .xl\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .xl\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .xl\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .xl\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .xl\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .xl\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .xl\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .xl\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .xl\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .xl\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .xl\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .xl\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .xl\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .xl\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .xl\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .xl\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .xl\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .xl\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .xl\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .xl\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .xl\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .xl\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .xl\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .xl\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .xl\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .xl\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .xl\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .xl\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .xl\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .xl\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .xl\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .xl\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .xl\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .xl\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .xl\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .xl\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .xl\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .xl\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .xl\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .xl\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .xl\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .xl\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .xl\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .xl\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .xl\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .xl\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .xl\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .xl\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .xl\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .xl\:tw-top-0 {
    top: 0px !important;
  }

  .xl\:tw-right-0 {
    right: 0px !important;
  }

  .xl\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .xl\:tw-left-0 {
    left: 0px !important;
  }

  .xl\:tw-top-1 {
    top: 0.25rem !important;
  }

  .xl\:tw-right-1 {
    right: 0.25rem !important;
  }

  .xl\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .xl\:tw-left-1 {
    left: 0.25rem !important;
  }

  .xl\:tw-top-2 {
    top: 0.5rem !important;
  }

  .xl\:tw-right-2 {
    right: 0.5rem !important;
  }

  .xl\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .xl\:tw-left-2 {
    left: 0.5rem !important;
  }

  .xl\:tw-top-3 {
    top: 0.75rem !important;
  }

  .xl\:tw-right-3 {
    right: 0.75rem !important;
  }

  .xl\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .xl\:tw-left-3 {
    left: 0.75rem !important;
  }

  .xl\:tw-top-4 {
    top: 1rem !important;
  }

  .xl\:tw-right-4 {
    right: 1rem !important;
  }

  .xl\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .xl\:tw-left-4 {
    left: 1rem !important;
  }

  .xl\:tw-top-5 {
    top: 1.25rem !important;
  }

  .xl\:tw-right-5 {
    right: 1.25rem !important;
  }

  .xl\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .xl\:tw-left-5 {
    left: 1.25rem !important;
  }

  .xl\:tw-top-6 {
    top: 1.5rem !important;
  }

  .xl\:tw-right-6 {
    right: 1.5rem !important;
  }

  .xl\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .xl\:tw-left-6 {
    left: 1.5rem !important;
  }

  .xl\:tw-top-7 {
    top: 1.75rem !important;
  }

  .xl\:tw-right-7 {
    right: 1.75rem !important;
  }

  .xl\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .xl\:tw-left-7 {
    left: 1.75rem !important;
  }

  .xl\:tw-top-8 {
    top: 2rem !important;
  }

  .xl\:tw-right-8 {
    right: 2rem !important;
  }

  .xl\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .xl\:tw-left-8 {
    left: 2rem !important;
  }

  .xl\:tw-top-9 {
    top: 2.25rem !important;
  }

  .xl\:tw-right-9 {
    right: 2.25rem !important;
  }

  .xl\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .xl\:tw-left-9 {
    left: 2.25rem !important;
  }

  .xl\:tw-top-10 {
    top: 2.5rem !important;
  }

  .xl\:tw-right-10 {
    right: 2.5rem !important;
  }

  .xl\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .xl\:tw-left-10 {
    left: 2.5rem !important;
  }

  .xl\:tw-top-11 {
    top: 2.75rem !important;
  }

  .xl\:tw-right-11 {
    right: 2.75rem !important;
  }

  .xl\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .xl\:tw-left-11 {
    left: 2.75rem !important;
  }

  .xl\:tw-top-12 {
    top: 3rem !important;
  }

  .xl\:tw-right-12 {
    right: 3rem !important;
  }

  .xl\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .xl\:tw-left-12 {
    left: 3rem !important;
  }

  .xl\:tw-top-14 {
    top: 3.5rem !important;
  }

  .xl\:tw-right-14 {
    right: 3.5rem !important;
  }

  .xl\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .xl\:tw-left-14 {
    left: 3.5rem !important;
  }

  .xl\:tw-top-16 {
    top: 4rem !important;
  }

  .xl\:tw-right-16 {
    right: 4rem !important;
  }

  .xl\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .xl\:tw-left-16 {
    left: 4rem !important;
  }

  .xl\:tw-top-20 {
    top: 5rem !important;
  }

  .xl\:tw-right-20 {
    right: 5rem !important;
  }

  .xl\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .xl\:tw-left-20 {
    left: 5rem !important;
  }

  .xl\:tw-top-24 {
    top: 6rem !important;
  }

  .xl\:tw-right-24 {
    right: 6rem !important;
  }

  .xl\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .xl\:tw-left-24 {
    left: 6rem !important;
  }

  .xl\:tw-top-28 {
    top: 7rem !important;
  }

  .xl\:tw-right-28 {
    right: 7rem !important;
  }

  .xl\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .xl\:tw-left-28 {
    left: 7rem !important;
  }

  .xl\:tw-top-32 {
    top: 8rem !important;
  }

  .xl\:tw-right-32 {
    right: 8rem !important;
  }

  .xl\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .xl\:tw-left-32 {
    left: 8rem !important;
  }

  .xl\:tw-top-36 {
    top: 9rem !important;
  }

  .xl\:tw-right-36 {
    right: 9rem !important;
  }

  .xl\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .xl\:tw-left-36 {
    left: 9rem !important;
  }

  .xl\:tw-top-40 {
    top: 10rem !important;
  }

  .xl\:tw-right-40 {
    right: 10rem !important;
  }

  .xl\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .xl\:tw-left-40 {
    left: 10rem !important;
  }

  .xl\:tw-top-44 {
    top: 11rem !important;
  }

  .xl\:tw-right-44 {
    right: 11rem !important;
  }

  .xl\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .xl\:tw-left-44 {
    left: 11rem !important;
  }

  .xl\:tw-top-48 {
    top: 12rem !important;
  }

  .xl\:tw-right-48 {
    right: 12rem !important;
  }

  .xl\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .xl\:tw-left-48 {
    left: 12rem !important;
  }

  .xl\:tw-top-52 {
    top: 13rem !important;
  }

  .xl\:tw-right-52 {
    right: 13rem !important;
  }

  .xl\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .xl\:tw-left-52 {
    left: 13rem !important;
  }

  .xl\:tw-top-56 {
    top: 14rem !important;
  }

  .xl\:tw-right-56 {
    right: 14rem !important;
  }

  .xl\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .xl\:tw-left-56 {
    left: 14rem !important;
  }

  .xl\:tw-top-60 {
    top: 15rem !important;
  }

  .xl\:tw-right-60 {
    right: 15rem !important;
  }

  .xl\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .xl\:tw-left-60 {
    left: 15rem !important;
  }

  .xl\:tw-top-64 {
    top: 16rem !important;
  }

  .xl\:tw-right-64 {
    right: 16rem !important;
  }

  .xl\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .xl\:tw-left-64 {
    left: 16rem !important;
  }

  .xl\:tw-top-72 {
    top: 18rem !important;
  }

  .xl\:tw-right-72 {
    right: 18rem !important;
  }

  .xl\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .xl\:tw-left-72 {
    left: 18rem !important;
  }

  .xl\:tw-top-80 {
    top: 20rem !important;
  }

  .xl\:tw-right-80 {
    right: 20rem !important;
  }

  .xl\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .xl\:tw-left-80 {
    left: 20rem !important;
  }

  .xl\:tw-top-96 {
    top: 24rem !important;
  }

  .xl\:tw-right-96 {
    right: 24rem !important;
  }

  .xl\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .xl\:tw-left-96 {
    left: 24rem !important;
  }

  .xl\:tw-top-auto {
    top: auto !important;
  }

  .xl\:tw-right-auto {
    right: auto !important;
  }

  .xl\:tw-bottom-auto {
    bottom: auto !important;
  }

  .xl\:tw-left-auto {
    left: auto !important;
  }

  .xl\:tw-top-px {
    top: 1px !important;
  }

  .xl\:tw-right-px {
    right: 1px !important;
  }

  .xl\:tw-bottom-px {
    bottom: 1px !important;
  }

  .xl\:tw-left-px {
    left: 1px !important;
  }

  .xl\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .xl\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .xl\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xl\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .xl\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .xl\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .xl\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xl\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .xl\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .xl\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .xl\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xl\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .xl\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .xl\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .xl\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xl\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .xl\:tw--top-0 {
    top: 0px !important;
  }

  .xl\:tw--right-0 {
    right: 0px !important;
  }

  .xl\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .xl\:tw--left-0 {
    left: 0px !important;
  }

  .xl\:tw--top-1 {
    top: -0.25rem !important;
  }

  .xl\:tw--right-1 {
    right: -0.25rem !important;
  }

  .xl\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .xl\:tw--left-1 {
    left: -0.25rem !important;
  }

  .xl\:tw--top-2 {
    top: -0.5rem !important;
  }

  .xl\:tw--right-2 {
    right: -0.5rem !important;
  }

  .xl\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .xl\:tw--left-2 {
    left: -0.5rem !important;
  }

  .xl\:tw--top-3 {
    top: -0.75rem !important;
  }

  .xl\:tw--right-3 {
    right: -0.75rem !important;
  }

  .xl\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .xl\:tw--left-3 {
    left: -0.75rem !important;
  }

  .xl\:tw--top-4 {
    top: -1rem !important;
  }

  .xl\:tw--right-4 {
    right: -1rem !important;
  }

  .xl\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .xl\:tw--left-4 {
    left: -1rem !important;
  }

  .xl\:tw--top-5 {
    top: -1.25rem !important;
  }

  .xl\:tw--right-5 {
    right: -1.25rem !important;
  }

  .xl\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .xl\:tw--left-5 {
    left: -1.25rem !important;
  }

  .xl\:tw--top-6 {
    top: -1.5rem !important;
  }

  .xl\:tw--right-6 {
    right: -1.5rem !important;
  }

  .xl\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .xl\:tw--left-6 {
    left: -1.5rem !important;
  }

  .xl\:tw--top-7 {
    top: -1.75rem !important;
  }

  .xl\:tw--right-7 {
    right: -1.75rem !important;
  }

  .xl\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .xl\:tw--left-7 {
    left: -1.75rem !important;
  }

  .xl\:tw--top-8 {
    top: -2rem !important;
  }

  .xl\:tw--right-8 {
    right: -2rem !important;
  }

  .xl\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .xl\:tw--left-8 {
    left: -2rem !important;
  }

  .xl\:tw--top-9 {
    top: -2.25rem !important;
  }

  .xl\:tw--right-9 {
    right: -2.25rem !important;
  }

  .xl\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .xl\:tw--left-9 {
    left: -2.25rem !important;
  }

  .xl\:tw--top-10 {
    top: -2.5rem !important;
  }

  .xl\:tw--right-10 {
    right: -2.5rem !important;
  }

  .xl\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .xl\:tw--left-10 {
    left: -2.5rem !important;
  }

  .xl\:tw--top-11 {
    top: -2.75rem !important;
  }

  .xl\:tw--right-11 {
    right: -2.75rem !important;
  }

  .xl\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .xl\:tw--left-11 {
    left: -2.75rem !important;
  }

  .xl\:tw--top-12 {
    top: -3rem !important;
  }

  .xl\:tw--right-12 {
    right: -3rem !important;
  }

  .xl\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .xl\:tw--left-12 {
    left: -3rem !important;
  }

  .xl\:tw--top-14 {
    top: -3.5rem !important;
  }

  .xl\:tw--right-14 {
    right: -3.5rem !important;
  }

  .xl\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .xl\:tw--left-14 {
    left: -3.5rem !important;
  }

  .xl\:tw--top-16 {
    top: -4rem !important;
  }

  .xl\:tw--right-16 {
    right: -4rem !important;
  }

  .xl\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .xl\:tw--left-16 {
    left: -4rem !important;
  }

  .xl\:tw--top-20 {
    top: -5rem !important;
  }

  .xl\:tw--right-20 {
    right: -5rem !important;
  }

  .xl\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .xl\:tw--left-20 {
    left: -5rem !important;
  }

  .xl\:tw--top-24 {
    top: -6rem !important;
  }

  .xl\:tw--right-24 {
    right: -6rem !important;
  }

  .xl\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .xl\:tw--left-24 {
    left: -6rem !important;
  }

  .xl\:tw--top-28 {
    top: -7rem !important;
  }

  .xl\:tw--right-28 {
    right: -7rem !important;
  }

  .xl\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .xl\:tw--left-28 {
    left: -7rem !important;
  }

  .xl\:tw--top-32 {
    top: -8rem !important;
  }

  .xl\:tw--right-32 {
    right: -8rem !important;
  }

  .xl\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .xl\:tw--left-32 {
    left: -8rem !important;
  }

  .xl\:tw--top-36 {
    top: -9rem !important;
  }

  .xl\:tw--right-36 {
    right: -9rem !important;
  }

  .xl\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .xl\:tw--left-36 {
    left: -9rem !important;
  }

  .xl\:tw--top-40 {
    top: -10rem !important;
  }

  .xl\:tw--right-40 {
    right: -10rem !important;
  }

  .xl\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .xl\:tw--left-40 {
    left: -10rem !important;
  }

  .xl\:tw--top-44 {
    top: -11rem !important;
  }

  .xl\:tw--right-44 {
    right: -11rem !important;
  }

  .xl\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .xl\:tw--left-44 {
    left: -11rem !important;
  }

  .xl\:tw--top-48 {
    top: -12rem !important;
  }

  .xl\:tw--right-48 {
    right: -12rem !important;
  }

  .xl\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .xl\:tw--left-48 {
    left: -12rem !important;
  }

  .xl\:tw--top-52 {
    top: -13rem !important;
  }

  .xl\:tw--right-52 {
    right: -13rem !important;
  }

  .xl\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .xl\:tw--left-52 {
    left: -13rem !important;
  }

  .xl\:tw--top-56 {
    top: -14rem !important;
  }

  .xl\:tw--right-56 {
    right: -14rem !important;
  }

  .xl\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .xl\:tw--left-56 {
    left: -14rem !important;
  }

  .xl\:tw--top-60 {
    top: -15rem !important;
  }

  .xl\:tw--right-60 {
    right: -15rem !important;
  }

  .xl\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .xl\:tw--left-60 {
    left: -15rem !important;
  }

  .xl\:tw--top-64 {
    top: -16rem !important;
  }

  .xl\:tw--right-64 {
    right: -16rem !important;
  }

  .xl\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .xl\:tw--left-64 {
    left: -16rem !important;
  }

  .xl\:tw--top-72 {
    top: -18rem !important;
  }

  .xl\:tw--right-72 {
    right: -18rem !important;
  }

  .xl\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .xl\:tw--left-72 {
    left: -18rem !important;
  }

  .xl\:tw--top-80 {
    top: -20rem !important;
  }

  .xl\:tw--right-80 {
    right: -20rem !important;
  }

  .xl\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .xl\:tw--left-80 {
    left: -20rem !important;
  }

  .xl\:tw--top-96 {
    top: -24rem !important;
  }

  .xl\:tw--right-96 {
    right: -24rem !important;
  }

  .xl\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .xl\:tw--left-96 {
    left: -24rem !important;
  }

  .xl\:tw--top-px {
    top: -1px !important;
  }

  .xl\:tw--right-px {
    right: -1px !important;
  }

  .xl\:tw--bottom-px {
    bottom: -1px !important;
  }

  .xl\:tw--left-px {
    left: -1px !important;
  }

  .xl\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .xl\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .xl\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xl\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .xl\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .xl\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .xl\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xl\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .xl\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .xl\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .xl\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xl\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .xl\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .xl\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .xl\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xl\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .xl\:tw-top-1\/2 {
    top: 50% !important;
  }

  .xl\:tw-right-1\/2 {
    right: 50% !important;
  }

  .xl\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:tw-left-1\/2 {
    left: 50% !important;
  }

  .xl\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:tw-top-1\/4 {
    top: 25% !important;
  }

  .xl\:tw-right-1\/4 {
    right: 25% !important;
  }

  .xl\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:tw-left-1\/4 {
    left: 25% !important;
  }

  .xl\:tw-top-2\/4 {
    top: 50% !important;
  }

  .xl\:tw-right-2\/4 {
    right: 50% !important;
  }

  .xl\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:tw-left-2\/4 {
    left: 50% !important;
  }

  .xl\:tw-top-3\/4 {
    top: 75% !important;
  }

  .xl\:tw-right-3\/4 {
    right: 75% !important;
  }

  .xl\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:tw-left-3\/4 {
    left: 75% !important;
  }

  .xl\:tw-top-full {
    top: 100% !important;
  }

  .xl\:tw-right-full {
    right: 100% !important;
  }

  .xl\:tw-bottom-full {
    bottom: 100% !important;
  }

  .xl\:tw-left-full {
    left: 100% !important;
  }

  .xl\:tw--top-1\/2 {
    top: -50% !important;
  }

  .xl\:tw--right-1\/2 {
    right: -50% !important;
  }

  .xl\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .xl\:tw--left-1\/2 {
    left: -50% !important;
  }

  .xl\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .xl\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xl\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .xl\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .xl\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .xl\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xl\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .xl\:tw--top-1\/4 {
    top: -25% !important;
  }

  .xl\:tw--right-1\/4 {
    right: -25% !important;
  }

  .xl\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .xl\:tw--left-1\/4 {
    left: -25% !important;
  }

  .xl\:tw--top-2\/4 {
    top: -50% !important;
  }

  .xl\:tw--right-2\/4 {
    right: -50% !important;
  }

  .xl\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .xl\:tw--left-2\/4 {
    left: -50% !important;
  }

  .xl\:tw--top-3\/4 {
    top: -75% !important;
  }

  .xl\:tw--right-3\/4 {
    right: -75% !important;
  }

  .xl\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .xl\:tw--left-3\/4 {
    left: -75% !important;
  }

  .xl\:tw--top-full {
    top: -100% !important;
  }

  .xl\:tw--right-full {
    right: -100% !important;
  }

  .xl\:tw--bottom-full {
    bottom: -100% !important;
  }

  .xl\:tw--left-full {
    left: -100% !important;
  }

  .xl\:tw-resize-none {
    resize: none !important;
  }

  .xl\:tw-resize-y {
    resize: vertical !important;
  }

  .xl\:tw-resize-x {
    resize: horizontal !important;
  }

  .xl\:tw-resize {
    resize: both !important;
  }

  .xl\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xl\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:tw-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:tw-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:tw-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:tw-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:tw-ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:tw-ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:tw-ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:tw-ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:tw-ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:tw-ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b !important;
  }

  .xl\:tw-ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:tw-ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:tw-ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:tw-ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:tw-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:tw-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:tw-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:tw-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:tw-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:tw-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:tw-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:tw-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:tw-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:tw-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:tw-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:tw-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:tw-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:tw-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:tw-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:tw-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:tw-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:tw-ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .xl\:tw-ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .xl\:tw-ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a !important;
  }

  .xl\:tw-ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .xl\:tw-ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .xl\:tw-ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .xl\:tw-ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706 !important;
  }

  .xl\:tw-ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309 !important;
  }

  .xl\:tw-ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e !important;
  }

  .xl\:tw-ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f !important;
  }

  .xl\:tw-ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .xl\:tw-ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .xl\:tw-ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .xl\:tw-ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .xl\:tw-ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c !important;
  }

  .xl\:tw-ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316 !important;
  }

  .xl\:tw-ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c !important;
  }

  .xl\:tw-ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c !important;
  }

  .xl\:tw-ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .xl\:tw-ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .xl\:tw-ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .xl\:tw-ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .xl\:tw-ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:tw-ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .xl\:tw-ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .xl\:tw-ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:tw-ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .xl\:tw-ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .xl\:tw-ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .xl\:tw-ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .xl\:tw-ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:tw-ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:tw-ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:tw-ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:tw-ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:tw-ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:tw-ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:tw-ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:tw-ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:tw-ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:tw-ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .xl\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .xl\:tw-ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .xl\:tw-ring-offset-green-300 {
    --tw-ring-offset-color: #86efac !important;
  }

  .xl\:tw-ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .xl\:tw-ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e !important;
  }

  .xl\:tw-ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a !important;
  }

  .xl\:tw-ring-offset-green-700 {
    --tw-ring-offset-color: #15803d !important;
  }

  .xl\:tw-ring-offset-green-800 {
    --tw-ring-offset-color: #166534 !important;
  }

  .xl\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #14532d !important;
  }

  .xl\:tw-ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:tw-ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:tw-ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:tw-ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:tw-ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:tw-ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:tw-ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:tw-ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:tw-ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:tw-ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:tw-ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .xl\:tw-ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .xl\:tw-ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .xl\:tw-ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .xl\:tw-ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .xl\:tw-ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .xl\:tw-ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .xl\:tw-ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e !important;
  }

  .xl\:tw-ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59 !important;
  }

  .xl\:tw-ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a !important;
  }

  .xl\:tw-ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:tw-ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:tw-ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:tw-ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:tw-ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:tw-ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:tw-ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:tw-ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:tw-ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:tw-ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:tw-ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .xl\:tw-ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .xl\:tw-ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .xl\:tw-ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .xl\:tw-ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .xl\:tw-ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .xl\:tw-ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .xl\:tw-ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .xl\:tw-ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985 !important;
  }

  .xl\:tw-ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .xl\:tw-ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:tw-ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:tw-ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:tw-ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:tw-ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:tw-ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:tw-ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:tw-ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:tw-ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:tw-ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:tw-ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .xl\:tw-ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .xl\:tw-ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .xl\:tw-ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .xl\:tw-ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .xl\:tw-ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .xl\:tw-ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .xl\:tw-ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .xl\:tw-ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .xl\:tw-ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .xl\:tw-ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:tw-ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .xl\:tw-ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .xl\:tw-ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .xl\:tw-ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc !important;
  }

  .xl\:tw-ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .xl\:tw-ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea !important;
  }

  .xl\:tw-ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .xl\:tw-ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .xl\:tw-ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87 !important;
  }

  .xl\:tw-ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .xl\:tw-ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .xl\:tw-ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .xl\:tw-ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .xl\:tw-ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .xl\:tw-ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef !important;
  }

  .xl\:tw-ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .xl\:tw-ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf !important;
  }

  .xl\:tw-ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f !important;
  }

  .xl\:tw-ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75 !important;
  }

  .xl\:tw-ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:tw-ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:tw-ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:tw-ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:tw-ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:tw-ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:tw-ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:tw-ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:tw-ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:tw-ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:tw-ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .xl\:tw-ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .xl\:tw-ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .xl\:tw-ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af !important;
  }

  .xl\:tw-ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .xl\:tw-ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .xl\:tw-ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .xl\:tw-ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c !important;
  }

  .xl\:tw-ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .xl\:tw-ring-offset-rose-900 {
    --tw-ring-offset-color: #881337 !important;
  }

  .xl\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:focus-within\:tw-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:focus-within\:tw-ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus-within\:tw-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }

  .xl\:focus-within\:tw-ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .xl\:focus-within\:tw-ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207 !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e !important;
  }

  .xl\:focus-within\:tw-ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534 !important;
  }

  .xl\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus-within\:tw-ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59 !important;
  }

  .xl\:focus-within\:tw-ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:focus-within\:tw-ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985 !important;
  }

  .xl\:focus-within\:tw-ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87 !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f !important;
  }

  .xl\:focus-within\:tw-ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:focus-within\:tw-ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .xl\:focus-within\:tw-ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337 !important;
  }

  .xl\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:focus\:tw-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:focus\:tw-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155 !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b !important;
  }

  .xl\:focus\:tw-ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a !important;
  }

  .xl\:focus\:tw-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus\:tw-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus\:tw-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus\:tw-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus\:tw-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus\:tw-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:focus\:tw-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus\:tw-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus\:tw-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus\:tw-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus\:tw-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:focus\:tw-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:focus\:tw-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:focus\:tw-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:focus\:tw-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:focus\:tw-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:focus\:tw-ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .xl\:focus\:tw-ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .xl\:focus\:tw-ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }

  .xl\:focus\:tw-ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .xl\:focus\:tw-ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .xl\:focus\:tw-ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .xl\:focus\:tw-ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }

  .xl\:focus\:tw-ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }

  .xl\:focus\:tw-ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }

  .xl\:focus\:tw-ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }

  .xl\:focus\:tw-ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .xl\:focus\:tw-ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .xl\:focus\:tw-ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c !important;
  }

  .xl\:focus\:tw-ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c !important;
  }

  .xl\:focus\:tw-ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c !important;
  }

  .xl\:focus\:tw-ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .xl\:focus\:tw-ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207 !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e !important;
  }

  .xl\:focus\:tw-ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:focus\:tw-ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:focus\:tw-ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:focus\:tw-ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:focus\:tw-ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:focus\:tw-ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:focus\:tw-ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .xl\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .xl\:focus\:tw-ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .xl\:focus\:tw-ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac !important;
  }

  .xl\:focus\:tw-ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .xl\:focus\:tw-ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e !important;
  }

  .xl\:focus\:tw-ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a !important;
  }

  .xl\:focus\:tw-ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d !important;
  }

  .xl\:focus\:tw-ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534 !important;
  }

  .xl\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus\:tw-ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus\:tw-ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .xl\:focus\:tw-ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .xl\:focus\:tw-ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e !important;
  }

  .xl\:focus\:tw-ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59 !important;
  }

  .xl\:focus\:tw-ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:focus\:tw-ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985 !important;
  }

  .xl\:focus\:tw-ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:focus\:tw-ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:focus\:tw-ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .xl\:focus\:tw-ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .xl\:focus\:tw-ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .xl\:focus\:tw-ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .xl\:focus\:tw-ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .xl\:focus\:tw-ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .xl\:focus\:tw-ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .xl\:focus\:tw-ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .xl\:focus\:tw-ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .xl\:focus\:tw-ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .xl\:focus\:tw-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .xl\:focus\:tw-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .xl\:focus\:tw-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .xl\:focus\:tw-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc !important;
  }

  .xl\:focus\:tw-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea !important;
  }

  .xl\:focus\:tw-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .xl\:focus\:tw-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .xl\:focus\:tw-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87 !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f !important;
  }

  .xl\:focus\:tw-ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:focus\:tw-ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:focus\:tw-ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:focus\:tw-ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af !important;
  }

  .xl\:focus\:tw-ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .xl\:focus\:tw-ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c !important;
  }

  .xl\:focus\:tw-ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .xl\:focus\:tw-ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337 !important;
  }

  .xl\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xl\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xl\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blueGray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-amber-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-orange-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-emerald-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-teal-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-lightBlue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-violet-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-fuchsia-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-rose-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-amber-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-orange-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-emerald-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-teal-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-violet-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:tw-ring-rose-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blueGray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-amber-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-orange-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-emerald-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-teal-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-lightBlue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-violet-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-fuchsia-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:tw-ring-rose-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:tw-fill-current {
    fill: currentColor !important;
  }

  .xl\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .xl\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:tw-table-auto {
    table-layout: auto !important;
  }

  .xl\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .xl\:tw-text-left {
    text-align: left !important;
  }

  .xl\:tw-text-center {
    text-align: center !important;
  }

  .xl\:tw-text-right {
    text-align: right !important;
  }

  .xl\:tw-text-justify {
    text-align: justify !important;
  }

  .xl\:tw-text-transparent {
    color: transparent !important;
  }

  .xl\:tw-text-current {
    color: currentColor !important;
  }

  .xl\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .xl\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .xl\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blueGray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-amber-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-orange-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-emerald-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-teal-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-lightBlue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-violet-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-fuchsia-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:tw-text-rose-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blueGray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-amber-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-orange-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-emerald-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-teal-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-lightBlue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-violet-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-fuchsia-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:tw-text-rose-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blueGray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-amber-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-orange-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-emerald-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-teal-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-lightBlue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-violet-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-fuchsia-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:tw-text-rose-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xl\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xl\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xl\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .xl\:tw-italic {
    font-style: italic !important;
  }

  .xl\:tw-not-italic {
    font-style: normal !important;
  }

  .xl\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .xl\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .xl\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .xl\:tw-normal-case {
    text-transform: none !important;
  }

  .xl\:tw-underline {
    text-decoration: underline !important;
  }

  .xl\:tw-line-through {
    text-decoration: line-through !important;
  }

  .xl\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .xl\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .xl\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .xl\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .xl\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tw-ordinal, .xl\:tw-slashed-zero, .xl\:tw-lining-nums, .xl\:tw-oldstyle-nums, .xl\:tw-proportional-nums, .xl\:tw-tabular-nums, .xl\:tw-diagonal-fractions, .xl\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xl\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .xl\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .xl\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .xl\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:tw-align-top {
    vertical-align: top !important;
  }

  .xl\:tw-align-middle {
    vertical-align: middle !important;
  }

  .xl\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:tw-visible {
    visibility: visible !important;
  }

  .xl\:tw-invisible {
    visibility: hidden !important;
  }

  .xl\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .xl\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xl\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .xl\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:tw-break-all {
    word-break: break-all !important;
  }

  .xl\:tw-w-0 {
    width: 0px !important;
  }

  .xl\:tw-w-1 {
    width: 0.25rem !important;
  }

  .xl\:tw-w-2 {
    width: 0.5rem !important;
  }

  .xl\:tw-w-3 {
    width: 0.75rem !important;
  }

  .xl\:tw-w-4 {
    width: 1rem !important;
  }

  .xl\:tw-w-5 {
    width: 1.25rem !important;
  }

  .xl\:tw-w-6 {
    width: 1.5rem !important;
  }

  .xl\:tw-w-7 {
    width: 1.75rem !important;
  }

  .xl\:tw-w-8 {
    width: 2rem !important;
  }

  .xl\:tw-w-9 {
    width: 2.25rem !important;
  }

  .xl\:tw-w-10 {
    width: 2.5rem !important;
  }

  .xl\:tw-w-11 {
    width: 2.75rem !important;
  }

  .xl\:tw-w-12 {
    width: 3rem !important;
  }

  .xl\:tw-w-14 {
    width: 3.5rem !important;
  }

  .xl\:tw-w-16 {
    width: 4rem !important;
  }

  .xl\:tw-w-20 {
    width: 5rem !important;
  }

  .xl\:tw-w-24 {
    width: 6rem !important;
  }

  .xl\:tw-w-28 {
    width: 7rem !important;
  }

  .xl\:tw-w-32 {
    width: 8rem !important;
  }

  .xl\:tw-w-36 {
    width: 9rem !important;
  }

  .xl\:tw-w-40 {
    width: 10rem !important;
  }

  .xl\:tw-w-44 {
    width: 11rem !important;
  }

  .xl\:tw-w-48 {
    width: 12rem !important;
  }

  .xl\:tw-w-52 {
    width: 13rem !important;
  }

  .xl\:tw-w-56 {
    width: 14rem !important;
  }

  .xl\:tw-w-60 {
    width: 15rem !important;
  }

  .xl\:tw-w-64 {
    width: 16rem !important;
  }

  .xl\:tw-w-72 {
    width: 18rem !important;
  }

  .xl\:tw-w-80 {
    width: 20rem !important;
  }

  .xl\:tw-w-96 {
    width: 24rem !important;
  }

  .xl\:tw-w-auto {
    width: auto !important;
  }

  .xl\:tw-w-px {
    width: 1px !important;
  }

  .xl\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .xl\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .xl\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .xl\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .xl\:tw-w-2\/4 {
    width: 50% !important;
  }

  .xl\:tw-w-3\/4 {
    width: 75% !important;
  }

  .xl\:tw-w-1\/5 {
    width: 20% !important;
  }

  .xl\:tw-w-2\/5 {
    width: 40% !important;
  }

  .xl\:tw-w-3\/5 {
    width: 60% !important;
  }

  .xl\:tw-w-4\/5 {
    width: 80% !important;
  }

  .xl\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-3\/6 {
    width: 50% !important;
  }

  .xl\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:tw-w-3\/12 {
    width: 25% !important;
  }

  .xl\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:tw-w-6\/12 {
    width: 50% !important;
  }

  .xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:tw-w-9\/12 {
    width: 75% !important;
  }

  .xl\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:tw-w-full {
    width: 100% !important;
  }

  .xl\:tw-w-screen {
    width: 100vw !important;
  }

  .xl\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:tw-z-0 {
    z-index: 0 !important;
  }

  .xl\:tw-z-10 {
    z-index: 10 !important;
  }

  .xl\:tw-z-20 {
    z-index: 20 !important;
  }

  .xl\:tw-z-30 {
    z-index: 30 !important;
  }

  .xl\:tw-z-40 {
    z-index: 40 !important;
  }

  .xl\:tw-z-50 {
    z-index: 50 !important;
  }

  .xl\:tw-z-auto {
    z-index: auto !important;
  }

  .xl\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .xl\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .xl\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .xl\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .xl\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .xl\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .xl\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .xl\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .xl\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .xl\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .xl\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .xl\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .xl\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .xl\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .xl\:tw-gap-0 {
    gap: 0px !important;
  }

  .xl\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:tw-gap-4 {
    gap: 1rem !important;
  }

  .xl\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:tw-gap-8 {
    gap: 2rem !important;
  }

  .xl\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:tw-gap-12 {
    gap: 3rem !important;
  }

  .xl\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:tw-gap-16 {
    gap: 4rem !important;
  }

  .xl\:tw-gap-20 {
    gap: 5rem !important;
  }

  .xl\:tw-gap-24 {
    gap: 6rem !important;
  }

  .xl\:tw-gap-28 {
    gap: 7rem !important;
  }

  .xl\:tw-gap-32 {
    gap: 8rem !important;
  }

  .xl\:tw-gap-36 {
    gap: 9rem !important;
  }

  .xl\:tw-gap-40 {
    gap: 10rem !important;
  }

  .xl\:tw-gap-44 {
    gap: 11rem !important;
  }

  .xl\:tw-gap-48 {
    gap: 12rem !important;
  }

  .xl\:tw-gap-52 {
    gap: 13rem !important;
  }

  .xl\:tw-gap-56 {
    gap: 14rem !important;
  }

  .xl\:tw-gap-60 {
    gap: 15rem !important;
  }

  .xl\:tw-gap-64 {
    gap: 16rem !important;
  }

  .xl\:tw-gap-72 {
    gap: 18rem !important;
  }

  .xl\:tw-gap-80 {
    gap: 20rem !important;
  }

  .xl\:tw-gap-96 {
    gap: 24rem !important;
  }

  .xl\:tw-gap-px {
    gap: 1px !important;
  }

  .xl\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .xl\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .xl\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:tw-col-auto {
    grid-column: auto !important;
  }

  .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:tw-row-auto {
    grid-row: auto !important;
  }

  .xl\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .xl\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:tw-transform-none {
    transform: none !important;
  }

  .xl\:tw-origin-center {
    transform-origin: center !important;
  }

  .xl\:tw-origin-top {
    transform-origin: top !important;
  }

  .xl\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:tw-origin-right {
    transform-origin: right !important;
  }

  .xl\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:tw-origin-left {
    transform-origin: left !important;
  }

  .xl\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xl\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xl\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xl\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xl\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xl\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xl\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xl\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xl\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xl\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xl\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xl\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xl\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xl\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xl\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xl\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xl\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xl\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xl\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xl\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xl\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xl\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xl\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xl\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xl\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xl\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xl\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xl\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xl\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xl\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xl\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xl\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xl\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xl\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xl\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xl\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xl\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xl\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xl\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xl\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xl\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xl\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xl\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xl\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xl\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xl\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .xl\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xl\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xl\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xl\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xl\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xl\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xl\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xl\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xl\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xl\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xl\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xl\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xl\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xl\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xl\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xl\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xl\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xl\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xl\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xl\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .xl\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xl\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xl\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xl\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xl\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xl\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xl\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xl\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xl\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xl\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xl\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xl\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xl\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xl\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xl\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xl\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xl\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xl\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xl\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xl\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xl\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xl\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xl\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xl\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xl\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xl\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xl\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xl\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .xl\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xl\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xl\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xl\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xl\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xl\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xl\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xl\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xl\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xl\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xl\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xl\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xl\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xl\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xl\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xl\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xl\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xl\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xl\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xl\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .xl\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xl\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xl\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xl\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xl\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xl\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xl\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xl\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xl\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xl\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xl\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xl\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xl\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xl\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xl\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .xl\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xl\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xl\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xl\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xl\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xl\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .xl\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xl\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xl\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xl\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xl\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xl\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .xl\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xl\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xl\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xl\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xl\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xl\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .xl\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xl\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xl\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xl\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xl\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xl\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .xl\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xl\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xl\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xl\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xl\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xl\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .xl\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xl\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xl\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xl\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xl\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xl\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .xl\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xl\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xl\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xl\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xl\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xl\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .xl\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xl\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xl\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xl\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xl\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xl\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xl\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xl\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xl\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xl\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xl\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xl\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xl\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xl\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xl\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xl\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xl\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xl\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xl\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xl\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xl\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xl\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xl\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xl\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xl\:tw-transition-none {
    transition-property: none !important;
  }

  .xl\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .xl\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .xl\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .xl\:motion-safe\:tw-transition-none {
      transition-property: none !important;
    }

    .xl\:motion-safe\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-safe\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .xl\:motion-reduce\:tw-transition-none {
      transition-property: none !important;
    }

    .xl\:motion-reduce\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .xl\:motion-reduce\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  .xl\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:hover\:tw-ease-linear:hover {
    transition-timing-function: linear !important;
  }

  .xl\:hover\:tw-ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:hover\:tw-ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:hover\:tw-ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:focus\:tw-ease-linear:focus {
    transition-timing-function: linear !important;
  }

  .xl\:focus\:tw-ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:focus\:tw-ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:focus\:tw-ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:hover\:tw-duration-75:hover {
    transition-duration: 75ms !important;
  }

  .xl\:hover\:tw-duration-100:hover {
    transition-duration: 100ms !important;
  }

  .xl\:hover\:tw-duration-150:hover {
    transition-duration: 150ms !important;
  }

  .xl\:hover\:tw-duration-200:hover {
    transition-duration: 200ms !important;
  }

  .xl\:hover\:tw-duration-300:hover {
    transition-duration: 300ms !important;
  }

  .xl\:hover\:tw-duration-500:hover {
    transition-duration: 500ms !important;
  }

  .xl\:hover\:tw-duration-700:hover {
    transition-duration: 700ms !important;
  }

  .xl\:hover\:tw-duration-1000:hover {
    transition-duration: 1000ms !important;
  }

  .xl\:focus\:tw-duration-75:focus {
    transition-duration: 75ms !important;
  }

  .xl\:focus\:tw-duration-100:focus {
    transition-duration: 100ms !important;
  }

  .xl\:focus\:tw-duration-150:focus {
    transition-duration: 150ms !important;
  }

  .xl\:focus\:tw-duration-200:focus {
    transition-duration: 200ms !important;
  }

  .xl\:focus\:tw-duration-300:focus {
    transition-duration: 300ms !important;
  }

  .xl\:focus\:tw-duration-500:focus {
    transition-duration: 500ms !important;
  }

  .xl\:focus\:tw-duration-700:focus {
    transition-duration: 700ms !important;
  }

  .xl\:focus\:tw-duration-1000:focus {
    transition-duration: 1000ms !important;
  }

  .xl\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:hover\:tw-delay-75:hover {
    transition-delay: 75ms !important;
  }

  .xl\:hover\:tw-delay-100:hover {
    transition-delay: 100ms !important;
  }

  .xl\:hover\:tw-delay-150:hover {
    transition-delay: 150ms !important;
  }

  .xl\:hover\:tw-delay-200:hover {
    transition-delay: 200ms !important;
  }

  .xl\:hover\:tw-delay-300:hover {
    transition-delay: 300ms !important;
  }

  .xl\:hover\:tw-delay-500:hover {
    transition-delay: 500ms !important;
  }

  .xl\:hover\:tw-delay-700:hover {
    transition-delay: 700ms !important;
  }

  .xl\:hover\:tw-delay-1000:hover {
    transition-delay: 1000ms !important;
  }

  .xl\:focus\:tw-delay-75:focus {
    transition-delay: 75ms !important;
  }

  .xl\:focus\:tw-delay-100:focus {
    transition-delay: 100ms !important;
  }

  .xl\:focus\:tw-delay-150:focus {
    transition-delay: 150ms !important;
  }

  .xl\:focus\:tw-delay-200:focus {
    transition-delay: 200ms !important;
  }

  .xl\:focus\:tw-delay-300:focus {
    transition-delay: 300ms !important;
  }

  .xl\:focus\:tw-delay-500:focus {
    transition-delay: 500ms !important;
  }

  .xl\:focus\:tw-delay-700:focus {
    transition-delay: 700ms !important;
  }

  .xl\:focus\:tw-delay-1000:focus {
    transition-delay: 1000ms !important;
  }

  .xl\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xl\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .xl\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xl\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .xl\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .xl\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .xl\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .xl\:motion-safe\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-safe\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-safe\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-safe\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-safe\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .xl\:motion-safe\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-safe\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-safe\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-safe\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-safe\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .xl\:motion-safe\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-safe\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-safe\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-safe\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-safe\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .xl\:motion-reduce\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-reduce\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-reduce\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-reduce\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-reduce\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .xl\:motion-reduce\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-reduce\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-reduce\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-reduce\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-reduce\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .xl\:motion-reduce\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .xl\:motion-reduce\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .xl\:motion-reduce\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .xl\:motion-reduce\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .xl\:motion-reduce\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:tw-container {
      max-width: 1536px;
    }
  }

  .\32xl\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:tw--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:tw-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl\:tw-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl\:tw-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:tw-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:tw-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl\:tw-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl\:tw-divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .\32xl\:tw-divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .\32xl\:tw-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blueGray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-lightBlue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:tw-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .\32xl\:tw-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .\32xl\:tw-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .\32xl\:tw-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .\32xl\:tw-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .\32xl\:tw-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .\32xl\:tw-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl\:tw-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl\:tw-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl\:tw-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl\:tw-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl\:tw-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl\:tw-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl\:tw-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl\:tw-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl\:tw-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl\:tw-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl\:tw-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl\:tw-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl\:tw-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .\32xl\:tw-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:tw-not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:focus-within\:tw-sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:focus-within\:tw-not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:focus\:tw-sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .\32xl\:focus\:tw-not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .\32xl\:tw-appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:tw-bg-fixed {
    background-attachment: fixed !important;
  }

  .\32xl\:tw-bg-local {
    background-attachment: local !important;
  }

  .\32xl\:tw-bg-scroll {
    background-attachment: scroll !important;
  }

  .\32xl\:tw-bg-clip-border {
    background-clip: border-box !important;
  }

  .\32xl\:tw-bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\32xl\:tw-bg-clip-content {
    background-clip: content-box !important;
  }

  .\32xl\:tw-bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .\32xl\:tw-bg-current {
    background-color: currentColor !important;
  }

  .\32xl\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-transparent {
    background-color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-current {
    background-color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blueGray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-amber-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-orange-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-emerald-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-teal-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-lightBlue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-violet-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-purple-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-fuchsia-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-rose-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-bg-current:focus-within {
    background-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blueGray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-amber-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-orange-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-emerald-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-teal-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-lightBlue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-violet-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-purple-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-fuchsia-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-bg-rose-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent !important;
  }

  .\32xl\:hover\:tw-bg-current:hover {
    background-color: currentColor !important;
  }

  .\32xl\:hover\:tw-bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blueGray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-amber-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-orange-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-emerald-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-teal-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-lightBlue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-violet-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-purple-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-fuchsia-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:tw-bg-rose-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-transparent:focus {
    background-color: transparent !important;
  }

  .\32xl\:focus\:tw-bg-current:focus {
    background-color: currentColor !important;
  }

  .\32xl\:focus\:tw-bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blueGray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-amber-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-orange-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-emerald-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-teal-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-lightBlue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-violet-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-purple-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-fuchsia-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:tw-bg-rose-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-transparent:active {
    background-color: transparent !important;
  }

  .\32xl\:active\:tw-bg-current:active {
    background-color: currentColor !important;
  }

  .\32xl\:active\:tw-bg-black:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-gray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 85, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 65, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blueGray-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-red-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-blue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-amber-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 247, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 215, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 186, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 115, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 88, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(194, 65, 12, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(154, 52, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-orange-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 252, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 195, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 224, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 204, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 138, 4, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 98, 7, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 77, 14, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-yellow-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 63, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lime-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 247, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 239, 172, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 163, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 128, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 101, 52, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-green-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-emerald-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 253, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(204, 251, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 246, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 234, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 212, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 184, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 148, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(15, 118, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 94, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-teal-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 78, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-cyan-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 249, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 242, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 211, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 189, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 165, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(2, 132, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 105, 161, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(7, 89, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-lightBlue-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 74, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-indigo-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-violet-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 213, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 51, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(126, 34, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 33, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-purple-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(88, 28, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 244, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 232, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 208, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 121, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 70, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(192, 38, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(162, 28, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 25, 143, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-fuchsia-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 26, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-pink-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-50:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 241, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-100:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 228, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-200:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 205, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-300:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 164, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-400:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 113, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-500:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 63, 94, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-600:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(225, 29, 72, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 18, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-800:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 18, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:active\:tw-bg-rose-900:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 19, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:tw-bg-none {
    background-image: none !important;
  }

  .\32xl\:tw-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:tw-from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:tw-from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:tw-from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:tw-from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:tw-from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:tw-from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:tw-from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:tw-from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:tw-from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:tw-from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-50 {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-100 {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-200 {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-300 {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-400 {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-500 {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-600 {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-700 {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-800 {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:tw-from-blueGray-900 {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:tw-from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:tw-from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:tw-from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:tw-from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:tw-from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:tw-from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:tw-from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:tw-from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:tw-from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:tw-from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:tw-from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:tw-from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:tw-from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:tw-from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:tw-from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:tw-from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:tw-from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:tw-from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:tw-from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:tw-from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:tw-from-amber-50 {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:tw-from-amber-100 {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:tw-from-amber-200 {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:tw-from-amber-300 {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:tw-from-amber-400 {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:tw-from-amber-500 {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:tw-from-amber-600 {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:tw-from-amber-700 {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:tw-from-amber-800 {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:tw-from-amber-900 {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:tw-from-orange-50 {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:tw-from-orange-100 {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:tw-from-orange-200 {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:tw-from-orange-300 {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:tw-from-orange-400 {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:tw-from-orange-500 {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:tw-from-orange-600 {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:tw-from-orange-700 {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:tw-from-orange-800 {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:tw-from-orange-900 {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:tw-from-yellow-50 {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:tw-from-yellow-100 {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:tw-from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:tw-from-yellow-300 {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:tw-from-yellow-400 {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:tw-from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:tw-from-yellow-600 {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:tw-from-yellow-700 {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:tw-from-yellow-800 {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:tw-from-yellow-900 {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:tw-from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:tw-from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:tw-from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:tw-from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:tw-from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:tw-from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:tw-from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:tw-from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:tw-from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:tw-from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:tw-from-green-50 {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:tw-from-green-100 {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:tw-from-green-200 {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:tw-from-green-300 {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:tw-from-green-400 {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:tw-from-green-500 {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:tw-from-green-600 {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:tw-from-green-700 {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:tw-from-green-800 {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:tw-from-green-900 {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:tw-from-emerald-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:tw-from-emerald-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:tw-from-emerald-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:tw-from-emerald-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:tw-from-emerald-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:tw-from-emerald-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:tw-from-emerald-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:tw-from-emerald-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:tw-from-emerald-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:tw-from-emerald-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:tw-from-teal-50 {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:tw-from-teal-100 {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:tw-from-teal-200 {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:tw-from-teal-300 {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:tw-from-teal-400 {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:tw-from-teal-500 {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:tw-from-teal-600 {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:tw-from-teal-700 {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:tw-from-teal-800 {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:tw-from-teal-900 {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:tw-from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:tw-from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:tw-from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:tw-from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:tw-from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:tw-from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:tw-from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:tw-from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:tw-from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:tw-from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-50 {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-100 {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-200 {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-300 {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-400 {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-500 {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-600 {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-700 {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-800 {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:tw-from-lightBlue-900 {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:tw-from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:tw-from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:tw-from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:tw-from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:tw-from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:tw-from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:tw-from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:tw-from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:tw-from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:tw-from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:tw-from-violet-50 {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:tw-from-violet-100 {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:tw-from-violet-200 {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:tw-from-violet-300 {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:tw-from-violet-400 {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:tw-from-violet-500 {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:tw-from-violet-600 {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:tw-from-violet-700 {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:tw-from-violet-800 {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:tw-from-violet-900 {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:tw-from-purple-50 {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:tw-from-purple-100 {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:tw-from-purple-200 {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:tw-from-purple-300 {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:tw-from-purple-400 {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:tw-from-purple-500 {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:tw-from-purple-600 {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:tw-from-purple-700 {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:tw-from-purple-800 {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:tw-from-purple-900 {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-50 {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-100 {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-200 {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-300 {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-400 {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-500 {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-600 {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-700 {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-800 {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:tw-from-fuchsia-900 {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:tw-from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:tw-from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:tw-from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:tw-from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:tw-from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:tw-from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:tw-from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:tw-from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:tw-from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:tw-from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:tw-from-rose-50 {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:tw-from-rose-100 {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:tw-from-rose-200 {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:tw-from-rose-300 {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:tw-from-rose-400 {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:tw-from-rose-500 {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:tw-from-rose-600 {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:tw-from-rose-700 {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:tw-from-rose-800 {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:tw-from-rose-900 {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:tw-via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:tw-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:tw-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:tw-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:tw-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:tw-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:tw-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:tw-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:tw-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:tw-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:tw-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:tw-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:tw-via-blueGray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:tw-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:tw-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:tw-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:tw-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:tw-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:tw-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:tw-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:tw-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:tw-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:tw-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:tw-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:tw-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:tw-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:tw-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:tw-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:tw-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:tw-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:tw-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:tw-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:tw-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:tw-via-amber-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:tw-via-amber-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:tw-via-amber-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:tw-via-amber-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:tw-via-amber-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:tw-via-amber-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:tw-via-amber-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:tw-via-amber-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:tw-via-amber-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:tw-via-amber-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:tw-via-orange-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:tw-via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:tw-via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:tw-via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:tw-via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:tw-via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:tw-via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:tw-via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:tw-via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:tw-via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:tw-via-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:tw-via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:tw-via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:tw-via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:tw-via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:tw-via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:tw-via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:tw-via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:tw-via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:tw-via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:tw-via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:tw-via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:tw-via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:tw-via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:tw-via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:tw-via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:tw-via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:tw-via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:tw-via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:tw-via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:tw-via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:tw-via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:tw-via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:tw-via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:tw-via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:tw-via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:tw-via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:tw-via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:tw-via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:tw-via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:tw-via-emerald-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:tw-via-emerald-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:tw-via-emerald-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:tw-via-emerald-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:tw-via-emerald-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:tw-via-emerald-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:tw-via-emerald-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:tw-via-emerald-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:tw-via-emerald-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:tw-via-emerald-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:tw-via-teal-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:tw-via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:tw-via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:tw-via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:tw-via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:tw-via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:tw-via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:tw-via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:tw-via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:tw-via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:tw-via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:tw-via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:tw-via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:tw-via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:tw-via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:tw-via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:tw-via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:tw-via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:tw-via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:tw-via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:tw-via-lightBlue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:tw-via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:tw-via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:tw-via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:tw-via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:tw-via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:tw-via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:tw-via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:tw-via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:tw-via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:tw-via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:tw-via-violet-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:tw-via-violet-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:tw-via-violet-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:tw-via-violet-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:tw-via-violet-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:tw-via-violet-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:tw-via-violet-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:tw-via-violet-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:tw-via-violet-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:tw-via-violet-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:tw-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:tw-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:tw-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:tw-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:tw-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:tw-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:tw-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:tw-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:tw-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:tw-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:tw-via-fuchsia-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:tw-via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:tw-via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:tw-via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:tw-via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:tw-via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:tw-via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:tw-via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:tw-via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:tw-via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:tw-via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:tw-via-rose-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:tw-via-rose-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:tw-via-rose-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:tw-via-rose-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:tw-via-rose-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:tw-via-rose-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:tw-via-rose-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:tw-via-rose-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:tw-via-rose-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:tw-via-rose-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:tw-to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:tw-to-current {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:tw-to-black {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:tw-to-white {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:tw-to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:tw-to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:tw-to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:tw-to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:tw-to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:tw-to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:tw-to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:tw-to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:tw-to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:tw-to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:tw-to-blueGray-50 {
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:tw-to-blueGray-100 {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:tw-to-blueGray-200 {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:tw-to-blueGray-300 {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:tw-to-blueGray-400 {
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:tw-to-blueGray-500 {
    --tw-gradient-to: #64748b !important;
  }

  .\32xl\:tw-to-blueGray-600 {
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:tw-to-blueGray-700 {
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:tw-to-blueGray-800 {
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:tw-to-blueGray-900 {
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:tw-to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:tw-to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:tw-to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:tw-to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:tw-to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:tw-to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:tw-to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:tw-to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:tw-to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:tw-to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:tw-to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:tw-to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:tw-to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:tw-to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:tw-to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:tw-to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:tw-to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:tw-to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:tw-to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:tw-to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:tw-to-amber-50 {
    --tw-gradient-to: #fffbeb !important;
  }

  .\32xl\:tw-to-amber-100 {
    --tw-gradient-to: #fef3c7 !important;
  }

  .\32xl\:tw-to-amber-200 {
    --tw-gradient-to: #fde68a !important;
  }

  .\32xl\:tw-to-amber-300 {
    --tw-gradient-to: #fcd34d !important;
  }

  .\32xl\:tw-to-amber-400 {
    --tw-gradient-to: #fbbf24 !important;
  }

  .\32xl\:tw-to-amber-500 {
    --tw-gradient-to: #f59e0b !important;
  }

  .\32xl\:tw-to-amber-600 {
    --tw-gradient-to: #d97706 !important;
  }

  .\32xl\:tw-to-amber-700 {
    --tw-gradient-to: #b45309 !important;
  }

  .\32xl\:tw-to-amber-800 {
    --tw-gradient-to: #92400e !important;
  }

  .\32xl\:tw-to-amber-900 {
    --tw-gradient-to: #78350f !important;
  }

  .\32xl\:tw-to-orange-50 {
    --tw-gradient-to: #fff7ed !important;
  }

  .\32xl\:tw-to-orange-100 {
    --tw-gradient-to: #ffedd5 !important;
  }

  .\32xl\:tw-to-orange-200 {
    --tw-gradient-to: #fed7aa !important;
  }

  .\32xl\:tw-to-orange-300 {
    --tw-gradient-to: #fdba74 !important;
  }

  .\32xl\:tw-to-orange-400 {
    --tw-gradient-to: #fb923c !important;
  }

  .\32xl\:tw-to-orange-500 {
    --tw-gradient-to: #f97316 !important;
  }

  .\32xl\:tw-to-orange-600 {
    --tw-gradient-to: #ea580c !important;
  }

  .\32xl\:tw-to-orange-700 {
    --tw-gradient-to: #c2410c !important;
  }

  .\32xl\:tw-to-orange-800 {
    --tw-gradient-to: #9a3412 !important;
  }

  .\32xl\:tw-to-orange-900 {
    --tw-gradient-to: #7c2d12 !important;
  }

  .\32xl\:tw-to-yellow-50 {
    --tw-gradient-to: #fefce8 !important;
  }

  .\32xl\:tw-to-yellow-100 {
    --tw-gradient-to: #fef9c3 !important;
  }

  .\32xl\:tw-to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:tw-to-yellow-300 {
    --tw-gradient-to: #fde047 !important;
  }

  .\32xl\:tw-to-yellow-400 {
    --tw-gradient-to: #facc15 !important;
  }

  .\32xl\:tw-to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:tw-to-yellow-600 {
    --tw-gradient-to: #ca8a04 !important;
  }

  .\32xl\:tw-to-yellow-700 {
    --tw-gradient-to: #a16207 !important;
  }

  .\32xl\:tw-to-yellow-800 {
    --tw-gradient-to: #854d0e !important;
  }

  .\32xl\:tw-to-yellow-900 {
    --tw-gradient-to: #713f12 !important;
  }

  .\32xl\:tw-to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:tw-to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:tw-to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:tw-to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:tw-to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:tw-to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:tw-to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:tw-to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:tw-to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:tw-to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:tw-to-green-50 {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .\32xl\:tw-to-green-100 {
    --tw-gradient-to: #dcfce7 !important;
  }

  .\32xl\:tw-to-green-200 {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .\32xl\:tw-to-green-300 {
    --tw-gradient-to: #86efac !important;
  }

  .\32xl\:tw-to-green-400 {
    --tw-gradient-to: #4ade80 !important;
  }

  .\32xl\:tw-to-green-500 {
    --tw-gradient-to: #22c55e !important;
  }

  .\32xl\:tw-to-green-600 {
    --tw-gradient-to: #16a34a !important;
  }

  .\32xl\:tw-to-green-700 {
    --tw-gradient-to: #15803d !important;
  }

  .\32xl\:tw-to-green-800 {
    --tw-gradient-to: #166534 !important;
  }

  .\32xl\:tw-to-green-900 {
    --tw-gradient-to: #14532d !important;
  }

  .\32xl\:tw-to-emerald-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:tw-to-emerald-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:tw-to-emerald-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:tw-to-emerald-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:tw-to-emerald-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:tw-to-emerald-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:tw-to-emerald-600 {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:tw-to-emerald-700 {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:tw-to-emerald-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:tw-to-emerald-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:tw-to-teal-50 {
    --tw-gradient-to: #f0fdfa !important;
  }

  .\32xl\:tw-to-teal-100 {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .\32xl\:tw-to-teal-200 {
    --tw-gradient-to: #99f6e4 !important;
  }

  .\32xl\:tw-to-teal-300 {
    --tw-gradient-to: #5eead4 !important;
  }

  .\32xl\:tw-to-teal-400 {
    --tw-gradient-to: #2dd4bf !important;
  }

  .\32xl\:tw-to-teal-500 {
    --tw-gradient-to: #14b8a6 !important;
  }

  .\32xl\:tw-to-teal-600 {
    --tw-gradient-to: #0d9488 !important;
  }

  .\32xl\:tw-to-teal-700 {
    --tw-gradient-to: #0f766e !important;
  }

  .\32xl\:tw-to-teal-800 {
    --tw-gradient-to: #115e59 !important;
  }

  .\32xl\:tw-to-teal-900 {
    --tw-gradient-to: #134e4a !important;
  }

  .\32xl\:tw-to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:tw-to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:tw-to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:tw-to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:tw-to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:tw-to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:tw-to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:tw-to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:tw-to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:tw-to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:tw-to-lightBlue-50 {
    --tw-gradient-to: #f0f9ff !important;
  }

  .\32xl\:tw-to-lightBlue-100 {
    --tw-gradient-to: #e0f2fe !important;
  }

  .\32xl\:tw-to-lightBlue-200 {
    --tw-gradient-to: #bae6fd !important;
  }

  .\32xl\:tw-to-lightBlue-300 {
    --tw-gradient-to: #7dd3fc !important;
  }

  .\32xl\:tw-to-lightBlue-400 {
    --tw-gradient-to: #38bdf8 !important;
  }

  .\32xl\:tw-to-lightBlue-500 {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .\32xl\:tw-to-lightBlue-600 {
    --tw-gradient-to: #0284c7 !important;
  }

  .\32xl\:tw-to-lightBlue-700 {
    --tw-gradient-to: #0369a1 !important;
  }

  .\32xl\:tw-to-lightBlue-800 {
    --tw-gradient-to: #075985 !important;
  }

  .\32xl\:tw-to-lightBlue-900 {
    --tw-gradient-to: #0c4a6e !important;
  }

  .\32xl\:tw-to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:tw-to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:tw-to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:tw-to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:tw-to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:tw-to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:tw-to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:tw-to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:tw-to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:tw-to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:tw-to-violet-50 {
    --tw-gradient-to: #f5f3ff !important;
  }

  .\32xl\:tw-to-violet-100 {
    --tw-gradient-to: #ede9fe !important;
  }

  .\32xl\:tw-to-violet-200 {
    --tw-gradient-to: #ddd6fe !important;
  }

  .\32xl\:tw-to-violet-300 {
    --tw-gradient-to: #c4b5fd !important;
  }

  .\32xl\:tw-to-violet-400 {
    --tw-gradient-to: #a78bfa !important;
  }

  .\32xl\:tw-to-violet-500 {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .\32xl\:tw-to-violet-600 {
    --tw-gradient-to: #7c3aed !important;
  }

  .\32xl\:tw-to-violet-700 {
    --tw-gradient-to: #6d28d9 !important;
  }

  .\32xl\:tw-to-violet-800 {
    --tw-gradient-to: #5b21b6 !important;
  }

  .\32xl\:tw-to-violet-900 {
    --tw-gradient-to: #4c1d95 !important;
  }

  .\32xl\:tw-to-purple-50 {
    --tw-gradient-to: #faf5ff !important;
  }

  .\32xl\:tw-to-purple-100 {
    --tw-gradient-to: #f3e8ff !important;
  }

  .\32xl\:tw-to-purple-200 {
    --tw-gradient-to: #e9d5ff !important;
  }

  .\32xl\:tw-to-purple-300 {
    --tw-gradient-to: #d8b4fe !important;
  }

  .\32xl\:tw-to-purple-400 {
    --tw-gradient-to: #c084fc !important;
  }

  .\32xl\:tw-to-purple-500 {
    --tw-gradient-to: #a855f7 !important;
  }

  .\32xl\:tw-to-purple-600 {
    --tw-gradient-to: #9333ea !important;
  }

  .\32xl\:tw-to-purple-700 {
    --tw-gradient-to: #7e22ce !important;
  }

  .\32xl\:tw-to-purple-800 {
    --tw-gradient-to: #6b21a8 !important;
  }

  .\32xl\:tw-to-purple-900 {
    --tw-gradient-to: #581c87 !important;
  }

  .\32xl\:tw-to-fuchsia-50 {
    --tw-gradient-to: #fdf4ff !important;
  }

  .\32xl\:tw-to-fuchsia-100 {
    --tw-gradient-to: #fae8ff !important;
  }

  .\32xl\:tw-to-fuchsia-200 {
    --tw-gradient-to: #f5d0fe !important;
  }

  .\32xl\:tw-to-fuchsia-300 {
    --tw-gradient-to: #f0abfc !important;
  }

  .\32xl\:tw-to-fuchsia-400 {
    --tw-gradient-to: #e879f9 !important;
  }

  .\32xl\:tw-to-fuchsia-500 {
    --tw-gradient-to: #d946ef !important;
  }

  .\32xl\:tw-to-fuchsia-600 {
    --tw-gradient-to: #c026d3 !important;
  }

  .\32xl\:tw-to-fuchsia-700 {
    --tw-gradient-to: #a21caf !important;
  }

  .\32xl\:tw-to-fuchsia-800 {
    --tw-gradient-to: #86198f !important;
  }

  .\32xl\:tw-to-fuchsia-900 {
    --tw-gradient-to: #701a75 !important;
  }

  .\32xl\:tw-to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:tw-to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:tw-to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:tw-to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:tw-to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:tw-to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:tw-to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:tw-to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:tw-to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:tw-to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:tw-to-rose-50 {
    --tw-gradient-to: #fff1f2 !important;
  }

  .\32xl\:tw-to-rose-100 {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .\32xl\:tw-to-rose-200 {
    --tw-gradient-to: #fecdd3 !important;
  }

  .\32xl\:tw-to-rose-300 {
    --tw-gradient-to: #fda4af !important;
  }

  .\32xl\:tw-to-rose-400 {
    --tw-gradient-to: #fb7185 !important;
  }

  .\32xl\:tw-to-rose-500 {
    --tw-gradient-to: #f43f5e !important;
  }

  .\32xl\:tw-to-rose-600 {
    --tw-gradient-to: #e11d48 !important;
  }

  .\32xl\:tw-to-rose-700 {
    --tw-gradient-to: #be123c !important;
  }

  .\32xl\:tw-to-rose-800 {
    --tw-gradient-to: #9f1239 !important;
  }

  .\32xl\:tw-to-rose-900 {
    --tw-gradient-to: #881337 !important;
  }

  .\32xl\:hover\:tw-from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:hover\:tw-from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-50:hover {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-100:hover {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-200:hover {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-300:hover {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-400:hover {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-500:hover {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-600:hover {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-700:hover {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-800:hover {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blueGray-900:hover {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:tw-from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-50:hover {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-100:hover {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-200:hover {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-300:hover {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-400:hover {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-500:hover {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-600:hover {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-700:hover {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-800:hover {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:hover\:tw-from-amber-900:hover {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-50:hover {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-100:hover {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-200:hover {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-300:hover {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-400:hover {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-500:hover {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-600:hover {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-700:hover {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-800:hover {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-from-orange-900:hover {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-50:hover {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-100:hover {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-300:hover {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-400:hover {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-600:hover {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-700:hover {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-800:hover {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:hover\:tw-from-yellow-900:hover {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-50:hover {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-100:hover {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-200:hover {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-300:hover {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-400:hover {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-500:hover {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-600:hover {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-700:hover {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-800:hover {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:hover\:tw-from-green-900:hover {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:hover\:tw-from-emerald-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-50:hover {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-100:hover {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-200:hover {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-300:hover {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-400:hover {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-500:hover {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-600:hover {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-700:hover {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-800:hover {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:hover\:tw-from-teal-900:hover {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:hover\:tw-from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-50:hover {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-100:hover {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-200:hover {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-300:hover {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-400:hover {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-500:hover {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-600:hover {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-700:hover {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-800:hover {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:hover\:tw-from-lightBlue-900:hover {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:hover\:tw-from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-50:hover {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-100:hover {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-200:hover {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-300:hover {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-400:hover {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-500:hover {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-600:hover {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-700:hover {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-800:hover {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:hover\:tw-from-violet-900:hover {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-50:hover {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-100:hover {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-200:hover {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-300:hover {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-400:hover {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-500:hover {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-600:hover {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-700:hover {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-800:hover {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:hover\:tw-from-purple-900:hover {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-50:hover {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-100:hover {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-200:hover {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-300:hover {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-400:hover {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-500:hover {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-600:hover {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-700:hover {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-800:hover {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:hover\:tw-from-fuchsia-900:hover {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:hover\:tw-from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-50:hover {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-100:hover {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-200:hover {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-300:hover {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-400:hover {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-500:hover {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-600:hover {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-700:hover {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-800:hover {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:hover\:tw-from-rose-900:hover {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:hover\:tw-via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:tw-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:hover\:tw-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blueGray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:tw-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:hover\:tw-via-amber-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:hover\:tw-via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:hover\:tw-via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:hover\:tw-via-emerald-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:hover\:tw-via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:hover\:tw-via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:hover\:tw-via-lightBlue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:hover\:tw-via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:hover\:tw-via-violet-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:hover\:tw-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:hover\:tw-via-fuchsia-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:hover\:tw-via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:hover\:tw-via-rose-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:hover\:tw-to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:hover\:tw-to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:hover\:tw-to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:hover\:tw-to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:hover\:tw-to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:hover\:tw-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:hover\:tw-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:hover\:tw-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:hover\:tw-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:hover\:tw-to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:hover\:tw-to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:hover\:tw-to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:hover\:tw-to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:hover\:tw-to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:hover\:tw-to-blueGray-50:hover {
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:hover\:tw-to-blueGray-100:hover {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-200:hover {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-300:hover {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-400:hover {
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-500:hover {
    --tw-gradient-to: #64748b !important;
  }

  .\32xl\:hover\:tw-to-blueGray-600:hover {
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-700:hover {
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:hover\:tw-to-blueGray-800:hover {
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:hover\:tw-to-blueGray-900:hover {
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:hover\:tw-to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:hover\:tw-to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:hover\:tw-to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:hover\:tw-to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:hover\:tw-to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:hover\:tw-to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:hover\:tw-to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:hover\:tw-to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:hover\:tw-to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:hover\:tw-to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:hover\:tw-to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:hover\:tw-to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:hover\:tw-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:hover\:tw-to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:hover\:tw-to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:hover\:tw-to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:hover\:tw-to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:hover\:tw-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:hover\:tw-to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:hover\:tw-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:hover\:tw-to-amber-50:hover {
    --tw-gradient-to: #fffbeb !important;
  }

  .\32xl\:hover\:tw-to-amber-100:hover {
    --tw-gradient-to: #fef3c7 !important;
  }

  .\32xl\:hover\:tw-to-amber-200:hover {
    --tw-gradient-to: #fde68a !important;
  }

  .\32xl\:hover\:tw-to-amber-300:hover {
    --tw-gradient-to: #fcd34d !important;
  }

  .\32xl\:hover\:tw-to-amber-400:hover {
    --tw-gradient-to: #fbbf24 !important;
  }

  .\32xl\:hover\:tw-to-amber-500:hover {
    --tw-gradient-to: #f59e0b !important;
  }

  .\32xl\:hover\:tw-to-amber-600:hover {
    --tw-gradient-to: #d97706 !important;
  }

  .\32xl\:hover\:tw-to-amber-700:hover {
    --tw-gradient-to: #b45309 !important;
  }

  .\32xl\:hover\:tw-to-amber-800:hover {
    --tw-gradient-to: #92400e !important;
  }

  .\32xl\:hover\:tw-to-amber-900:hover {
    --tw-gradient-to: #78350f !important;
  }

  .\32xl\:hover\:tw-to-orange-50:hover {
    --tw-gradient-to: #fff7ed !important;
  }

  .\32xl\:hover\:tw-to-orange-100:hover {
    --tw-gradient-to: #ffedd5 !important;
  }

  .\32xl\:hover\:tw-to-orange-200:hover {
    --tw-gradient-to: #fed7aa !important;
  }

  .\32xl\:hover\:tw-to-orange-300:hover {
    --tw-gradient-to: #fdba74 !important;
  }

  .\32xl\:hover\:tw-to-orange-400:hover {
    --tw-gradient-to: #fb923c !important;
  }

  .\32xl\:hover\:tw-to-orange-500:hover {
    --tw-gradient-to: #f97316 !important;
  }

  .\32xl\:hover\:tw-to-orange-600:hover {
    --tw-gradient-to: #ea580c !important;
  }

  .\32xl\:hover\:tw-to-orange-700:hover {
    --tw-gradient-to: #c2410c !important;
  }

  .\32xl\:hover\:tw-to-orange-800:hover {
    --tw-gradient-to: #9a3412 !important;
  }

  .\32xl\:hover\:tw-to-orange-900:hover {
    --tw-gradient-to: #7c2d12 !important;
  }

  .\32xl\:hover\:tw-to-yellow-50:hover {
    --tw-gradient-to: #fefce8 !important;
  }

  .\32xl\:hover\:tw-to-yellow-100:hover {
    --tw-gradient-to: #fef9c3 !important;
  }

  .\32xl\:hover\:tw-to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:hover\:tw-to-yellow-300:hover {
    --tw-gradient-to: #fde047 !important;
  }

  .\32xl\:hover\:tw-to-yellow-400:hover {
    --tw-gradient-to: #facc15 !important;
  }

  .\32xl\:hover\:tw-to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:hover\:tw-to-yellow-600:hover {
    --tw-gradient-to: #ca8a04 !important;
  }

  .\32xl\:hover\:tw-to-yellow-700:hover {
    --tw-gradient-to: #a16207 !important;
  }

  .\32xl\:hover\:tw-to-yellow-800:hover {
    --tw-gradient-to: #854d0e !important;
  }

  .\32xl\:hover\:tw-to-yellow-900:hover {
    --tw-gradient-to: #713f12 !important;
  }

  .\32xl\:hover\:tw-to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:hover\:tw-to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:hover\:tw-to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:hover\:tw-to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:hover\:tw-to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:hover\:tw-to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:hover\:tw-to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:hover\:tw-to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:hover\:tw-to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:hover\:tw-to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:hover\:tw-to-green-50:hover {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .\32xl\:hover\:tw-to-green-100:hover {
    --tw-gradient-to: #dcfce7 !important;
  }

  .\32xl\:hover\:tw-to-green-200:hover {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .\32xl\:hover\:tw-to-green-300:hover {
    --tw-gradient-to: #86efac !important;
  }

  .\32xl\:hover\:tw-to-green-400:hover {
    --tw-gradient-to: #4ade80 !important;
  }

  .\32xl\:hover\:tw-to-green-500:hover {
    --tw-gradient-to: #22c55e !important;
  }

  .\32xl\:hover\:tw-to-green-600:hover {
    --tw-gradient-to: #16a34a !important;
  }

  .\32xl\:hover\:tw-to-green-700:hover {
    --tw-gradient-to: #15803d !important;
  }

  .\32xl\:hover\:tw-to-green-800:hover {
    --tw-gradient-to: #166534 !important;
  }

  .\32xl\:hover\:tw-to-green-900:hover {
    --tw-gradient-to: #14532d !important;
  }

  .\32xl\:hover\:tw-to-emerald-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:hover\:tw-to-emerald-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:hover\:tw-to-emerald-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:hover\:tw-to-emerald-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:hover\:tw-to-emerald-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:hover\:tw-to-emerald-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:hover\:tw-to-emerald-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:hover\:tw-to-emerald-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:hover\:tw-to-emerald-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:hover\:tw-to-emerald-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:hover\:tw-to-teal-50:hover {
    --tw-gradient-to: #f0fdfa !important;
  }

  .\32xl\:hover\:tw-to-teal-100:hover {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .\32xl\:hover\:tw-to-teal-200:hover {
    --tw-gradient-to: #99f6e4 !important;
  }

  .\32xl\:hover\:tw-to-teal-300:hover {
    --tw-gradient-to: #5eead4 !important;
  }

  .\32xl\:hover\:tw-to-teal-400:hover {
    --tw-gradient-to: #2dd4bf !important;
  }

  .\32xl\:hover\:tw-to-teal-500:hover {
    --tw-gradient-to: #14b8a6 !important;
  }

  .\32xl\:hover\:tw-to-teal-600:hover {
    --tw-gradient-to: #0d9488 !important;
  }

  .\32xl\:hover\:tw-to-teal-700:hover {
    --tw-gradient-to: #0f766e !important;
  }

  .\32xl\:hover\:tw-to-teal-800:hover {
    --tw-gradient-to: #115e59 !important;
  }

  .\32xl\:hover\:tw-to-teal-900:hover {
    --tw-gradient-to: #134e4a !important;
  }

  .\32xl\:hover\:tw-to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:hover\:tw-to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:hover\:tw-to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:hover\:tw-to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:hover\:tw-to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:hover\:tw-to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:hover\:tw-to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:hover\:tw-to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:hover\:tw-to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:hover\:tw-to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-50:hover {
    --tw-gradient-to: #f0f9ff !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-100:hover {
    --tw-gradient-to: #e0f2fe !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-200:hover {
    --tw-gradient-to: #bae6fd !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-300:hover {
    --tw-gradient-to: #7dd3fc !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-400:hover {
    --tw-gradient-to: #38bdf8 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-500:hover {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-600:hover {
    --tw-gradient-to: #0284c7 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-700:hover {
    --tw-gradient-to: #0369a1 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-800:hover {
    --tw-gradient-to: #075985 !important;
  }

  .\32xl\:hover\:tw-to-lightBlue-900:hover {
    --tw-gradient-to: #0c4a6e !important;
  }

  .\32xl\:hover\:tw-to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:hover\:tw-to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:hover\:tw-to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:hover\:tw-to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:hover\:tw-to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:hover\:tw-to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:hover\:tw-to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:hover\:tw-to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:hover\:tw-to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:hover\:tw-to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:hover\:tw-to-violet-50:hover {
    --tw-gradient-to: #f5f3ff !important;
  }

  .\32xl\:hover\:tw-to-violet-100:hover {
    --tw-gradient-to: #ede9fe !important;
  }

  .\32xl\:hover\:tw-to-violet-200:hover {
    --tw-gradient-to: #ddd6fe !important;
  }

  .\32xl\:hover\:tw-to-violet-300:hover {
    --tw-gradient-to: #c4b5fd !important;
  }

  .\32xl\:hover\:tw-to-violet-400:hover {
    --tw-gradient-to: #a78bfa !important;
  }

  .\32xl\:hover\:tw-to-violet-500:hover {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .\32xl\:hover\:tw-to-violet-600:hover {
    --tw-gradient-to: #7c3aed !important;
  }

  .\32xl\:hover\:tw-to-violet-700:hover {
    --tw-gradient-to: #6d28d9 !important;
  }

  .\32xl\:hover\:tw-to-violet-800:hover {
    --tw-gradient-to: #5b21b6 !important;
  }

  .\32xl\:hover\:tw-to-violet-900:hover {
    --tw-gradient-to: #4c1d95 !important;
  }

  .\32xl\:hover\:tw-to-purple-50:hover {
    --tw-gradient-to: #faf5ff !important;
  }

  .\32xl\:hover\:tw-to-purple-100:hover {
    --tw-gradient-to: #f3e8ff !important;
  }

  .\32xl\:hover\:tw-to-purple-200:hover {
    --tw-gradient-to: #e9d5ff !important;
  }

  .\32xl\:hover\:tw-to-purple-300:hover {
    --tw-gradient-to: #d8b4fe !important;
  }

  .\32xl\:hover\:tw-to-purple-400:hover {
    --tw-gradient-to: #c084fc !important;
  }

  .\32xl\:hover\:tw-to-purple-500:hover {
    --tw-gradient-to: #a855f7 !important;
  }

  .\32xl\:hover\:tw-to-purple-600:hover {
    --tw-gradient-to: #9333ea !important;
  }

  .\32xl\:hover\:tw-to-purple-700:hover {
    --tw-gradient-to: #7e22ce !important;
  }

  .\32xl\:hover\:tw-to-purple-800:hover {
    --tw-gradient-to: #6b21a8 !important;
  }

  .\32xl\:hover\:tw-to-purple-900:hover {
    --tw-gradient-to: #581c87 !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-50:hover {
    --tw-gradient-to: #fdf4ff !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-100:hover {
    --tw-gradient-to: #fae8ff !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-200:hover {
    --tw-gradient-to: #f5d0fe !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-300:hover {
    --tw-gradient-to: #f0abfc !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-400:hover {
    --tw-gradient-to: #e879f9 !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-500:hover {
    --tw-gradient-to: #d946ef !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-600:hover {
    --tw-gradient-to: #c026d3 !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-700:hover {
    --tw-gradient-to: #a21caf !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-800:hover {
    --tw-gradient-to: #86198f !important;
  }

  .\32xl\:hover\:tw-to-fuchsia-900:hover {
    --tw-gradient-to: #701a75 !important;
  }

  .\32xl\:hover\:tw-to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:hover\:tw-to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:hover\:tw-to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:hover\:tw-to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:hover\:tw-to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:hover\:tw-to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:hover\:tw-to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:hover\:tw-to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:hover\:tw-to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:hover\:tw-to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:hover\:tw-to-rose-50:hover {
    --tw-gradient-to: #fff1f2 !important;
  }

  .\32xl\:hover\:tw-to-rose-100:hover {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .\32xl\:hover\:tw-to-rose-200:hover {
    --tw-gradient-to: #fecdd3 !important;
  }

  .\32xl\:hover\:tw-to-rose-300:hover {
    --tw-gradient-to: #fda4af !important;
  }

  .\32xl\:hover\:tw-to-rose-400:hover {
    --tw-gradient-to: #fb7185 !important;
  }

  .\32xl\:hover\:tw-to-rose-500:hover {
    --tw-gradient-to: #f43f5e !important;
  }

  .\32xl\:hover\:tw-to-rose-600:hover {
    --tw-gradient-to: #e11d48 !important;
  }

  .\32xl\:hover\:tw-to-rose-700:hover {
    --tw-gradient-to: #be123c !important;
  }

  .\32xl\:hover\:tw-to-rose-800:hover {
    --tw-gradient-to: #9f1239 !important;
  }

  .\32xl\:hover\:tw-to-rose-900:hover {
    --tw-gradient-to: #881337 !important;
  }

  .\32xl\:focus\:tw-from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:focus\:tw-from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-50:focus {
    --tw-gradient-from: #f8fafc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-100:focus {
    --tw-gradient-from: #f1f5f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-200:focus {
    --tw-gradient-from: #e2e8f0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-300:focus {
    --tw-gradient-from: #cbd5e1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-400:focus {
    --tw-gradient-from: #94a3b8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-500:focus {
    --tw-gradient-from: #64748b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-600:focus {
    --tw-gradient-from: #475569 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-700:focus {
    --tw-gradient-from: #334155 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-800:focus {
    --tw-gradient-from: #1e293b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blueGray-900:focus {
    --tw-gradient-from: #0f172a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:tw-from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-50:focus {
    --tw-gradient-from: #fffbeb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-100:focus {
    --tw-gradient-from: #fef3c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-200:focus {
    --tw-gradient-from: #fde68a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-300:focus {
    --tw-gradient-from: #fcd34d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-400:focus {
    --tw-gradient-from: #fbbf24 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-500:focus {
    --tw-gradient-from: #f59e0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-600:focus {
    --tw-gradient-from: #d97706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-700:focus {
    --tw-gradient-from: #b45309 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-800:focus {
    --tw-gradient-from: #92400e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:focus\:tw-from-amber-900:focus {
    --tw-gradient-from: #78350f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-50:focus {
    --tw-gradient-from: #fff7ed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-100:focus {
    --tw-gradient-from: #ffedd5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-200:focus {
    --tw-gradient-from: #fed7aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-300:focus {
    --tw-gradient-from: #fdba74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-400:focus {
    --tw-gradient-from: #fb923c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-500:focus {
    --tw-gradient-from: #f97316 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-600:focus {
    --tw-gradient-from: #ea580c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-700:focus {
    --tw-gradient-from: #c2410c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-800:focus {
    --tw-gradient-from: #9a3412 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-from-orange-900:focus {
    --tw-gradient-from: #7c2d12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-50:focus {
    --tw-gradient-from: #fefce8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-100:focus {
    --tw-gradient-from: #fef9c3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-300:focus {
    --tw-gradient-from: #fde047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-400:focus {
    --tw-gradient-from: #facc15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-600:focus {
    --tw-gradient-from: #ca8a04 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-700:focus {
    --tw-gradient-from: #a16207 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-800:focus {
    --tw-gradient-from: #854d0e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:focus\:tw-from-yellow-900:focus {
    --tw-gradient-from: #713f12 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-50:focus {
    --tw-gradient-from: #f0fdf4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-100:focus {
    --tw-gradient-from: #dcfce7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-200:focus {
    --tw-gradient-from: #bbf7d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-300:focus {
    --tw-gradient-from: #86efac !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-400:focus {
    --tw-gradient-from: #4ade80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-500:focus {
    --tw-gradient-from: #22c55e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-600:focus {
    --tw-gradient-from: #16a34a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-700:focus {
    --tw-gradient-from: #15803d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-800:focus {
    --tw-gradient-from: #166534 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:focus\:tw-from-green-900:focus {
    --tw-gradient-from: #14532d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:focus\:tw-from-emerald-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-50:focus {
    --tw-gradient-from: #f0fdfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-100:focus {
    --tw-gradient-from: #ccfbf1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-200:focus {
    --tw-gradient-from: #99f6e4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-300:focus {
    --tw-gradient-from: #5eead4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-400:focus {
    --tw-gradient-from: #2dd4bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-500:focus {
    --tw-gradient-from: #14b8a6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-600:focus {
    --tw-gradient-from: #0d9488 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-700:focus {
    --tw-gradient-from: #0f766e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-800:focus {
    --tw-gradient-from: #115e59 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:focus\:tw-from-teal-900:focus {
    --tw-gradient-from: #134e4a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:focus\:tw-from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-50:focus {
    --tw-gradient-from: #f0f9ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-100:focus {
    --tw-gradient-from: #e0f2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-200:focus {
    --tw-gradient-from: #bae6fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-300:focus {
    --tw-gradient-from: #7dd3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-400:focus {
    --tw-gradient-from: #38bdf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-500:focus {
    --tw-gradient-from: #0ea5e9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-600:focus {
    --tw-gradient-from: #0284c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-700:focus {
    --tw-gradient-from: #0369a1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-800:focus {
    --tw-gradient-from: #075985 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:focus\:tw-from-lightBlue-900:focus {
    --tw-gradient-from: #0c4a6e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:focus\:tw-from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-50:focus {
    --tw-gradient-from: #f5f3ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-100:focus {
    --tw-gradient-from: #ede9fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-200:focus {
    --tw-gradient-from: #ddd6fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-300:focus {
    --tw-gradient-from: #c4b5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-400:focus {
    --tw-gradient-from: #a78bfa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-500:focus {
    --tw-gradient-from: #8b5cf6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-600:focus {
    --tw-gradient-from: #7c3aed !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-700:focus {
    --tw-gradient-from: #6d28d9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-800:focus {
    --tw-gradient-from: #5b21b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:focus\:tw-from-violet-900:focus {
    --tw-gradient-from: #4c1d95 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-50:focus {
    --tw-gradient-from: #faf5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-100:focus {
    --tw-gradient-from: #f3e8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-200:focus {
    --tw-gradient-from: #e9d5ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-300:focus {
    --tw-gradient-from: #d8b4fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-400:focus {
    --tw-gradient-from: #c084fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-500:focus {
    --tw-gradient-from: #a855f7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-600:focus {
    --tw-gradient-from: #9333ea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-700:focus {
    --tw-gradient-from: #7e22ce !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-800:focus {
    --tw-gradient-from: #6b21a8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:focus\:tw-from-purple-900:focus {
    --tw-gradient-from: #581c87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-50:focus {
    --tw-gradient-from: #fdf4ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-100:focus {
    --tw-gradient-from: #fae8ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-200:focus {
    --tw-gradient-from: #f5d0fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-300:focus {
    --tw-gradient-from: #f0abfc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-400:focus {
    --tw-gradient-from: #e879f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-500:focus {
    --tw-gradient-from: #d946ef !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-600:focus {
    --tw-gradient-from: #c026d3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-700:focus {
    --tw-gradient-from: #a21caf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-800:focus {
    --tw-gradient-from: #86198f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:focus\:tw-from-fuchsia-900:focus {
    --tw-gradient-from: #701a75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:focus\:tw-from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-50:focus {
    --tw-gradient-from: #fff1f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-100:focus {
    --tw-gradient-from: #ffe4e6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-200:focus {
    --tw-gradient-from: #fecdd3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-300:focus {
    --tw-gradient-from: #fda4af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-400:focus {
    --tw-gradient-from: #fb7185 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-500:focus {
    --tw-gradient-from: #f43f5e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-600:focus {
    --tw-gradient-from: #e11d48 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-700:focus {
    --tw-gradient-from: #be123c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-800:focus {
    --tw-gradient-from: #9f1239 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:focus\:tw-from-rose-900:focus {
    --tw-gradient-from: #881337 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:focus\:tw-via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:tw-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:focus\:tw-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8fafc, var(--tw-gradient-to, rgba(248, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9, var(--tw-gradient-to, rgba(241, 245, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0, var(--tw-gradient-to, rgba(226, 232, 240, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1, var(--tw-gradient-to, rgba(203, 213, 225, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #94a3b8, var(--tw-gradient-to, rgba(148, 163, 184, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #64748b, var(--tw-gradient-to, rgba(100, 116, 139, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #475569, var(--tw-gradient-to, rgba(71, 85, 105, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #334155, var(--tw-gradient-to, rgba(51, 65, 85, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e293b, var(--tw-gradient-to, rgba(30, 41, 59, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blueGray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f172a, var(--tw-gradient-to, rgba(15, 23, 42, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:tw-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0)) !important;
  }

  .\32xl\:focus\:tw-via-amber-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff7ed, var(--tw-gradient-to, rgba(255, 247, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffedd5, var(--tw-gradient-to, rgba(255, 237, 213, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7aa, var(--tw-gradient-to, rgba(254, 215, 170, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdba74, var(--tw-gradient-to, rgba(253, 186, 116, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb923c, var(--tw-gradient-to, rgba(251, 146, 60, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f97316, var(--tw-gradient-to, rgba(249, 115, 22, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ea580c, var(--tw-gradient-to, rgba(234, 88, 12, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c2410c, var(--tw-gradient-to, rgba(194, 65, 12, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9a3412, var(--tw-gradient-to, rgba(154, 52, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c2d12, var(--tw-gradient-to, rgba(124, 45, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to, rgba(254, 252, 232, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to, rgba(254, 249, 195, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to, rgba(253, 224, 71, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to, rgba(250, 204, 21, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to, rgba(202, 138, 4, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a16207, var(--tw-gradient-to, rgba(161, 98, 7, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to, rgba(133, 77, 14, 0)) !important;
  }

  .\32xl\:focus\:tw-via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #713f12, var(--tw-gradient-to, rgba(113, 63, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0)) !important;
  }

  .\32xl\:focus\:tw-via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:focus\:tw-via-emerald-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0)) !important;
  }

  .\32xl\:focus\:tw-via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:focus\:tw-via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0)) !important;
  }

  .\32xl\:focus\:tw-via-lightBlue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:focus\:tw-via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0)) !important;
  }

  .\32xl\:focus\:tw-via-violet-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0)) !important;
  }

  .\32xl\:focus\:tw-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0)) !important;
  }

  .\32xl\:focus\:tw-via-fuchsia-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:focus\:tw-via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0)) !important;
  }

  .\32xl\:focus\:tw-via-rose-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0)) !important;
  }

  .\32xl\:focus\:tw-to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:focus\:tw-to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:focus\:tw-to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:focus\:tw-to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:focus\:tw-to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:focus\:tw-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:focus\:tw-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:focus\:tw-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:focus\:tw-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:focus\:tw-to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:focus\:tw-to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:focus\:tw-to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:focus\:tw-to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:focus\:tw-to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:focus\:tw-to-blueGray-50:focus {
    --tw-gradient-to: #f8fafc !important;
  }

  .\32xl\:focus\:tw-to-blueGray-100:focus {
    --tw-gradient-to: #f1f5f9 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-200:focus {
    --tw-gradient-to: #e2e8f0 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-300:focus {
    --tw-gradient-to: #cbd5e1 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-400:focus {
    --tw-gradient-to: #94a3b8 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-500:focus {
    --tw-gradient-to: #64748b !important;
  }

  .\32xl\:focus\:tw-to-blueGray-600:focus {
    --tw-gradient-to: #475569 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-700:focus {
    --tw-gradient-to: #334155 !important;
  }

  .\32xl\:focus\:tw-to-blueGray-800:focus {
    --tw-gradient-to: #1e293b !important;
  }

  .\32xl\:focus\:tw-to-blueGray-900:focus {
    --tw-gradient-to: #0f172a !important;
  }

  .\32xl\:focus\:tw-to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:focus\:tw-to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:focus\:tw-to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:focus\:tw-to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:focus\:tw-to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:focus\:tw-to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:focus\:tw-to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:focus\:tw-to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:focus\:tw-to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:focus\:tw-to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:focus\:tw-to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:focus\:tw-to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:focus\:tw-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:focus\:tw-to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:focus\:tw-to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:focus\:tw-to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:focus\:tw-to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:focus\:tw-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:focus\:tw-to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:focus\:tw-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:focus\:tw-to-amber-50:focus {
    --tw-gradient-to: #fffbeb !important;
  }

  .\32xl\:focus\:tw-to-amber-100:focus {
    --tw-gradient-to: #fef3c7 !important;
  }

  .\32xl\:focus\:tw-to-amber-200:focus {
    --tw-gradient-to: #fde68a !important;
  }

  .\32xl\:focus\:tw-to-amber-300:focus {
    --tw-gradient-to: #fcd34d !important;
  }

  .\32xl\:focus\:tw-to-amber-400:focus {
    --tw-gradient-to: #fbbf24 !important;
  }

  .\32xl\:focus\:tw-to-amber-500:focus {
    --tw-gradient-to: #f59e0b !important;
  }

  .\32xl\:focus\:tw-to-amber-600:focus {
    --tw-gradient-to: #d97706 !important;
  }

  .\32xl\:focus\:tw-to-amber-700:focus {
    --tw-gradient-to: #b45309 !important;
  }

  .\32xl\:focus\:tw-to-amber-800:focus {
    --tw-gradient-to: #92400e !important;
  }

  .\32xl\:focus\:tw-to-amber-900:focus {
    --tw-gradient-to: #78350f !important;
  }

  .\32xl\:focus\:tw-to-orange-50:focus {
    --tw-gradient-to: #fff7ed !important;
  }

  .\32xl\:focus\:tw-to-orange-100:focus {
    --tw-gradient-to: #ffedd5 !important;
  }

  .\32xl\:focus\:tw-to-orange-200:focus {
    --tw-gradient-to: #fed7aa !important;
  }

  .\32xl\:focus\:tw-to-orange-300:focus {
    --tw-gradient-to: #fdba74 !important;
  }

  .\32xl\:focus\:tw-to-orange-400:focus {
    --tw-gradient-to: #fb923c !important;
  }

  .\32xl\:focus\:tw-to-orange-500:focus {
    --tw-gradient-to: #f97316 !important;
  }

  .\32xl\:focus\:tw-to-orange-600:focus {
    --tw-gradient-to: #ea580c !important;
  }

  .\32xl\:focus\:tw-to-orange-700:focus {
    --tw-gradient-to: #c2410c !important;
  }

  .\32xl\:focus\:tw-to-orange-800:focus {
    --tw-gradient-to: #9a3412 !important;
  }

  .\32xl\:focus\:tw-to-orange-900:focus {
    --tw-gradient-to: #7c2d12 !important;
  }

  .\32xl\:focus\:tw-to-yellow-50:focus {
    --tw-gradient-to: #fefce8 !important;
  }

  .\32xl\:focus\:tw-to-yellow-100:focus {
    --tw-gradient-to: #fef9c3 !important;
  }

  .\32xl\:focus\:tw-to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:focus\:tw-to-yellow-300:focus {
    --tw-gradient-to: #fde047 !important;
  }

  .\32xl\:focus\:tw-to-yellow-400:focus {
    --tw-gradient-to: #facc15 !important;
  }

  .\32xl\:focus\:tw-to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:focus\:tw-to-yellow-600:focus {
    --tw-gradient-to: #ca8a04 !important;
  }

  .\32xl\:focus\:tw-to-yellow-700:focus {
    --tw-gradient-to: #a16207 !important;
  }

  .\32xl\:focus\:tw-to-yellow-800:focus {
    --tw-gradient-to: #854d0e !important;
  }

  .\32xl\:focus\:tw-to-yellow-900:focus {
    --tw-gradient-to: #713f12 !important;
  }

  .\32xl\:focus\:tw-to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:focus\:tw-to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:focus\:tw-to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:focus\:tw-to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:focus\:tw-to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:focus\:tw-to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:focus\:tw-to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:focus\:tw-to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:focus\:tw-to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:focus\:tw-to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:focus\:tw-to-green-50:focus {
    --tw-gradient-to: #f0fdf4 !important;
  }

  .\32xl\:focus\:tw-to-green-100:focus {
    --tw-gradient-to: #dcfce7 !important;
  }

  .\32xl\:focus\:tw-to-green-200:focus {
    --tw-gradient-to: #bbf7d0 !important;
  }

  .\32xl\:focus\:tw-to-green-300:focus {
    --tw-gradient-to: #86efac !important;
  }

  .\32xl\:focus\:tw-to-green-400:focus {
    --tw-gradient-to: #4ade80 !important;
  }

  .\32xl\:focus\:tw-to-green-500:focus {
    --tw-gradient-to: #22c55e !important;
  }

  .\32xl\:focus\:tw-to-green-600:focus {
    --tw-gradient-to: #16a34a !important;
  }

  .\32xl\:focus\:tw-to-green-700:focus {
    --tw-gradient-to: #15803d !important;
  }

  .\32xl\:focus\:tw-to-green-800:focus {
    --tw-gradient-to: #166534 !important;
  }

  .\32xl\:focus\:tw-to-green-900:focus {
    --tw-gradient-to: #14532d !important;
  }

  .\32xl\:focus\:tw-to-emerald-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:focus\:tw-to-emerald-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:focus\:tw-to-emerald-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:focus\:tw-to-emerald-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:focus\:tw-to-emerald-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:focus\:tw-to-emerald-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:focus\:tw-to-emerald-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:focus\:tw-to-emerald-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:focus\:tw-to-emerald-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:focus\:tw-to-emerald-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:focus\:tw-to-teal-50:focus {
    --tw-gradient-to: #f0fdfa !important;
  }

  .\32xl\:focus\:tw-to-teal-100:focus {
    --tw-gradient-to: #ccfbf1 !important;
  }

  .\32xl\:focus\:tw-to-teal-200:focus {
    --tw-gradient-to: #99f6e4 !important;
  }

  .\32xl\:focus\:tw-to-teal-300:focus {
    --tw-gradient-to: #5eead4 !important;
  }

  .\32xl\:focus\:tw-to-teal-400:focus {
    --tw-gradient-to: #2dd4bf !important;
  }

  .\32xl\:focus\:tw-to-teal-500:focus {
    --tw-gradient-to: #14b8a6 !important;
  }

  .\32xl\:focus\:tw-to-teal-600:focus {
    --tw-gradient-to: #0d9488 !important;
  }

  .\32xl\:focus\:tw-to-teal-700:focus {
    --tw-gradient-to: #0f766e !important;
  }

  .\32xl\:focus\:tw-to-teal-800:focus {
    --tw-gradient-to: #115e59 !important;
  }

  .\32xl\:focus\:tw-to-teal-900:focus {
    --tw-gradient-to: #134e4a !important;
  }

  .\32xl\:focus\:tw-to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:focus\:tw-to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:focus\:tw-to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:focus\:tw-to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:focus\:tw-to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:focus\:tw-to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:focus\:tw-to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:focus\:tw-to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:focus\:tw-to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:focus\:tw-to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-50:focus {
    --tw-gradient-to: #f0f9ff !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-100:focus {
    --tw-gradient-to: #e0f2fe !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-200:focus {
    --tw-gradient-to: #bae6fd !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-300:focus {
    --tw-gradient-to: #7dd3fc !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-400:focus {
    --tw-gradient-to: #38bdf8 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-500:focus {
    --tw-gradient-to: #0ea5e9 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-600:focus {
    --tw-gradient-to: #0284c7 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-700:focus {
    --tw-gradient-to: #0369a1 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-800:focus {
    --tw-gradient-to: #075985 !important;
  }

  .\32xl\:focus\:tw-to-lightBlue-900:focus {
    --tw-gradient-to: #0c4a6e !important;
  }

  .\32xl\:focus\:tw-to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:focus\:tw-to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:focus\:tw-to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:focus\:tw-to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:focus\:tw-to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:focus\:tw-to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:focus\:tw-to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:focus\:tw-to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:focus\:tw-to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:focus\:tw-to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:focus\:tw-to-violet-50:focus {
    --tw-gradient-to: #f5f3ff !important;
  }

  .\32xl\:focus\:tw-to-violet-100:focus {
    --tw-gradient-to: #ede9fe !important;
  }

  .\32xl\:focus\:tw-to-violet-200:focus {
    --tw-gradient-to: #ddd6fe !important;
  }

  .\32xl\:focus\:tw-to-violet-300:focus {
    --tw-gradient-to: #c4b5fd !important;
  }

  .\32xl\:focus\:tw-to-violet-400:focus {
    --tw-gradient-to: #a78bfa !important;
  }

  .\32xl\:focus\:tw-to-violet-500:focus {
    --tw-gradient-to: #8b5cf6 !important;
  }

  .\32xl\:focus\:tw-to-violet-600:focus {
    --tw-gradient-to: #7c3aed !important;
  }

  .\32xl\:focus\:tw-to-violet-700:focus {
    --tw-gradient-to: #6d28d9 !important;
  }

  .\32xl\:focus\:tw-to-violet-800:focus {
    --tw-gradient-to: #5b21b6 !important;
  }

  .\32xl\:focus\:tw-to-violet-900:focus {
    --tw-gradient-to: #4c1d95 !important;
  }

  .\32xl\:focus\:tw-to-purple-50:focus {
    --tw-gradient-to: #faf5ff !important;
  }

  .\32xl\:focus\:tw-to-purple-100:focus {
    --tw-gradient-to: #f3e8ff !important;
  }

  .\32xl\:focus\:tw-to-purple-200:focus {
    --tw-gradient-to: #e9d5ff !important;
  }

  .\32xl\:focus\:tw-to-purple-300:focus {
    --tw-gradient-to: #d8b4fe !important;
  }

  .\32xl\:focus\:tw-to-purple-400:focus {
    --tw-gradient-to: #c084fc !important;
  }

  .\32xl\:focus\:tw-to-purple-500:focus {
    --tw-gradient-to: #a855f7 !important;
  }

  .\32xl\:focus\:tw-to-purple-600:focus {
    --tw-gradient-to: #9333ea !important;
  }

  .\32xl\:focus\:tw-to-purple-700:focus {
    --tw-gradient-to: #7e22ce !important;
  }

  .\32xl\:focus\:tw-to-purple-800:focus {
    --tw-gradient-to: #6b21a8 !important;
  }

  .\32xl\:focus\:tw-to-purple-900:focus {
    --tw-gradient-to: #581c87 !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-50:focus {
    --tw-gradient-to: #fdf4ff !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-100:focus {
    --tw-gradient-to: #fae8ff !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-200:focus {
    --tw-gradient-to: #f5d0fe !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-300:focus {
    --tw-gradient-to: #f0abfc !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-400:focus {
    --tw-gradient-to: #e879f9 !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-500:focus {
    --tw-gradient-to: #d946ef !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-600:focus {
    --tw-gradient-to: #c026d3 !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-700:focus {
    --tw-gradient-to: #a21caf !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-800:focus {
    --tw-gradient-to: #86198f !important;
  }

  .\32xl\:focus\:tw-to-fuchsia-900:focus {
    --tw-gradient-to: #701a75 !important;
  }

  .\32xl\:focus\:tw-to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:focus\:tw-to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:focus\:tw-to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:focus\:tw-to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:focus\:tw-to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:focus\:tw-to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:focus\:tw-to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:focus\:tw-to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:focus\:tw-to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:focus\:tw-to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:focus\:tw-to-rose-50:focus {
    --tw-gradient-to: #fff1f2 !important;
  }

  .\32xl\:focus\:tw-to-rose-100:focus {
    --tw-gradient-to: #ffe4e6 !important;
  }

  .\32xl\:focus\:tw-to-rose-200:focus {
    --tw-gradient-to: #fecdd3 !important;
  }

  .\32xl\:focus\:tw-to-rose-300:focus {
    --tw-gradient-to: #fda4af !important;
  }

  .\32xl\:focus\:tw-to-rose-400:focus {
    --tw-gradient-to: #fb7185 !important;
  }

  .\32xl\:focus\:tw-to-rose-500:focus {
    --tw-gradient-to: #f43f5e !important;
  }

  .\32xl\:focus\:tw-to-rose-600:focus {
    --tw-gradient-to: #e11d48 !important;
  }

  .\32xl\:focus\:tw-to-rose-700:focus {
    --tw-gradient-to: #be123c !important;
  }

  .\32xl\:focus\:tw-to-rose-800:focus {
    --tw-gradient-to: #9f1239 !important;
  }

  .\32xl\:focus\:tw-to-rose-900:focus {
    --tw-gradient-to: #881337 !important;
  }

  .\32xl\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:active\:tw-bg-opacity-0:active {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:active\:tw-bg-opacity-5:active {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:active\:tw-bg-opacity-10:active {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:active\:tw-bg-opacity-20:active {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:active\:tw-bg-opacity-25:active {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:active\:tw-bg-opacity-30:active {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:active\:tw-bg-opacity-40:active {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:active\:tw-bg-opacity-50:active {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:active\:tw-bg-opacity-60:active {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:active\:tw-bg-opacity-70:active {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:active\:tw-bg-opacity-75:active {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:active\:tw-bg-opacity-80:active {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:active\:tw-bg-opacity-90:active {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:active\:tw-bg-opacity-95:active {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:active\:tw-bg-opacity-100:active {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:tw-bg-bottom {
    background-position: bottom !important;
  }

  .\32xl\:tw-bg-center {
    background-position: center !important;
  }

  .\32xl\:tw-bg-left {
    background-position: left !important;
  }

  .\32xl\:tw-bg-left-bottom {
    background-position: left bottom !important;
  }

  .\32xl\:tw-bg-left-top {
    background-position: left top !important;
  }

  .\32xl\:tw-bg-right {
    background-position: right !important;
  }

  .\32xl\:tw-bg-right-bottom {
    background-position: right bottom !important;
  }

  .\32xl\:tw-bg-right-top {
    background-position: right top !important;
  }

  .\32xl\:tw-bg-top {
    background-position: top !important;
  }

  .\32xl\:tw-bg-repeat {
    background-repeat: repeat !important;
  }

  .\32xl\:tw-bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\32xl\:tw-bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\32xl\:tw-bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\32xl\:tw-bg-repeat-round {
    background-repeat: round !important;
  }

  .\32xl\:tw-bg-repeat-space {
    background-repeat: space !important;
  }

  .\32xl\:tw-bg-auto {
    background-size: auto !important;
  }

  .\32xl\:tw-bg-cover {
    background-size: cover !important;
  }

  .\32xl\:tw-bg-contain {
    background-size: contain !important;
  }

  .\32xl\:tw-border-collapse {
    border-collapse: collapse !important;
  }

  .\32xl\:tw-border-separate {
    border-collapse: separate !important;
  }

  .\32xl\:tw-border-transparent {
    border-color: transparent !important;
  }

  .\32xl\:tw-border-current {
    border-color: currentColor !important;
  }

  .\32xl\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-transparent {
    border-color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-current {
    border-color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blueGray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-amber-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-orange-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-emerald-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-teal-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-lightBlue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-violet-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-purple-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-fuchsia-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-rose-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-transparent:focus-within {
    border-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-border-current:focus-within {
    border-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blueGray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-amber-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-orange-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-emerald-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-teal-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-lightBlue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-violet-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-purple-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-fuchsia-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-border-rose-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-transparent:hover {
    border-color: transparent !important;
  }

  .\32xl\:hover\:tw-border-current:hover {
    border-color: currentColor !important;
  }

  .\32xl\:hover\:tw-border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blueGray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-amber-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-orange-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-emerald-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-teal-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-lightBlue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-violet-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-purple-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-fuchsia-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:tw-border-rose-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-transparent:focus {
    border-color: transparent !important;
  }

  .\32xl\:focus\:tw-border-current:focus {
    border-color: currentColor !important;
  }

  .\32xl\:focus\:tw-border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(100, 116, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 65, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 41, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blueGray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 251, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 243, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 230, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 211, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(180, 83, 9, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(146, 64, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-amber-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(120, 53, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 247, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 237, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 215, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 186, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 88, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(194, 65, 12, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(154, 52, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-orange-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 45, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 252, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 195, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 224, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 204, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 138, 4, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 98, 7, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 77, 14, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 63, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 252, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 247, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 239, 172, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(74, 222, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 197, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 101, 52, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-emerald-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 253, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(204, 251, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 246, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 234, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 212, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 184, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 148, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(15, 118, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 94, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-teal-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 78, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 249, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 242, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(186, 230, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 211, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 189, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 165, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(2, 132, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 105, 161, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(7, 89, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-lightBlue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 74, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-violet-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 213, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 180, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 132, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(168, 85, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 51, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(126, 34, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 33, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-purple-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(88, 28, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 244, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 232, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 208, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 121, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 70, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(192, 38, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(162, 28, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 25, 143, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-fuchsia-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 26, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 241, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 228, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 205, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 164, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 113, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 63, 94, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(225, 29, 72, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 18, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 18, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:tw-border-rose-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 19, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:tw-rounded-none {
    border-radius: 0px !important;
  }

  .\32xl\:tw-rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded {
    border-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-md {
    border-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-2xl {
    border-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-full {
    border-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:tw-rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:tw-rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:tw-rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:tw-rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:tw-rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:tw-rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:tw-rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:tw-rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:tw-rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:tw-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:tw-border-solid {
    border-style: solid !important;
  }

  .\32xl\:tw-border-dashed {
    border-style: dashed !important;
  }

  .\32xl\:tw-border-dotted {
    border-style: dotted !important;
  }

  .\32xl\:tw-border-double {
    border-style: double !important;
  }

  .\32xl\:tw-border-none {
    border-style: none !important;
  }

  .\32xl\:tw-border-0 {
    border-width: 0px !important;
  }

  .\32xl\:tw-border-2 {
    border-width: 2px !important;
  }

  .\32xl\:tw-border-4 {
    border-width: 4px !important;
  }

  .\32xl\:tw-border-8 {
    border-width: 8px !important;
  }

  .\32xl\:tw-border {
    border-width: 1px !important;
  }

  .\32xl\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .\32xl\:tw-border-r-0 {
    border-right-width: 0px !important;
  }

  .\32xl\:tw-border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\32xl\:tw-border-l-0 {
    border-left-width: 0px !important;
  }

  .\32xl\:tw-border-t-2 {
    border-top-width: 2px !important;
  }

  .\32xl\:tw-border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:tw-border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:tw-border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:tw-border-t-4 {
    border-top-width: 4px !important;
  }

  .\32xl\:tw-border-r-4 {
    border-right-width: 4px !important;
  }

  .\32xl\:tw-border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\32xl\:tw-border-l-4 {
    border-left-width: 4px !important;
  }

  .\32xl\:tw-border-t-8 {
    border-top-width: 8px !important;
  }

  .\32xl\:tw-border-r-8 {
    border-right-width: 8px !important;
  }

  .\32xl\:tw-border-b-8 {
    border-bottom-width: 8px !important;
  }

  .\32xl\:tw-border-l-8 {
    border-left-width: 8px !important;
  }

  .\32xl\:tw-border-t {
    border-top-width: 1px !important;
  }

  .\32xl\:tw-border-r {
    border-right-width: 1px !important;
  }

  .\32xl\:tw-border-b {
    border-bottom-width: 1px !important;
  }

  .\32xl\:tw-border-l {
    border-left-width: 1px !important;
  }

  .\32xl\:tw-box-border {
    box-sizing: border-box !important;
  }

  .\32xl\:tw-box-content {
    box-sizing: content-box !important;
  }

  .\32xl\:tw-cursor-auto {
    cursor: auto !important;
  }

  .\32xl\:tw-cursor-default {
    cursor: default !important;
  }

  .\32xl\:tw-cursor-pointer {
    cursor: pointer !important;
  }

  .\32xl\:tw-cursor-wait {
    cursor: wait !important;
  }

  .\32xl\:tw-cursor-text {
    cursor: text !important;
  }

  .\32xl\:tw-cursor-move {
    cursor: move !important;
  }

  .\32xl\:tw-cursor-help {
    cursor: help !important;
  }

  .\32xl\:tw-cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\32xl\:tw-block {
    display: block !important;
  }

  .\32xl\:tw-inline-block {
    display: inline-block !important;
  }

  .\32xl\:tw-inline {
    display: inline !important;
  }

  .\32xl\:tw-flex {
    display: flex !important;
  }

  .\32xl\:tw-inline-flex {
    display: inline-flex !important;
  }

  .\32xl\:tw-table {
    display: table !important;
  }

  .\32xl\:tw-table-caption {
    display: table-caption !important;
  }

  .\32xl\:tw-table-cell {
    display: table-cell !important;
  }

  .\32xl\:tw-table-column {
    display: table-column !important;
  }

  .\32xl\:tw-table-column-group {
    display: table-column-group !important;
  }

  .\32xl\:tw-table-footer-group {
    display: table-footer-group !important;
  }

  .\32xl\:tw-table-header-group {
    display: table-header-group !important;
  }

  .\32xl\:tw-table-row-group {
    display: table-row-group !important;
  }

  .\32xl\:tw-table-row {
    display: table-row !important;
  }

  .\32xl\:tw-flow-root {
    display: flow-root !important;
  }

  .\32xl\:tw-grid {
    display: grid !important;
  }

  .\32xl\:tw-inline-grid {
    display: inline-grid !important;
  }

  .\32xl\:tw-contents {
    display: contents !important;
  }

  .\32xl\:tw-hidden {
    display: none !important;
  }

  .\32xl\:tw-flex-row {
    flex-direction: row !important;
  }

  .\32xl\:tw-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\32xl\:tw-flex-col {
    flex-direction: column !important;
  }

  .\32xl\:tw-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\32xl\:tw-flex-wrap {
    flex-wrap: wrap !important;
  }

  .\32xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:tw-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .\32xl\:tw-place-items-auto {
    place-items: auto !important;
  }

  .\32xl\:tw-place-items-start {
    place-items: start !important;
  }

  .\32xl\:tw-place-items-end {
    place-items: end !important;
  }

  .\32xl\:tw-place-items-center {
    place-items: center !important;
  }

  .\32xl\:tw-place-items-stretch {
    place-items: stretch !important;
  }

  .\32xl\:tw-place-content-center {
    place-content: center !important;
  }

  .\32xl\:tw-place-content-start {
    place-content: start !important;
  }

  .\32xl\:tw-place-content-end {
    place-content: end !important;
  }

  .\32xl\:tw-place-content-between {
    place-content: space-between !important;
  }

  .\32xl\:tw-place-content-around {
    place-content: space-around !important;
  }

  .\32xl\:tw-place-content-evenly {
    place-content: space-evenly !important;
  }

  .\32xl\:tw-place-content-stretch {
    place-content: stretch !important;
  }

  .\32xl\:tw-place-self-auto {
    place-self: auto !important;
  }

  .\32xl\:tw-place-self-start {
    place-self: start !important;
  }

  .\32xl\:tw-place-self-end {
    place-self: end !important;
  }

  .\32xl\:tw-place-self-center {
    place-self: center !important;
  }

  .\32xl\:tw-place-self-stretch {
    place-self: stretch !important;
  }

  .\32xl\:tw-items-start {
    align-items: flex-start !important;
  }

  .\32xl\:tw-items-end {
    align-items: flex-end !important;
  }

  .\32xl\:tw-items-center {
    align-items: center !important;
  }

  .\32xl\:tw-items-baseline {
    align-items: baseline !important;
  }

  .\32xl\:tw-items-stretch {
    align-items: stretch !important;
  }

  .\32xl\:tw-content-center {
    align-content: center !important;
  }

  .\32xl\:tw-content-start {
    align-content: flex-start !important;
  }

  .\32xl\:tw-content-end {
    align-content: flex-end !important;
  }

  .\32xl\:tw-content-between {
    align-content: space-between !important;
  }

  .\32xl\:tw-content-around {
    align-content: space-around !important;
  }

  .\32xl\:tw-content-evenly {
    align-content: space-evenly !important;
  }

  .\32xl\:tw-self-auto {
    align-self: auto !important;
  }

  .\32xl\:tw-self-start {
    align-self: flex-start !important;
  }

  .\32xl\:tw-self-end {
    align-self: flex-end !important;
  }

  .\32xl\:tw-self-center {
    align-self: center !important;
  }

  .\32xl\:tw-self-stretch {
    align-self: stretch !important;
  }

  .\32xl\:tw-justify-items-auto {
    justify-items: auto !important;
  }

  .\32xl\:tw-justify-items-start {
    justify-items: start !important;
  }

  .\32xl\:tw-justify-items-end {
    justify-items: end !important;
  }

  .\32xl\:tw-justify-items-center {
    justify-items: center !important;
  }

  .\32xl\:tw-justify-items-stretch {
    justify-items: stretch !important;
  }

  .\32xl\:tw-justify-start {
    justify-content: flex-start !important;
  }

  .\32xl\:tw-justify-end {
    justify-content: flex-end !important;
  }

  .\32xl\:tw-justify-center {
    justify-content: center !important;
  }

  .\32xl\:tw-justify-between {
    justify-content: space-between !important;
  }

  .\32xl\:tw-justify-around {
    justify-content: space-around !important;
  }

  .\32xl\:tw-justify-evenly {
    justify-content: space-evenly !important;
  }

  .\32xl\:tw-justify-self-auto {
    justify-self: auto !important;
  }

  .\32xl\:tw-justify-self-start {
    justify-self: start !important;
  }

  .\32xl\:tw-justify-self-end {
    justify-self: end !important;
  }

  .\32xl\:tw-justify-self-center {
    justify-self: center !important;
  }

  .\32xl\:tw-justify-self-stretch {
    justify-self: stretch !important;
  }

  .\32xl\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .\32xl\:tw-flex-auto {
    flex: 1 1 auto !important;
  }

  .\32xl\:tw-flex-initial {
    flex: 0 1 auto !important;
  }

  .\32xl\:tw-flex-none {
    flex: none !important;
  }

  .\32xl\:tw-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\32xl\:tw-flex-grow {
    flex-grow: 1 !important;
  }

  .\32xl\:tw-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\32xl\:tw-flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:tw-order-1 {
    order: 1 !important;
  }

  .\32xl\:tw-order-2 {
    order: 2 !important;
  }

  .\32xl\:tw-order-3 {
    order: 3 !important;
  }

  .\32xl\:tw-order-4 {
    order: 4 !important;
  }

  .\32xl\:tw-order-5 {
    order: 5 !important;
  }

  .\32xl\:tw-order-6 {
    order: 6 !important;
  }

  .\32xl\:tw-order-7 {
    order: 7 !important;
  }

  .\32xl\:tw-order-8 {
    order: 8 !important;
  }

  .\32xl\:tw-order-9 {
    order: 9 !important;
  }

  .\32xl\:tw-order-10 {
    order: 10 !important;
  }

  .\32xl\:tw-order-11 {
    order: 11 !important;
  }

  .\32xl\:tw-order-12 {
    order: 12 !important;
  }

  .\32xl\:tw-order-first {
    order: -9999 !important;
  }

  .\32xl\:tw-order-last {
    order: 9999 !important;
  }

  .\32xl\:tw-order-none {
    order: 0 !important;
  }

  .\32xl\:tw-float-right {
    float: right !important;
  }

  .\32xl\:tw-float-left {
    float: left !important;
  }

  .\32xl\:tw-float-none {
    float: none !important;
  }

  .\32xl\:tw-clear-left {
    clear: left !important;
  }

  .\32xl\:tw-clear-right {
    clear: right !important;
  }

  .\32xl\:tw-clear-both {
    clear: both !important;
  }

  .\32xl\:tw-clear-none {
    clear: none !important;
  }

  .\32xl\:tw-font-inter {
    font-family: Inter, sans-serif !important;
  }

  .\32xl\:tw-font-nunito {
    font-family: Nunito, sans-serif !important;
  }

  .\32xl\:tw-font-thin {
    font-weight: 100 !important;
  }

  .\32xl\:tw-font-extralight {
    font-weight: 200 !important;
  }

  .\32xl\:tw-font-light {
    font-weight: 300 !important;
  }

  .\32xl\:tw-font-normal {
    font-weight: 400 !important;
  }

  .\32xl\:tw-font-medium {
    font-weight: 500 !important;
  }

  .\32xl\:tw-font-semibold {
    font-weight: 600 !important;
  }

  .\32xl\:tw-font-bold {
    font-weight: 700 !important;
  }

  .\32xl\:tw-font-extrabold {
    font-weight: 800 !important;
  }

  .\32xl\:tw-font-black {
    font-weight: 900 !important;
  }

  .\32xl\:tw-h-0 {
    height: 0px !important;
  }

  .\32xl\:tw-h-1 {
    height: 0.25rem !important;
  }

  .\32xl\:tw-h-2 {
    height: 0.5rem !important;
  }

  .\32xl\:tw-h-3 {
    height: 0.75rem !important;
  }

  .\32xl\:tw-h-4 {
    height: 1rem !important;
  }

  .\32xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .\32xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .\32xl\:tw-h-7 {
    height: 1.75rem !important;
  }

  .\32xl\:tw-h-8 {
    height: 2rem !important;
  }

  .\32xl\:tw-h-9 {
    height: 2.25rem !important;
  }

  .\32xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .\32xl\:tw-h-11 {
    height: 2.75rem !important;
  }

  .\32xl\:tw-h-12 {
    height: 3rem !important;
  }

  .\32xl\:tw-h-14 {
    height: 3.5rem !important;
  }

  .\32xl\:tw-h-16 {
    height: 4rem !important;
  }

  .\32xl\:tw-h-20 {
    height: 5rem !important;
  }

  .\32xl\:tw-h-24 {
    height: 6rem !important;
  }

  .\32xl\:tw-h-28 {
    height: 7rem !important;
  }

  .\32xl\:tw-h-32 {
    height: 8rem !important;
  }

  .\32xl\:tw-h-36 {
    height: 9rem !important;
  }

  .\32xl\:tw-h-40 {
    height: 10rem !important;
  }

  .\32xl\:tw-h-44 {
    height: 11rem !important;
  }

  .\32xl\:tw-h-48 {
    height: 12rem !important;
  }

  .\32xl\:tw-h-52 {
    height: 13rem !important;
  }

  .\32xl\:tw-h-56 {
    height: 14rem !important;
  }

  .\32xl\:tw-h-60 {
    height: 15rem !important;
  }

  .\32xl\:tw-h-64 {
    height: 16rem !important;
  }

  .\32xl\:tw-h-72 {
    height: 18rem !important;
  }

  .\32xl\:tw-h-80 {
    height: 20rem !important;
  }

  .\32xl\:tw-h-96 {
    height: 24rem !important;
  }

  .\32xl\:tw-h-auto {
    height: auto !important;
  }

  .\32xl\:tw-h-px {
    height: 1px !important;
  }

  .\32xl\:tw-h-0\.5 {
    height: 0.125rem !important;
  }

  .\32xl\:tw-h-1\.5 {
    height: 0.375rem !important;
  }

  .\32xl\:tw-h-2\.5 {
    height: 0.625rem !important;
  }

  .\32xl\:tw-h-3\.5 {
    height: 0.875rem !important;
  }

  .\32xl\:tw-h-1\/2 {
    height: 50% !important;
  }

  .\32xl\:tw-h-1\/3 {
    height: 33.333333% !important;
  }

  .\32xl\:tw-h-2\/3 {
    height: 66.666667% !important;
  }

  .\32xl\:tw-h-1\/4 {
    height: 25% !important;
  }

  .\32xl\:tw-h-2\/4 {
    height: 50% !important;
  }

  .\32xl\:tw-h-3\/4 {
    height: 75% !important;
  }

  .\32xl\:tw-h-1\/5 {
    height: 20% !important;
  }

  .\32xl\:tw-h-2\/5 {
    height: 40% !important;
  }

  .\32xl\:tw-h-3\/5 {
    height: 60% !important;
  }

  .\32xl\:tw-h-4\/5 {
    height: 80% !important;
  }

  .\32xl\:tw-h-1\/6 {
    height: 16.666667% !important;
  }

  .\32xl\:tw-h-2\/6 {
    height: 33.333333% !important;
  }

  .\32xl\:tw-h-3\/6 {
    height: 50% !important;
  }

  .\32xl\:tw-h-4\/6 {
    height: 66.666667% !important;
  }

  .\32xl\:tw-h-5\/6 {
    height: 83.333333% !important;
  }

  .\32xl\:tw-h-full {
    height: 100% !important;
  }

  .\32xl\:tw-h-screen {
    height: 100vh !important;
  }

  .\32xl\:tw-text-xs {
    font-size: .75rem !important;
  }

  .\32xl\:tw-text-sm {
    font-size: .875rem !important;
  }

  .\32xl\:tw-text-tiny {
    font-size: .875rem !important;
  }

  .\32xl\:tw-text-base {
    font-size: 1rem !important;
  }

  .\32xl\:tw-text-lg {
    font-size: 1.125rem !important;
  }

  .\32xl\:tw-text-xl {
    font-size: 1.25rem !important;
  }

  .\32xl\:tw-text-2xl {
    font-size: 1.5rem !important;
  }

  .\32xl\:tw-text-3xl {
    font-size: 1.875rem !important;
  }

  .\32xl\:tw-text-4xl {
    font-size: 2.25rem !important;
  }

  .\32xl\:tw-text-5xl {
    font-size: 3rem !important;
  }

  .\32xl\:tw-text-6xl {
    font-size: 4rem !important;
  }

  .\32xl\:tw-text-7xl {
    font-size: 5rem !important;
  }

  .\32xl\:tw-leading-3 {
    line-height: .75rem !important;
  }

  .\32xl\:tw-leading-4 {
    line-height: 1rem !important;
  }

  .\32xl\:tw-leading-5 {
    line-height: 1.25rem !important;
  }

  .\32xl\:tw-leading-6 {
    line-height: 1.5rem !important;
  }

  .\32xl\:tw-leading-7 {
    line-height: 1.75rem !important;
  }

  .\32xl\:tw-leading-8 {
    line-height: 2rem !important;
  }

  .\32xl\:tw-leading-9 {
    line-height: 2.25rem !important;
  }

  .\32xl\:tw-leading-10 {
    line-height: 2.5rem !important;
  }

  .\32xl\:tw-leading-none {
    line-height: 1 !important;
  }

  .\32xl\:tw-leading-tight {
    line-height: 1.25 !important;
  }

  .\32xl\:tw-leading-snug {
    line-height: 1.375 !important;
  }

  .\32xl\:tw-leading-normal {
    line-height: 1.5 !important;
  }

  .\32xl\:tw-leading-relaxed {
    line-height: 1.625 !important;
  }

  .\32xl\:tw-leading-loose {
    line-height: 2 !important;
  }

  .\32xl\:tw-list-inside {
    list-style-position: inside !important;
  }

  .\32xl\:tw-list-outside {
    list-style-position: outside !important;
  }

  .\32xl\:tw-list-none {
    list-style-type: none !important;
  }

  .\32xl\:tw-list-disc {
    list-style-type: disc !important;
  }

  .\32xl\:tw-list-decimal {
    list-style-type: decimal !important;
  }

  .\32xl\:tw-m-0 {
    margin: 0px !important;
  }

  .\32xl\:tw-m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:tw-m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:tw-m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:tw-m-4 {
    margin: 1rem !important;
  }

  .\32xl\:tw-m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:tw-m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:tw-m-7 {
    margin: 1.75rem !important;
  }

  .\32xl\:tw-m-8 {
    margin: 2rem !important;
  }

  .\32xl\:tw-m-9 {
    margin: 2.25rem !important;
  }

  .\32xl\:tw-m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:tw-m-11 {
    margin: 2.75rem !important;
  }

  .\32xl\:tw-m-12 {
    margin: 3rem !important;
  }

  .\32xl\:tw-m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:tw-m-16 {
    margin: 4rem !important;
  }

  .\32xl\:tw-m-20 {
    margin: 5rem !important;
  }

  .\32xl\:tw-m-24 {
    margin: 6rem !important;
  }

  .\32xl\:tw-m-28 {
    margin: 7rem !important;
  }

  .\32xl\:tw-m-32 {
    margin: 8rem !important;
  }

  .\32xl\:tw-m-36 {
    margin: 9rem !important;
  }

  .\32xl\:tw-m-40 {
    margin: 10rem !important;
  }

  .\32xl\:tw-m-44 {
    margin: 11rem !important;
  }

  .\32xl\:tw-m-48 {
    margin: 12rem !important;
  }

  .\32xl\:tw-m-52 {
    margin: 13rem !important;
  }

  .\32xl\:tw-m-56 {
    margin: 14rem !important;
  }

  .\32xl\:tw-m-60 {
    margin: 15rem !important;
  }

  .\32xl\:tw-m-64 {
    margin: 16rem !important;
  }

  .\32xl\:tw-m-72 {
    margin: 18rem !important;
  }

  .\32xl\:tw-m-80 {
    margin: 20rem !important;
  }

  .\32xl\:tw-m-96 {
    margin: 24rem !important;
  }

  .\32xl\:tw-m-auto {
    margin: auto !important;
  }

  .\32xl\:tw-m-px {
    margin: 1px !important;
  }

  .\32xl\:tw-m-0\.5 {
    margin: 0.125rem !important;
  }

  .\32xl\:tw-m-1\.5 {
    margin: 0.375rem !important;
  }

  .\32xl\:tw-m-2\.5 {
    margin: 0.625rem !important;
  }

  .\32xl\:tw-m-3\.5 {
    margin: 0.875rem !important;
  }

  .\32xl\:tw--m-0 {
    margin: 0px !important;
  }

  .\32xl\:tw--m-1 {
    margin: -0.25rem !important;
  }

  .\32xl\:tw--m-2 {
    margin: -0.5rem !important;
  }

  .\32xl\:tw--m-3 {
    margin: -0.75rem !important;
  }

  .\32xl\:tw--m-4 {
    margin: -1rem !important;
  }

  .\32xl\:tw--m-5 {
    margin: -1.25rem !important;
  }

  .\32xl\:tw--m-6 {
    margin: -1.5rem !important;
  }

  .\32xl\:tw--m-7 {
    margin: -1.75rem !important;
  }

  .\32xl\:tw--m-8 {
    margin: -2rem !important;
  }

  .\32xl\:tw--m-9 {
    margin: -2.25rem !important;
  }

  .\32xl\:tw--m-10 {
    margin: -2.5rem !important;
  }

  .\32xl\:tw--m-11 {
    margin: -2.75rem !important;
  }

  .\32xl\:tw--m-12 {
    margin: -3rem !important;
  }

  .\32xl\:tw--m-14 {
    margin: -3.5rem !important;
  }

  .\32xl\:tw--m-16 {
    margin: -4rem !important;
  }

  .\32xl\:tw--m-20 {
    margin: -5rem !important;
  }

  .\32xl\:tw--m-24 {
    margin: -6rem !important;
  }

  .\32xl\:tw--m-28 {
    margin: -7rem !important;
  }

  .\32xl\:tw--m-32 {
    margin: -8rem !important;
  }

  .\32xl\:tw--m-36 {
    margin: -9rem !important;
  }

  .\32xl\:tw--m-40 {
    margin: -10rem !important;
  }

  .\32xl\:tw--m-44 {
    margin: -11rem !important;
  }

  .\32xl\:tw--m-48 {
    margin: -12rem !important;
  }

  .\32xl\:tw--m-52 {
    margin: -13rem !important;
  }

  .\32xl\:tw--m-56 {
    margin: -14rem !important;
  }

  .\32xl\:tw--m-60 {
    margin: -15rem !important;
  }

  .\32xl\:tw--m-64 {
    margin: -16rem !important;
  }

  .\32xl\:tw--m-72 {
    margin: -18rem !important;
  }

  .\32xl\:tw--m-80 {
    margin: -20rem !important;
  }

  .\32xl\:tw--m-96 {
    margin: -24rem !important;
  }

  .\32xl\:tw--m-px {
    margin: -1px !important;
  }

  .\32xl\:tw--m-0\.5 {
    margin: -0.125rem !important;
  }

  .\32xl\:tw--m-1\.5 {
    margin: -0.375rem !important;
  }

  .\32xl\:tw--m-2\.5 {
    margin: -0.625rem !important;
  }

  .\32xl\:tw--m-3\.5 {
    margin: -0.875rem !important;
  }

  .\32xl\:tw-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:tw-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:tw-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:tw-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:tw-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:tw-my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:tw-mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:tw-my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:tw-mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:tw-my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:tw-mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:tw-my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:tw-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:tw-my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:tw-mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:tw-my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:tw-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:tw-my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:tw-mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:tw-my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:tw-mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:tw-my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:tw-mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:tw-my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:tw-mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:tw-my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:tw-mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:tw-my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:tw-mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:tw-my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:tw-mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:tw-my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:tw-mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:tw-my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:tw-mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:tw-my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:tw-my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:tw-mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:tw-my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:tw-mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:tw-my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:tw-mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:tw-my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:tw-mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:tw-my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:tw-mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:tw-my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:tw-mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:tw-my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:tw-mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:tw-my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:tw-my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .\32xl\:tw-mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .\32xl\:tw-my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:tw-mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:tw-my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:tw-mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:tw-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:tw-my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:tw-mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:tw-my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:tw-mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:tw-my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:tw-mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:tw-my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:tw-mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:tw-my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:tw-mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:tw--my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:tw--mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:tw--my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:tw--mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:tw--my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:tw--mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:tw--my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:tw--mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:tw--my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:tw--mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:tw--my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:tw--mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:tw--my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:tw--mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:tw--my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:tw--mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl\:tw--my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:tw--mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:tw--my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:tw--mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl\:tw--my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:tw--mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:tw--my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:tw--mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:tw--my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:tw--mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:tw--my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:tw--mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:tw--my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:tw--mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:tw--my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:tw--mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:tw--my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:tw--mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:tw--my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:tw--mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:tw--my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:tw--mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:tw--my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl\:tw--mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl\:tw--my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:tw--mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:tw--my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl\:tw--mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl\:tw--my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:tw--mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:tw--my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl\:tw--mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl\:tw--my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:tw--mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:tw--my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl\:tw--mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl\:tw--my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:tw--mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:tw--my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .\32xl\:tw--mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .\32xl\:tw--my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:tw--mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:tw--my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl\:tw--mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl\:tw--my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:tw--mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:tw--my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:tw--mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:tw--my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:tw--mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl\:tw--my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:tw--mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:tw--my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:tw--mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl\:tw-mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:tw-mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:tw-mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:tw-ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:tw-mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:tw-mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:tw-mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:tw-ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:tw-mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:tw-mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:tw-mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:tw-ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:tw-mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:tw-mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:tw-mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:tw-ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:tw-mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:tw-mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:tw-ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:tw-mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:tw-mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:tw-mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:tw-ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:tw-mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:tw-mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:tw-mt-7 {
    margin-top: 1.75rem !important;
  }

  .\32xl\:tw-mr-7 {
    margin-right: 1.75rem !important;
  }

  .\32xl\:tw-mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:tw-ml-7 {
    margin-left: 1.75rem !important;
  }

  .\32xl\:tw-mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:tw-mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:tw-mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:tw-ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:tw-mt-9 {
    margin-top: 2.25rem !important;
  }

  .\32xl\:tw-mr-9 {
    margin-right: 2.25rem !important;
  }

  .\32xl\:tw-mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:tw-ml-9 {
    margin-left: 2.25rem !important;
  }

  .\32xl\:tw-mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:tw-mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:tw-mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:tw-ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:tw-mt-11 {
    margin-top: 2.75rem !important;
  }

  .\32xl\:tw-mr-11 {
    margin-right: 2.75rem !important;
  }

  .\32xl\:tw-mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:tw-ml-11 {
    margin-left: 2.75rem !important;
  }

  .\32xl\:tw-mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:tw-mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:tw-ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:tw-mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:tw-mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:tw-mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:tw-ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:tw-mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:tw-mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:tw-mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:tw-ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:tw-mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:tw-mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:tw-mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:tw-ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:tw-mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:tw-mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:tw-mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:tw-ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:tw-mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:tw-mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:tw-mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:tw-ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:tw-mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:tw-mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:tw-mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:tw-ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:tw-mt-36 {
    margin-top: 9rem !important;
  }

  .\32xl\:tw-mr-36 {
    margin-right: 9rem !important;
  }

  .\32xl\:tw-mb-36 {
    margin-bottom: 9rem !important;
  }

  .\32xl\:tw-ml-36 {
    margin-left: 9rem !important;
  }

  .\32xl\:tw-mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:tw-mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:tw-mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:tw-ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:tw-mt-44 {
    margin-top: 11rem !important;
  }

  .\32xl\:tw-mr-44 {
    margin-right: 11rem !important;
  }

  .\32xl\:tw-mb-44 {
    margin-bottom: 11rem !important;
  }

  .\32xl\:tw-ml-44 {
    margin-left: 11rem !important;
  }

  .\32xl\:tw-mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:tw-mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:tw-mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:tw-ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:tw-mt-52 {
    margin-top: 13rem !important;
  }

  .\32xl\:tw-mr-52 {
    margin-right: 13rem !important;
  }

  .\32xl\:tw-mb-52 {
    margin-bottom: 13rem !important;
  }

  .\32xl\:tw-ml-52 {
    margin-left: 13rem !important;
  }

  .\32xl\:tw-mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:tw-mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:tw-mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:tw-ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:tw-mt-60 {
    margin-top: 15rem !important;
  }

  .\32xl\:tw-mr-60 {
    margin-right: 15rem !important;
  }

  .\32xl\:tw-mb-60 {
    margin-bottom: 15rem !important;
  }

  .\32xl\:tw-ml-60 {
    margin-left: 15rem !important;
  }

  .\32xl\:tw-mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:tw-mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:tw-mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:tw-ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:tw-mt-72 {
    margin-top: 18rem !important;
  }

  .\32xl\:tw-mr-72 {
    margin-right: 18rem !important;
  }

  .\32xl\:tw-mb-72 {
    margin-bottom: 18rem !important;
  }

  .\32xl\:tw-ml-72 {
    margin-left: 18rem !important;
  }

  .\32xl\:tw-mt-80 {
    margin-top: 20rem !important;
  }

  .\32xl\:tw-mr-80 {
    margin-right: 20rem !important;
  }

  .\32xl\:tw-mb-80 {
    margin-bottom: 20rem !important;
  }

  .\32xl\:tw-ml-80 {
    margin-left: 20rem !important;
  }

  .\32xl\:tw-mt-96 {
    margin-top: 24rem !important;
  }

  .\32xl\:tw-mr-96 {
    margin-right: 24rem !important;
  }

  .\32xl\:tw-mb-96 {
    margin-bottom: 24rem !important;
  }

  .\32xl\:tw-ml-96 {
    margin-left: 24rem !important;
  }

  .\32xl\:tw-mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:tw-mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:tw-mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:tw-ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:tw-mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:tw-mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:tw-mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:tw-ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:tw-mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\32xl\:tw-mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\32xl\:tw-mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:tw-ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\32xl\:tw-mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\32xl\:tw-mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\32xl\:tw-mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:tw-ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\32xl\:tw-mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\32xl\:tw-mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\32xl\:tw-mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:tw-ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\32xl\:tw-mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\32xl\:tw-mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\32xl\:tw-mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:tw-ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\32xl\:tw--mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:tw--mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:tw--mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:tw--ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:tw--mt-1 {
    margin-top: -0.25rem !important;
  }

  .\32xl\:tw--mr-1 {
    margin-right: -0.25rem !important;
  }

  .\32xl\:tw--mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:tw--ml-1 {
    margin-left: -0.25rem !important;
  }

  .\32xl\:tw--mt-2 {
    margin-top: -0.5rem !important;
  }

  .\32xl\:tw--mr-2 {
    margin-right: -0.5rem !important;
  }

  .\32xl\:tw--mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:tw--ml-2 {
    margin-left: -0.5rem !important;
  }

  .\32xl\:tw--mt-3 {
    margin-top: -0.75rem !important;
  }

  .\32xl\:tw--mr-3 {
    margin-right: -0.75rem !important;
  }

  .\32xl\:tw--mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:tw--ml-3 {
    margin-left: -0.75rem !important;
  }

  .\32xl\:tw--mt-4 {
    margin-top: -1rem !important;
  }

  .\32xl\:tw--mr-4 {
    margin-right: -1rem !important;
  }

  .\32xl\:tw--mb-4 {
    margin-bottom: -1rem !important;
  }

  .\32xl\:tw--ml-4 {
    margin-left: -1rem !important;
  }

  .\32xl\:tw--mt-5 {
    margin-top: -1.25rem !important;
  }

  .\32xl\:tw--mr-5 {
    margin-right: -1.25rem !important;
  }

  .\32xl\:tw--mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:tw--ml-5 {
    margin-left: -1.25rem !important;
  }

  .\32xl\:tw--mt-6 {
    margin-top: -1.5rem !important;
  }

  .\32xl\:tw--mr-6 {
    margin-right: -1.5rem !important;
  }

  .\32xl\:tw--mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:tw--ml-6 {
    margin-left: -1.5rem !important;
  }

  .\32xl\:tw--mt-7 {
    margin-top: -1.75rem !important;
  }

  .\32xl\:tw--mr-7 {
    margin-right: -1.75rem !important;
  }

  .\32xl\:tw--mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:tw--ml-7 {
    margin-left: -1.75rem !important;
  }

  .\32xl\:tw--mt-8 {
    margin-top: -2rem !important;
  }

  .\32xl\:tw--mr-8 {
    margin-right: -2rem !important;
  }

  .\32xl\:tw--mb-8 {
    margin-bottom: -2rem !important;
  }

  .\32xl\:tw--ml-8 {
    margin-left: -2rem !important;
  }

  .\32xl\:tw--mt-9 {
    margin-top: -2.25rem !important;
  }

  .\32xl\:tw--mr-9 {
    margin-right: -2.25rem !important;
  }

  .\32xl\:tw--mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:tw--ml-9 {
    margin-left: -2.25rem !important;
  }

  .\32xl\:tw--mt-10 {
    margin-top: -2.5rem !important;
  }

  .\32xl\:tw--mr-10 {
    margin-right: -2.5rem !important;
  }

  .\32xl\:tw--mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:tw--ml-10 {
    margin-left: -2.5rem !important;
  }

  .\32xl\:tw--mt-11 {
    margin-top: -2.75rem !important;
  }

  .\32xl\:tw--mr-11 {
    margin-right: -2.75rem !important;
  }

  .\32xl\:tw--mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:tw--ml-11 {
    margin-left: -2.75rem !important;
  }

  .\32xl\:tw--mt-12 {
    margin-top: -3rem !important;
  }

  .\32xl\:tw--mr-12 {
    margin-right: -3rem !important;
  }

  .\32xl\:tw--mb-12 {
    margin-bottom: -3rem !important;
  }

  .\32xl\:tw--ml-12 {
    margin-left: -3rem !important;
  }

  .\32xl\:tw--mt-14 {
    margin-top: -3.5rem !important;
  }

  .\32xl\:tw--mr-14 {
    margin-right: -3.5rem !important;
  }

  .\32xl\:tw--mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:tw--ml-14 {
    margin-left: -3.5rem !important;
  }

  .\32xl\:tw--mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:tw--mr-16 {
    margin-right: -4rem !important;
  }

  .\32xl\:tw--mb-16 {
    margin-bottom: -4rem !important;
  }

  .\32xl\:tw--ml-16 {
    margin-left: -4rem !important;
  }

  .\32xl\:tw--mt-20 {
    margin-top: -5rem !important;
  }

  .\32xl\:tw--mr-20 {
    margin-right: -5rem !important;
  }

  .\32xl\:tw--mb-20 {
    margin-bottom: -5rem !important;
  }

  .\32xl\:tw--ml-20 {
    margin-left: -5rem !important;
  }

  .\32xl\:tw--mt-24 {
    margin-top: -6rem !important;
  }

  .\32xl\:tw--mr-24 {
    margin-right: -6rem !important;
  }

  .\32xl\:tw--mb-24 {
    margin-bottom: -6rem !important;
  }

  .\32xl\:tw--ml-24 {
    margin-left: -6rem !important;
  }

  .\32xl\:tw--mt-28 {
    margin-top: -7rem !important;
  }

  .\32xl\:tw--mr-28 {
    margin-right: -7rem !important;
  }

  .\32xl\:tw--mb-28 {
    margin-bottom: -7rem !important;
  }

  .\32xl\:tw--ml-28 {
    margin-left: -7rem !important;
  }

  .\32xl\:tw--mt-32 {
    margin-top: -8rem !important;
  }

  .\32xl\:tw--mr-32 {
    margin-right: -8rem !important;
  }

  .\32xl\:tw--mb-32 {
    margin-bottom: -8rem !important;
  }

  .\32xl\:tw--ml-32 {
    margin-left: -8rem !important;
  }

  .\32xl\:tw--mt-36 {
    margin-top: -9rem !important;
  }

  .\32xl\:tw--mr-36 {
    margin-right: -9rem !important;
  }

  .\32xl\:tw--mb-36 {
    margin-bottom: -9rem !important;
  }

  .\32xl\:tw--ml-36 {
    margin-left: -9rem !important;
  }

  .\32xl\:tw--mt-40 {
    margin-top: -10rem !important;
  }

  .\32xl\:tw--mr-40 {
    margin-right: -10rem !important;
  }

  .\32xl\:tw--mb-40 {
    margin-bottom: -10rem !important;
  }

  .\32xl\:tw--ml-40 {
    margin-left: -10rem !important;
  }

  .\32xl\:tw--mt-44 {
    margin-top: -11rem !important;
  }

  .\32xl\:tw--mr-44 {
    margin-right: -11rem !important;
  }

  .\32xl\:tw--mb-44 {
    margin-bottom: -11rem !important;
  }

  .\32xl\:tw--ml-44 {
    margin-left: -11rem !important;
  }

  .\32xl\:tw--mt-48 {
    margin-top: -12rem !important;
  }

  .\32xl\:tw--mr-48 {
    margin-right: -12rem !important;
  }

  .\32xl\:tw--mb-48 {
    margin-bottom: -12rem !important;
  }

  .\32xl\:tw--ml-48 {
    margin-left: -12rem !important;
  }

  .\32xl\:tw--mt-52 {
    margin-top: -13rem !important;
  }

  .\32xl\:tw--mr-52 {
    margin-right: -13rem !important;
  }

  .\32xl\:tw--mb-52 {
    margin-bottom: -13rem !important;
  }

  .\32xl\:tw--ml-52 {
    margin-left: -13rem !important;
  }

  .\32xl\:tw--mt-56 {
    margin-top: -14rem !important;
  }

  .\32xl\:tw--mr-56 {
    margin-right: -14rem !important;
  }

  .\32xl\:tw--mb-56 {
    margin-bottom: -14rem !important;
  }

  .\32xl\:tw--ml-56 {
    margin-left: -14rem !important;
  }

  .\32xl\:tw--mt-60 {
    margin-top: -15rem !important;
  }

  .\32xl\:tw--mr-60 {
    margin-right: -15rem !important;
  }

  .\32xl\:tw--mb-60 {
    margin-bottom: -15rem !important;
  }

  .\32xl\:tw--ml-60 {
    margin-left: -15rem !important;
  }

  .\32xl\:tw--mt-64 {
    margin-top: -16rem !important;
  }

  .\32xl\:tw--mr-64 {
    margin-right: -16rem !important;
  }

  .\32xl\:tw--mb-64 {
    margin-bottom: -16rem !important;
  }

  .\32xl\:tw--ml-64 {
    margin-left: -16rem !important;
  }

  .\32xl\:tw--mt-72 {
    margin-top: -18rem !important;
  }

  .\32xl\:tw--mr-72 {
    margin-right: -18rem !important;
  }

  .\32xl\:tw--mb-72 {
    margin-bottom: -18rem !important;
  }

  .\32xl\:tw--ml-72 {
    margin-left: -18rem !important;
  }

  .\32xl\:tw--mt-80 {
    margin-top: -20rem !important;
  }

  .\32xl\:tw--mr-80 {
    margin-right: -20rem !important;
  }

  .\32xl\:tw--mb-80 {
    margin-bottom: -20rem !important;
  }

  .\32xl\:tw--ml-80 {
    margin-left: -20rem !important;
  }

  .\32xl\:tw--mt-96 {
    margin-top: -24rem !important;
  }

  .\32xl\:tw--mr-96 {
    margin-right: -24rem !important;
  }

  .\32xl\:tw--mb-96 {
    margin-bottom: -24rem !important;
  }

  .\32xl\:tw--ml-96 {
    margin-left: -24rem !important;
  }

  .\32xl\:tw--mt-px {
    margin-top: -1px !important;
  }

  .\32xl\:tw--mr-px {
    margin-right: -1px !important;
  }

  .\32xl\:tw--mb-px {
    margin-bottom: -1px !important;
  }

  .\32xl\:tw--ml-px {
    margin-left: -1px !important;
  }

  .\32xl\:tw--mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .\32xl\:tw--mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .\32xl\:tw--mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:tw--ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .\32xl\:tw--mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .\32xl\:tw--mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .\32xl\:tw--mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:tw--ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .\32xl\:tw--mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .\32xl\:tw--mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .\32xl\:tw--mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:tw--ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .\32xl\:tw--mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .\32xl\:tw--mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .\32xl\:tw--mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:tw--ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .\32xl\:tw-max-h-0 {
    max-height: 0px !important;
  }

  .\32xl\:tw-max-h-1 {
    max-height: 0.25rem !important;
  }

  .\32xl\:tw-max-h-2 {
    max-height: 0.5rem !important;
  }

  .\32xl\:tw-max-h-3 {
    max-height: 0.75rem !important;
  }

  .\32xl\:tw-max-h-4 {
    max-height: 1rem !important;
  }

  .\32xl\:tw-max-h-5 {
    max-height: 1.25rem !important;
  }

  .\32xl\:tw-max-h-6 {
    max-height: 1.5rem !important;
  }

  .\32xl\:tw-max-h-7 {
    max-height: 1.75rem !important;
  }

  .\32xl\:tw-max-h-8 {
    max-height: 2rem !important;
  }

  .\32xl\:tw-max-h-9 {
    max-height: 2.25rem !important;
  }

  .\32xl\:tw-max-h-10 {
    max-height: 2.5rem !important;
  }

  .\32xl\:tw-max-h-11 {
    max-height: 2.75rem !important;
  }

  .\32xl\:tw-max-h-12 {
    max-height: 3rem !important;
  }

  .\32xl\:tw-max-h-14 {
    max-height: 3.5rem !important;
  }

  .\32xl\:tw-max-h-16 {
    max-height: 4rem !important;
  }

  .\32xl\:tw-max-h-20 {
    max-height: 5rem !important;
  }

  .\32xl\:tw-max-h-24 {
    max-height: 6rem !important;
  }

  .\32xl\:tw-max-h-28 {
    max-height: 7rem !important;
  }

  .\32xl\:tw-max-h-32 {
    max-height: 8rem !important;
  }

  .\32xl\:tw-max-h-36 {
    max-height: 9rem !important;
  }

  .\32xl\:tw-max-h-40 {
    max-height: 10rem !important;
  }

  .\32xl\:tw-max-h-44 {
    max-height: 11rem !important;
  }

  .\32xl\:tw-max-h-48 {
    max-height: 12rem !important;
  }

  .\32xl\:tw-max-h-52 {
    max-height: 13rem !important;
  }

  .\32xl\:tw-max-h-56 {
    max-height: 14rem !important;
  }

  .\32xl\:tw-max-h-60 {
    max-height: 15rem !important;
  }

  .\32xl\:tw-max-h-64 {
    max-height: 16rem !important;
  }

  .\32xl\:tw-max-h-72 {
    max-height: 18rem !important;
  }

  .\32xl\:tw-max-h-80 {
    max-height: 20rem !important;
  }

  .\32xl\:tw-max-h-96 {
    max-height: 24rem !important;
  }

  .\32xl\:tw-max-h-px {
    max-height: 1px !important;
  }

  .\32xl\:tw-max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .\32xl\:tw-max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .\32xl\:tw-max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .\32xl\:tw-max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .\32xl\:tw-max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:tw-max-h-screen {
    max-height: 100vh !important;
  }

  .\32xl\:tw-max-w-0 {
    max-width: 0rem !important;
  }

  .\32xl\:tw-max-w-none {
    max-width: none !important;
  }

  .\32xl\:tw-max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:tw-max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:tw-max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:tw-max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:tw-max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:tw-max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:tw-max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:tw-max-w-4xl {
    max-width: 56rem !important;
  }

  .\32xl\:tw-max-w-5xl {
    max-width: 64rem !important;
  }

  .\32xl\:tw-max-w-6xl {
    max-width: 72rem !important;
  }

  .\32xl\:tw-max-w-7xl {
    max-width: 80rem !important;
  }

  .\32xl\:tw-max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:tw-max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:tw-max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:tw-max-w-prose {
    max-width: 65ch !important;
  }

  .\32xl\:tw-max-w-screen-sm {
    max-width: 640px !important;
  }

  .\32xl\:tw-max-w-screen-md {
    max-width: 768px !important;
  }

  .\32xl\:tw-max-w-screen-lg {
    max-width: 1024px !important;
  }

  .\32xl\:tw-max-w-screen-xl {
    max-width: 1280px !important;
  }

  .\32xl\:tw-max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:tw-min-h-0 {
    min-height: 0px !important;
  }

  .\32xl\:tw-min-h-full {
    min-height: 100% !important;
  }

  .\32xl\:tw-min-h-screen {
    min-height: 100vh !important;
  }

  .\32xl\:tw-min-w-0 {
    min-width: 0px !important;
  }

  .\32xl\:tw-min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:tw-min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl\:tw-min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl\:tw-object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:tw-object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:tw-object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:tw-object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:tw-object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:tw-object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:tw-object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:tw-object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:tw-object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:tw-object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:tw-object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:tw-object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:tw-object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:tw-object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .\32xl\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .\32xl\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .\32xl\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .\32xl\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .\32xl\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .\32xl\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .\32xl\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .\32xl\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .\32xl\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .\32xl\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .\32xl\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .\32xl\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .\32xl\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .\32xl\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-0 {
    opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-5 {
    opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-10 {
    opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-20 {
    opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-25 {
    opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-30 {
    opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-40 {
    opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-50 {
    opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-60 {
    opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-70 {
    opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-75 {
    opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-80 {
    opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-90 {
    opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-95 {
    opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-opacity-100 {
    opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-opacity-0:focus-within {
    opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-opacity-100:focus-within {
    opacity: 1 !important;
  }

  .\32xl\:hover\:tw-opacity-0:hover {
    opacity: 0 !important;
  }

  .\32xl\:hover\:tw-opacity-5:hover {
    opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-opacity-10:hover {
    opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-opacity-20:hover {
    opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-opacity-30:hover {
    opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-opacity-40:hover {
    opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-opacity-60:hover {
    opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-opacity-70:hover {
    opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-opacity-80:hover {
    opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-opacity-90:hover {
    opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-opacity-95:hover {
    opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-opacity-100:hover {
    opacity: 1 !important;
  }

  .\32xl\:focus\:tw-opacity-0:focus {
    opacity: 0 !important;
  }

  .\32xl\:focus\:tw-opacity-5:focus {
    opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-opacity-10:focus {
    opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-opacity-20:focus {
    opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-opacity-30:focus {
    opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-opacity-40:focus {
    opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-opacity-60:focus {
    opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-opacity-70:focus {
    opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-opacity-80:focus {
    opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-opacity-90:focus {
    opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-opacity-95:focus {
    opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-opacity-100:focus {
    opacity: 1 !important;
  }

  .\32xl\:tw-outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:tw-outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:tw-outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:tw-overflow-auto {
    overflow: auto !important;
  }

  .\32xl\:tw-overflow-hidden {
    overflow: hidden !important;
  }

  .\32xl\:tw-overflow-visible {
    overflow: visible !important;
  }

  .\32xl\:tw-overflow-scroll {
    overflow: scroll !important;
  }

  .\32xl\:tw-overflow-x-auto {
    overflow-x: auto !important;
  }

  .\32xl\:tw-overflow-y-auto {
    overflow-y: auto !important;
  }

  .\32xl\:tw-overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\32xl\:tw-overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\32xl\:tw-overflow-x-visible {
    overflow-x: visible !important;
  }

  .\32xl\:tw-overflow-y-visible {
    overflow-y: visible !important;
  }

  .\32xl\:tw-overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\32xl\:tw-overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\32xl\:tw-overscroll-auto {
    -ms-scroll-chaining: chained !important;
        overscroll-behavior: auto !important;
  }

  .\32xl\:tw-overscroll-contain {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: contain !important;
  }

  .\32xl\:tw-overscroll-none {
    -ms-scroll-chaining: none !important;
        overscroll-behavior: none !important;
  }

  .\32xl\:tw-overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:tw-overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:tw-overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\32xl\:tw-overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:tw-overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:tw-overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\32xl\:tw-p-0 {
    padding: 0px !important;
  }

  .\32xl\:tw-p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:tw-p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:tw-p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:tw-p-4 {
    padding: 1rem !important;
  }

  .\32xl\:tw-p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:tw-p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:tw-p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:tw-p-8 {
    padding: 2rem !important;
  }

  .\32xl\:tw-p-9 {
    padding: 2.25rem !important;
  }

  .\32xl\:tw-p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:tw-p-11 {
    padding: 2.75rem !important;
  }

  .\32xl\:tw-p-12 {
    padding: 3rem !important;
  }

  .\32xl\:tw-p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:tw-p-16 {
    padding: 4rem !important;
  }

  .\32xl\:tw-p-20 {
    padding: 5rem !important;
  }

  .\32xl\:tw-p-24 {
    padding: 6rem !important;
  }

  .\32xl\:tw-p-28 {
    padding: 7rem !important;
  }

  .\32xl\:tw-p-32 {
    padding: 8rem !important;
  }

  .\32xl\:tw-p-36 {
    padding: 9rem !important;
  }

  .\32xl\:tw-p-40 {
    padding: 10rem !important;
  }

  .\32xl\:tw-p-44 {
    padding: 11rem !important;
  }

  .\32xl\:tw-p-48 {
    padding: 12rem !important;
  }

  .\32xl\:tw-p-52 {
    padding: 13rem !important;
  }

  .\32xl\:tw-p-56 {
    padding: 14rem !important;
  }

  .\32xl\:tw-p-60 {
    padding: 15rem !important;
  }

  .\32xl\:tw-p-64 {
    padding: 16rem !important;
  }

  .\32xl\:tw-p-72 {
    padding: 18rem !important;
  }

  .\32xl\:tw-p-80 {
    padding: 20rem !important;
  }

  .\32xl\:tw-p-96 {
    padding: 24rem !important;
  }

  .\32xl\:tw-p-px {
    padding: 1px !important;
  }

  .\32xl\:tw-p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:tw-p-1\.5 {
    padding: 0.375rem !important;
  }

  .\32xl\:tw-p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:tw-p-3\.5 {
    padding: 0.875rem !important;
  }

  .\32xl\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:tw-px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:tw-py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:tw-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:tw-py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:tw-px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:tw-px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:tw-py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:tw-px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:tw-px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:tw-py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:tw-px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:tw-py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:tw-px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:tw-py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:tw-px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:tw-py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:tw-px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:tw-py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:tw-px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:tw-py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:tw-px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:tw-py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:tw-px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:tw-py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:tw-px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:tw-py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:tw-px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:tw-py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:tw-px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:tw-px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:tw-py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:tw-px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:tw-py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:tw-px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:tw-py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:tw-px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:tw-py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:tw-px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:tw-py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:tw-px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:tw-py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:tw-px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:tw-py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .\32xl\:tw-px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .\32xl\:tw-py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:tw-px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:tw-py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:tw-px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:tw-py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:tw-px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:tw-py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:tw-px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:tw-py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:tw-px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:tw-py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:tw-px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:tw-py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:tw-px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .\32xl\:tw-pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .\32xl\:tw-pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:tw-pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:tw-pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:tw-pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:tw-pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:tw-pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:tw-pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:tw-pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:tw-pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:tw-pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:tw-pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:tw-pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:tw-pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:tw-pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:tw-pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:tw-pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:tw-pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:tw-pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:tw-pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:tw-pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:tw-pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:tw-pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:tw-pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:tw-pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:tw-pt-7 {
    padding-top: 1.75rem !important;
  }

  .\32xl\:tw-pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:tw-pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:tw-pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:tw-pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:tw-pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:tw-pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:tw-pt-9 {
    padding-top: 2.25rem !important;
  }

  .\32xl\:tw-pr-9 {
    padding-right: 2.25rem !important;
  }

  .\32xl\:tw-pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:tw-pl-9 {
    padding-left: 2.25rem !important;
  }

  .\32xl\:tw-pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:tw-pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:tw-pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:tw-pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:tw-pt-11 {
    padding-top: 2.75rem !important;
  }

  .\32xl\:tw-pr-11 {
    padding-right: 2.75rem !important;
  }

  .\32xl\:tw-pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:tw-pl-11 {
    padding-left: 2.75rem !important;
  }

  .\32xl\:tw-pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:tw-pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:tw-pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:tw-pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:tw-pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:tw-pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:tw-pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:tw-pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:tw-pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:tw-pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:tw-pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:tw-pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:tw-pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:tw-pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:tw-pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:tw-pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:tw-pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:tw-pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:tw-pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:tw-pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:tw-pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:tw-pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:tw-pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:tw-pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:tw-pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:tw-pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:tw-pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:tw-pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:tw-pt-36 {
    padding-top: 9rem !important;
  }

  .\32xl\:tw-pr-36 {
    padding-right: 9rem !important;
  }

  .\32xl\:tw-pb-36 {
    padding-bottom: 9rem !important;
  }

  .\32xl\:tw-pl-36 {
    padding-left: 9rem !important;
  }

  .\32xl\:tw-pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:tw-pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:tw-pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:tw-pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:tw-pt-44 {
    padding-top: 11rem !important;
  }

  .\32xl\:tw-pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:tw-pb-44 {
    padding-bottom: 11rem !important;
  }

  .\32xl\:tw-pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:tw-pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:tw-pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:tw-pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:tw-pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:tw-pt-52 {
    padding-top: 13rem !important;
  }

  .\32xl\:tw-pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:tw-pb-52 {
    padding-bottom: 13rem !important;
  }

  .\32xl\:tw-pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:tw-pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:tw-pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:tw-pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:tw-pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:tw-pt-60 {
    padding-top: 15rem !important;
  }

  .\32xl\:tw-pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:tw-pb-60 {
    padding-bottom: 15rem !important;
  }

  .\32xl\:tw-pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:tw-pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:tw-pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:tw-pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:tw-pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:tw-pt-72 {
    padding-top: 18rem !important;
  }

  .\32xl\:tw-pr-72 {
    padding-right: 18rem !important;
  }

  .\32xl\:tw-pb-72 {
    padding-bottom: 18rem !important;
  }

  .\32xl\:tw-pl-72 {
    padding-left: 18rem !important;
  }

  .\32xl\:tw-pt-80 {
    padding-top: 20rem !important;
  }

  .\32xl\:tw-pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:tw-pb-80 {
    padding-bottom: 20rem !important;
  }

  .\32xl\:tw-pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:tw-pt-96 {
    padding-top: 24rem !important;
  }

  .\32xl\:tw-pr-96 {
    padding-right: 24rem !important;
  }

  .\32xl\:tw-pb-96 {
    padding-bottom: 24rem !important;
  }

  .\32xl\:tw-pl-96 {
    padding-left: 24rem !important;
  }

  .\32xl\:tw-pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:tw-pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:tw-pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:tw-pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:tw-pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\32xl\:tw-pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:tw-pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:tw-pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:tw-pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\32xl\:tw-pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\32xl\:tw-pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:tw-pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\32xl\:tw-pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\32xl\:tw-pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:tw-pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:tw-pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:tw-pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\32xl\:tw-pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\32xl\:tw-pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:tw-pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\32xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\32xl\:tw-placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-current:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\32xl\:tw-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blueGray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-amber-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-emerald-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-lightBlue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-violet-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-fuchsia-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-rose-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blueGray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-amber-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-emerald-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-lightBlue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-violet-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-fuchsia-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:tw-placeholder-rose-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:tw-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:tw-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:tw-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:tw-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:tw-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:tw-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:tw-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:tw-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:tw-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:tw-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:tw-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:tw-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:tw-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:tw-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:tw-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:tw-pointer-events-none {
    pointer-events: none !important;
  }

  .\32xl\:tw-pointer-events-auto {
    pointer-events: auto !important;
  }

  .\32xl\:tw-static {
    position: static !important;
  }

  .\32xl\:tw-fixed {
    position: fixed !important;
  }

  .\32xl\:tw-absolute {
    position: absolute !important;
  }

  .\32xl\:tw-relative {
    position: relative !important;
  }

  .\32xl\:tw-sticky {
    position: sticky !important;
  }

  .\32xl\:tw-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw-inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:tw-inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:tw-inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:tw-inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:tw-inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:tw-inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:tw-inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:tw-inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:tw-inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:tw-inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:tw-inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:tw-inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:tw-inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:tw-inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:tw-inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:tw-inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:tw-inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:tw-inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:tw-inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:tw-inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:tw-inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:tw-inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:tw-inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:tw-inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:tw-inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:tw-inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:tw-inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:tw-inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:tw-inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:tw-inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:tw-inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl\:tw-inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:tw-inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:tw-inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:tw-inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:tw--inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw--inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:tw--inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:tw--inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:tw--inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:tw--inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:tw--inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:tw--inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:tw--inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:tw--inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:tw--inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:tw--inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:tw--inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:tw--inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:tw--inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:tw--inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:tw--inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:tw--inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:tw--inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:tw--inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:tw--inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:tw--inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:tw--inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:tw--inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:tw--inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:tw--inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:tw--inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:tw--inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:tw--inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:tw--inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:tw--inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl\:tw--inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:tw--inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:tw--inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:tw--inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:tw-inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:tw-inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:tw-inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl\:tw-inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl\:tw-inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl\:tw--inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:tw--inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:tw--inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl\:tw--inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl\:tw--inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl\:tw-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:tw-inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw-inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl\:tw-inset-x-1 {
    right: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:tw-inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl\:tw-inset-x-2 {
    right: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:tw-inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl\:tw-inset-x-3 {
    right: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:tw-inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:tw-inset-x-4 {
    right: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:tw-inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl\:tw-inset-x-5 {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:tw-inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:tw-inset-x-6 {
    right: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:tw-inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl\:tw-inset-x-7 {
    right: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:tw-inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:tw-inset-x-8 {
    right: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:tw-inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl\:tw-inset-x-9 {
    right: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:tw-inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl\:tw-inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:tw-inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl\:tw-inset-x-11 {
    right: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:tw-inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl\:tw-inset-x-12 {
    right: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:tw-inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl\:tw-inset-x-14 {
    right: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:tw-inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl\:tw-inset-x-16 {
    right: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:tw-inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl\:tw-inset-x-20 {
    right: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:tw-inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl\:tw-inset-x-24 {
    right: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:tw-inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl\:tw-inset-x-28 {
    right: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:tw-inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl\:tw-inset-x-32 {
    right: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:tw-inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl\:tw-inset-x-36 {
    right: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:tw-inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl\:tw-inset-x-40 {
    right: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:tw-inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl\:tw-inset-x-44 {
    right: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:tw-inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl\:tw-inset-x-48 {
    right: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:tw-inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl\:tw-inset-x-52 {
    right: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:tw-inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl\:tw-inset-x-56 {
    right: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:tw-inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl\:tw-inset-x-60 {
    right: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:tw-inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl\:tw-inset-x-64 {
    right: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:tw-inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .\32xl\:tw-inset-x-72 {
    right: 18rem !important;
    left: 18rem !important;
  }

  .\32xl\:tw-inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl\:tw-inset-x-80 {
    right: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:tw-inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl\:tw-inset-x-96 {
    right: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:tw-inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:tw-inset-x-auto {
    right: auto !important;
    left: auto !important;
  }

  .\32xl\:tw-inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl\:tw-inset-x-px {
    right: 1px !important;
    left: 1px !important;
  }

  .\32xl\:tw-inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:tw-inset-x-0\.5 {
    right: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:tw-inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl\:tw-inset-x-1\.5 {
    right: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:tw-inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl\:tw-inset-x-2\.5 {
    right: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:tw-inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl\:tw-inset-x-3\.5 {
    right: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:tw--inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:tw--inset-x-0 {
    right: 0px !important;
    left: 0px !important;
  }

  .\32xl\:tw--inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl\:tw--inset-x-1 {
    right: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:tw--inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl\:tw--inset-x-2 {
    right: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:tw--inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl\:tw--inset-x-3 {
    right: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:tw--inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl\:tw--inset-x-4 {
    right: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:tw--inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:tw--inset-x-5 {
    right: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:tw--inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl\:tw--inset-x-6 {
    right: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:tw--inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl\:tw--inset-x-7 {
    right: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:tw--inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:tw--inset-x-8 {
    right: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:tw--inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl\:tw--inset-x-9 {
    right: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:tw--inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl\:tw--inset-x-10 {
    right: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:tw--inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl\:tw--inset-x-11 {
    right: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:tw--inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:tw--inset-x-12 {
    right: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:tw--inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl\:tw--inset-x-14 {
    right: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:tw--inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:tw--inset-x-16 {
    right: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:tw--inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl\:tw--inset-x-20 {
    right: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:tw--inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:tw--inset-x-24 {
    right: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:tw--inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl\:tw--inset-x-28 {
    right: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:tw--inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl\:tw--inset-x-32 {
    right: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:tw--inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl\:tw--inset-x-36 {
    right: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:tw--inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl\:tw--inset-x-40 {
    right: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:tw--inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl\:tw--inset-x-44 {
    right: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:tw--inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl\:tw--inset-x-48 {
    right: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:tw--inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl\:tw--inset-x-52 {
    right: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:tw--inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl\:tw--inset-x-56 {
    right: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:tw--inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl\:tw--inset-x-60 {
    right: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:tw--inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl\:tw--inset-x-64 {
    right: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:tw--inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .\32xl\:tw--inset-x-72 {
    right: -18rem !important;
    left: -18rem !important;
  }

  .\32xl\:tw--inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl\:tw--inset-x-80 {
    right: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:tw--inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl\:tw--inset-x-96 {
    right: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:tw--inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl\:tw--inset-x-px {
    right: -1px !important;
    left: -1px !important;
  }

  .\32xl\:tw--inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:tw--inset-x-0\.5 {
    right: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:tw--inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl\:tw--inset-x-1\.5 {
    right: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:tw--inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl\:tw--inset-x-2\.5 {
    right: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:tw--inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl\:tw--inset-x-3\.5 {
    right: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:tw-inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:tw-inset-x-1\/2 {
    right: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl\:tw-inset-x-1\/3 {
    right: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:tw-inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl\:tw-inset-x-2\/3 {
    right: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:tw-inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl\:tw-inset-x-1\/4 {
    right: 25% !important;
    left: 25% !important;
  }

  .\32xl\:tw-inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:tw-inset-x-2\/4 {
    right: 50% !important;
    left: 50% !important;
  }

  .\32xl\:tw-inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl\:tw-inset-x-3\/4 {
    right: 75% !important;
    left: 75% !important;
  }

  .\32xl\:tw-inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl\:tw-inset-x-full {
    right: 100% !important;
    left: 100% !important;
  }

  .\32xl\:tw--inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:tw--inset-x-1\/2 {
    right: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl\:tw--inset-x-1\/3 {
    right: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:tw--inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl\:tw--inset-x-2\/3 {
    right: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:tw--inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl\:tw--inset-x-1\/4 {
    right: -25% !important;
    left: -25% !important;
  }

  .\32xl\:tw--inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:tw--inset-x-2\/4 {
    right: -50% !important;
    left: -50% !important;
  }

  .\32xl\:tw--inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl\:tw--inset-x-3\/4 {
    right: -75% !important;
    left: -75% !important;
  }

  .\32xl\:tw--inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl\:tw--inset-x-full {
    right: -100% !important;
    left: -100% !important;
  }

  .\32xl\:tw-top-0 {
    top: 0px !important;
  }

  .\32xl\:tw-right-0 {
    right: 0px !important;
  }

  .\32xl\:tw-bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:tw-left-0 {
    left: 0px !important;
  }

  .\32xl\:tw-top-1 {
    top: 0.25rem !important;
  }

  .\32xl\:tw-right-1 {
    right: 0.25rem !important;
  }

  .\32xl\:tw-bottom-1 {
    bottom: 0.25rem !important;
  }

  .\32xl\:tw-left-1 {
    left: 0.25rem !important;
  }

  .\32xl\:tw-top-2 {
    top: 0.5rem !important;
  }

  .\32xl\:tw-right-2 {
    right: 0.5rem !important;
  }

  .\32xl\:tw-bottom-2 {
    bottom: 0.5rem !important;
  }

  .\32xl\:tw-left-2 {
    left: 0.5rem !important;
  }

  .\32xl\:tw-top-3 {
    top: 0.75rem !important;
  }

  .\32xl\:tw-right-3 {
    right: 0.75rem !important;
  }

  .\32xl\:tw-bottom-3 {
    bottom: 0.75rem !important;
  }

  .\32xl\:tw-left-3 {
    left: 0.75rem !important;
  }

  .\32xl\:tw-top-4 {
    top: 1rem !important;
  }

  .\32xl\:tw-right-4 {
    right: 1rem !important;
  }

  .\32xl\:tw-bottom-4 {
    bottom: 1rem !important;
  }

  .\32xl\:tw-left-4 {
    left: 1rem !important;
  }

  .\32xl\:tw-top-5 {
    top: 1.25rem !important;
  }

  .\32xl\:tw-right-5 {
    right: 1.25rem !important;
  }

  .\32xl\:tw-bottom-5 {
    bottom: 1.25rem !important;
  }

  .\32xl\:tw-left-5 {
    left: 1.25rem !important;
  }

  .\32xl\:tw-top-6 {
    top: 1.5rem !important;
  }

  .\32xl\:tw-right-6 {
    right: 1.5rem !important;
  }

  .\32xl\:tw-bottom-6 {
    bottom: 1.5rem !important;
  }

  .\32xl\:tw-left-6 {
    left: 1.5rem !important;
  }

  .\32xl\:tw-top-7 {
    top: 1.75rem !important;
  }

  .\32xl\:tw-right-7 {
    right: 1.75rem !important;
  }

  .\32xl\:tw-bottom-7 {
    bottom: 1.75rem !important;
  }

  .\32xl\:tw-left-7 {
    left: 1.75rem !important;
  }

  .\32xl\:tw-top-8 {
    top: 2rem !important;
  }

  .\32xl\:tw-right-8 {
    right: 2rem !important;
  }

  .\32xl\:tw-bottom-8 {
    bottom: 2rem !important;
  }

  .\32xl\:tw-left-8 {
    left: 2rem !important;
  }

  .\32xl\:tw-top-9 {
    top: 2.25rem !important;
  }

  .\32xl\:tw-right-9 {
    right: 2.25rem !important;
  }

  .\32xl\:tw-bottom-9 {
    bottom: 2.25rem !important;
  }

  .\32xl\:tw-left-9 {
    left: 2.25rem !important;
  }

  .\32xl\:tw-top-10 {
    top: 2.5rem !important;
  }

  .\32xl\:tw-right-10 {
    right: 2.5rem !important;
  }

  .\32xl\:tw-bottom-10 {
    bottom: 2.5rem !important;
  }

  .\32xl\:tw-left-10 {
    left: 2.5rem !important;
  }

  .\32xl\:tw-top-11 {
    top: 2.75rem !important;
  }

  .\32xl\:tw-right-11 {
    right: 2.75rem !important;
  }

  .\32xl\:tw-bottom-11 {
    bottom: 2.75rem !important;
  }

  .\32xl\:tw-left-11 {
    left: 2.75rem !important;
  }

  .\32xl\:tw-top-12 {
    top: 3rem !important;
  }

  .\32xl\:tw-right-12 {
    right: 3rem !important;
  }

  .\32xl\:tw-bottom-12 {
    bottom: 3rem !important;
  }

  .\32xl\:tw-left-12 {
    left: 3rem !important;
  }

  .\32xl\:tw-top-14 {
    top: 3.5rem !important;
  }

  .\32xl\:tw-right-14 {
    right: 3.5rem !important;
  }

  .\32xl\:tw-bottom-14 {
    bottom: 3.5rem !important;
  }

  .\32xl\:tw-left-14 {
    left: 3.5rem !important;
  }

  .\32xl\:tw-top-16 {
    top: 4rem !important;
  }

  .\32xl\:tw-right-16 {
    right: 4rem !important;
  }

  .\32xl\:tw-bottom-16 {
    bottom: 4rem !important;
  }

  .\32xl\:tw-left-16 {
    left: 4rem !important;
  }

  .\32xl\:tw-top-20 {
    top: 5rem !important;
  }

  .\32xl\:tw-right-20 {
    right: 5rem !important;
  }

  .\32xl\:tw-bottom-20 {
    bottom: 5rem !important;
  }

  .\32xl\:tw-left-20 {
    left: 5rem !important;
  }

  .\32xl\:tw-top-24 {
    top: 6rem !important;
  }

  .\32xl\:tw-right-24 {
    right: 6rem !important;
  }

  .\32xl\:tw-bottom-24 {
    bottom: 6rem !important;
  }

  .\32xl\:tw-left-24 {
    left: 6rem !important;
  }

  .\32xl\:tw-top-28 {
    top: 7rem !important;
  }

  .\32xl\:tw-right-28 {
    right: 7rem !important;
  }

  .\32xl\:tw-bottom-28 {
    bottom: 7rem !important;
  }

  .\32xl\:tw-left-28 {
    left: 7rem !important;
  }

  .\32xl\:tw-top-32 {
    top: 8rem !important;
  }

  .\32xl\:tw-right-32 {
    right: 8rem !important;
  }

  .\32xl\:tw-bottom-32 {
    bottom: 8rem !important;
  }

  .\32xl\:tw-left-32 {
    left: 8rem !important;
  }

  .\32xl\:tw-top-36 {
    top: 9rem !important;
  }

  .\32xl\:tw-right-36 {
    right: 9rem !important;
  }

  .\32xl\:tw-bottom-36 {
    bottom: 9rem !important;
  }

  .\32xl\:tw-left-36 {
    left: 9rem !important;
  }

  .\32xl\:tw-top-40 {
    top: 10rem !important;
  }

  .\32xl\:tw-right-40 {
    right: 10rem !important;
  }

  .\32xl\:tw-bottom-40 {
    bottom: 10rem !important;
  }

  .\32xl\:tw-left-40 {
    left: 10rem !important;
  }

  .\32xl\:tw-top-44 {
    top: 11rem !important;
  }

  .\32xl\:tw-right-44 {
    right: 11rem !important;
  }

  .\32xl\:tw-bottom-44 {
    bottom: 11rem !important;
  }

  .\32xl\:tw-left-44 {
    left: 11rem !important;
  }

  .\32xl\:tw-top-48 {
    top: 12rem !important;
  }

  .\32xl\:tw-right-48 {
    right: 12rem !important;
  }

  .\32xl\:tw-bottom-48 {
    bottom: 12rem !important;
  }

  .\32xl\:tw-left-48 {
    left: 12rem !important;
  }

  .\32xl\:tw-top-52 {
    top: 13rem !important;
  }

  .\32xl\:tw-right-52 {
    right: 13rem !important;
  }

  .\32xl\:tw-bottom-52 {
    bottom: 13rem !important;
  }

  .\32xl\:tw-left-52 {
    left: 13rem !important;
  }

  .\32xl\:tw-top-56 {
    top: 14rem !important;
  }

  .\32xl\:tw-right-56 {
    right: 14rem !important;
  }

  .\32xl\:tw-bottom-56 {
    bottom: 14rem !important;
  }

  .\32xl\:tw-left-56 {
    left: 14rem !important;
  }

  .\32xl\:tw-top-60 {
    top: 15rem !important;
  }

  .\32xl\:tw-right-60 {
    right: 15rem !important;
  }

  .\32xl\:tw-bottom-60 {
    bottom: 15rem !important;
  }

  .\32xl\:tw-left-60 {
    left: 15rem !important;
  }

  .\32xl\:tw-top-64 {
    top: 16rem !important;
  }

  .\32xl\:tw-right-64 {
    right: 16rem !important;
  }

  .\32xl\:tw-bottom-64 {
    bottom: 16rem !important;
  }

  .\32xl\:tw-left-64 {
    left: 16rem !important;
  }

  .\32xl\:tw-top-72 {
    top: 18rem !important;
  }

  .\32xl\:tw-right-72 {
    right: 18rem !important;
  }

  .\32xl\:tw-bottom-72 {
    bottom: 18rem !important;
  }

  .\32xl\:tw-left-72 {
    left: 18rem !important;
  }

  .\32xl\:tw-top-80 {
    top: 20rem !important;
  }

  .\32xl\:tw-right-80 {
    right: 20rem !important;
  }

  .\32xl\:tw-bottom-80 {
    bottom: 20rem !important;
  }

  .\32xl\:tw-left-80 {
    left: 20rem !important;
  }

  .\32xl\:tw-top-96 {
    top: 24rem !important;
  }

  .\32xl\:tw-right-96 {
    right: 24rem !important;
  }

  .\32xl\:tw-bottom-96 {
    bottom: 24rem !important;
  }

  .\32xl\:tw-left-96 {
    left: 24rem !important;
  }

  .\32xl\:tw-top-auto {
    top: auto !important;
  }

  .\32xl\:tw-right-auto {
    right: auto !important;
  }

  .\32xl\:tw-bottom-auto {
    bottom: auto !important;
  }

  .\32xl\:tw-left-auto {
    left: auto !important;
  }

  .\32xl\:tw-top-px {
    top: 1px !important;
  }

  .\32xl\:tw-right-px {
    right: 1px !important;
  }

  .\32xl\:tw-bottom-px {
    bottom: 1px !important;
  }

  .\32xl\:tw-left-px {
    left: 1px !important;
  }

  .\32xl\:tw-top-0\.5 {
    top: 0.125rem !important;
  }

  .\32xl\:tw-right-0\.5 {
    right: 0.125rem !important;
  }

  .\32xl\:tw-bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .\32xl\:tw-left-0\.5 {
    left: 0.125rem !important;
  }

  .\32xl\:tw-top-1\.5 {
    top: 0.375rem !important;
  }

  .\32xl\:tw-right-1\.5 {
    right: 0.375rem !important;
  }

  .\32xl\:tw-bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .\32xl\:tw-left-1\.5 {
    left: 0.375rem !important;
  }

  .\32xl\:tw-top-2\.5 {
    top: 0.625rem !important;
  }

  .\32xl\:tw-right-2\.5 {
    right: 0.625rem !important;
  }

  .\32xl\:tw-bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .\32xl\:tw-left-2\.5 {
    left: 0.625rem !important;
  }

  .\32xl\:tw-top-3\.5 {
    top: 0.875rem !important;
  }

  .\32xl\:tw-right-3\.5 {
    right: 0.875rem !important;
  }

  .\32xl\:tw-bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .\32xl\:tw-left-3\.5 {
    left: 0.875rem !important;
  }

  .\32xl\:tw--top-0 {
    top: 0px !important;
  }

  .\32xl\:tw--right-0 {
    right: 0px !important;
  }

  .\32xl\:tw--bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:tw--left-0 {
    left: 0px !important;
  }

  .\32xl\:tw--top-1 {
    top: -0.25rem !important;
  }

  .\32xl\:tw--right-1 {
    right: -0.25rem !important;
  }

  .\32xl\:tw--bottom-1 {
    bottom: -0.25rem !important;
  }

  .\32xl\:tw--left-1 {
    left: -0.25rem !important;
  }

  .\32xl\:tw--top-2 {
    top: -0.5rem !important;
  }

  .\32xl\:tw--right-2 {
    right: -0.5rem !important;
  }

  .\32xl\:tw--bottom-2 {
    bottom: -0.5rem !important;
  }

  .\32xl\:tw--left-2 {
    left: -0.5rem !important;
  }

  .\32xl\:tw--top-3 {
    top: -0.75rem !important;
  }

  .\32xl\:tw--right-3 {
    right: -0.75rem !important;
  }

  .\32xl\:tw--bottom-3 {
    bottom: -0.75rem !important;
  }

  .\32xl\:tw--left-3 {
    left: -0.75rem !important;
  }

  .\32xl\:tw--top-4 {
    top: -1rem !important;
  }

  .\32xl\:tw--right-4 {
    right: -1rem !important;
  }

  .\32xl\:tw--bottom-4 {
    bottom: -1rem !important;
  }

  .\32xl\:tw--left-4 {
    left: -1rem !important;
  }

  .\32xl\:tw--top-5 {
    top: -1.25rem !important;
  }

  .\32xl\:tw--right-5 {
    right: -1.25rem !important;
  }

  .\32xl\:tw--bottom-5 {
    bottom: -1.25rem !important;
  }

  .\32xl\:tw--left-5 {
    left: -1.25rem !important;
  }

  .\32xl\:tw--top-6 {
    top: -1.5rem !important;
  }

  .\32xl\:tw--right-6 {
    right: -1.5rem !important;
  }

  .\32xl\:tw--bottom-6 {
    bottom: -1.5rem !important;
  }

  .\32xl\:tw--left-6 {
    left: -1.5rem !important;
  }

  .\32xl\:tw--top-7 {
    top: -1.75rem !important;
  }

  .\32xl\:tw--right-7 {
    right: -1.75rem !important;
  }

  .\32xl\:tw--bottom-7 {
    bottom: -1.75rem !important;
  }

  .\32xl\:tw--left-7 {
    left: -1.75rem !important;
  }

  .\32xl\:tw--top-8 {
    top: -2rem !important;
  }

  .\32xl\:tw--right-8 {
    right: -2rem !important;
  }

  .\32xl\:tw--bottom-8 {
    bottom: -2rem !important;
  }

  .\32xl\:tw--left-8 {
    left: -2rem !important;
  }

  .\32xl\:tw--top-9 {
    top: -2.25rem !important;
  }

  .\32xl\:tw--right-9 {
    right: -2.25rem !important;
  }

  .\32xl\:tw--bottom-9 {
    bottom: -2.25rem !important;
  }

  .\32xl\:tw--left-9 {
    left: -2.25rem !important;
  }

  .\32xl\:tw--top-10 {
    top: -2.5rem !important;
  }

  .\32xl\:tw--right-10 {
    right: -2.5rem !important;
  }

  .\32xl\:tw--bottom-10 {
    bottom: -2.5rem !important;
  }

  .\32xl\:tw--left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:tw--top-11 {
    top: -2.75rem !important;
  }

  .\32xl\:tw--right-11 {
    right: -2.75rem !important;
  }

  .\32xl\:tw--bottom-11 {
    bottom: -2.75rem !important;
  }

  .\32xl\:tw--left-11 {
    left: -2.75rem !important;
  }

  .\32xl\:tw--top-12 {
    top: -3rem !important;
  }

  .\32xl\:tw--right-12 {
    right: -3rem !important;
  }

  .\32xl\:tw--bottom-12 {
    bottom: -3rem !important;
  }

  .\32xl\:tw--left-12 {
    left: -3rem !important;
  }

  .\32xl\:tw--top-14 {
    top: -3.5rem !important;
  }

  .\32xl\:tw--right-14 {
    right: -3.5rem !important;
  }

  .\32xl\:tw--bottom-14 {
    bottom: -3.5rem !important;
  }

  .\32xl\:tw--left-14 {
    left: -3.5rem !important;
  }

  .\32xl\:tw--top-16 {
    top: -4rem !important;
  }

  .\32xl\:tw--right-16 {
    right: -4rem !important;
  }

  .\32xl\:tw--bottom-16 {
    bottom: -4rem !important;
  }

  .\32xl\:tw--left-16 {
    left: -4rem !important;
  }

  .\32xl\:tw--top-20 {
    top: -5rem !important;
  }

  .\32xl\:tw--right-20 {
    right: -5rem !important;
  }

  .\32xl\:tw--bottom-20 {
    bottom: -5rem !important;
  }

  .\32xl\:tw--left-20 {
    left: -5rem !important;
  }

  .\32xl\:tw--top-24 {
    top: -6rem !important;
  }

  .\32xl\:tw--right-24 {
    right: -6rem !important;
  }

  .\32xl\:tw--bottom-24 {
    bottom: -6rem !important;
  }

  .\32xl\:tw--left-24 {
    left: -6rem !important;
  }

  .\32xl\:tw--top-28 {
    top: -7rem !important;
  }

  .\32xl\:tw--right-28 {
    right: -7rem !important;
  }

  .\32xl\:tw--bottom-28 {
    bottom: -7rem !important;
  }

  .\32xl\:tw--left-28 {
    left: -7rem !important;
  }

  .\32xl\:tw--top-32 {
    top: -8rem !important;
  }

  .\32xl\:tw--right-32 {
    right: -8rem !important;
  }

  .\32xl\:tw--bottom-32 {
    bottom: -8rem !important;
  }

  .\32xl\:tw--left-32 {
    left: -8rem !important;
  }

  .\32xl\:tw--top-36 {
    top: -9rem !important;
  }

  .\32xl\:tw--right-36 {
    right: -9rem !important;
  }

  .\32xl\:tw--bottom-36 {
    bottom: -9rem !important;
  }

  .\32xl\:tw--left-36 {
    left: -9rem !important;
  }

  .\32xl\:tw--top-40 {
    top: -10rem !important;
  }

  .\32xl\:tw--right-40 {
    right: -10rem !important;
  }

  .\32xl\:tw--bottom-40 {
    bottom: -10rem !important;
  }

  .\32xl\:tw--left-40 {
    left: -10rem !important;
  }

  .\32xl\:tw--top-44 {
    top: -11rem !important;
  }

  .\32xl\:tw--right-44 {
    right: -11rem !important;
  }

  .\32xl\:tw--bottom-44 {
    bottom: -11rem !important;
  }

  .\32xl\:tw--left-44 {
    left: -11rem !important;
  }

  .\32xl\:tw--top-48 {
    top: -12rem !important;
  }

  .\32xl\:tw--right-48 {
    right: -12rem !important;
  }

  .\32xl\:tw--bottom-48 {
    bottom: -12rem !important;
  }

  .\32xl\:tw--left-48 {
    left: -12rem !important;
  }

  .\32xl\:tw--top-52 {
    top: -13rem !important;
  }

  .\32xl\:tw--right-52 {
    right: -13rem !important;
  }

  .\32xl\:tw--bottom-52 {
    bottom: -13rem !important;
  }

  .\32xl\:tw--left-52 {
    left: -13rem !important;
  }

  .\32xl\:tw--top-56 {
    top: -14rem !important;
  }

  .\32xl\:tw--right-56 {
    right: -14rem !important;
  }

  .\32xl\:tw--bottom-56 {
    bottom: -14rem !important;
  }

  .\32xl\:tw--left-56 {
    left: -14rem !important;
  }

  .\32xl\:tw--top-60 {
    top: -15rem !important;
  }

  .\32xl\:tw--right-60 {
    right: -15rem !important;
  }

  .\32xl\:tw--bottom-60 {
    bottom: -15rem !important;
  }

  .\32xl\:tw--left-60 {
    left: -15rem !important;
  }

  .\32xl\:tw--top-64 {
    top: -16rem !important;
  }

  .\32xl\:tw--right-64 {
    right: -16rem !important;
  }

  .\32xl\:tw--bottom-64 {
    bottom: -16rem !important;
  }

  .\32xl\:tw--left-64 {
    left: -16rem !important;
  }

  .\32xl\:tw--top-72 {
    top: -18rem !important;
  }

  .\32xl\:tw--right-72 {
    right: -18rem !important;
  }

  .\32xl\:tw--bottom-72 {
    bottom: -18rem !important;
  }

  .\32xl\:tw--left-72 {
    left: -18rem !important;
  }

  .\32xl\:tw--top-80 {
    top: -20rem !important;
  }

  .\32xl\:tw--right-80 {
    right: -20rem !important;
  }

  .\32xl\:tw--bottom-80 {
    bottom: -20rem !important;
  }

  .\32xl\:tw--left-80 {
    left: -20rem !important;
  }

  .\32xl\:tw--top-96 {
    top: -24rem !important;
  }

  .\32xl\:tw--right-96 {
    right: -24rem !important;
  }

  .\32xl\:tw--bottom-96 {
    bottom: -24rem !important;
  }

  .\32xl\:tw--left-96 {
    left: -24rem !important;
  }

  .\32xl\:tw--top-px {
    top: -1px !important;
  }

  .\32xl\:tw--right-px {
    right: -1px !important;
  }

  .\32xl\:tw--bottom-px {
    bottom: -1px !important;
  }

  .\32xl\:tw--left-px {
    left: -1px !important;
  }

  .\32xl\:tw--top-0\.5 {
    top: -0.125rem !important;
  }

  .\32xl\:tw--right-0\.5 {
    right: -0.125rem !important;
  }

  .\32xl\:tw--bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .\32xl\:tw--left-0\.5 {
    left: -0.125rem !important;
  }

  .\32xl\:tw--top-1\.5 {
    top: -0.375rem !important;
  }

  .\32xl\:tw--right-1\.5 {
    right: -0.375rem !important;
  }

  .\32xl\:tw--bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .\32xl\:tw--left-1\.5 {
    left: -0.375rem !important;
  }

  .\32xl\:tw--top-2\.5 {
    top: -0.625rem !important;
  }

  .\32xl\:tw--right-2\.5 {
    right: -0.625rem !important;
  }

  .\32xl\:tw--bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .\32xl\:tw--left-2\.5 {
    left: -0.625rem !important;
  }

  .\32xl\:tw--top-3\.5 {
    top: -0.875rem !important;
  }

  .\32xl\:tw--right-3\.5 {
    right: -0.875rem !important;
  }

  .\32xl\:tw--bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .\32xl\:tw--left-3\.5 {
    left: -0.875rem !important;
  }

  .\32xl\:tw-top-1\/2 {
    top: 50% !important;
  }

  .\32xl\:tw-right-1\/2 {
    right: 50% !important;
  }

  .\32xl\:tw-bottom-1\/2 {
    bottom: 50% !important;
  }

  .\32xl\:tw-left-1\/2 {
    left: 50% !important;
  }

  .\32xl\:tw-top-1\/3 {
    top: 33.333333% !important;
  }

  .\32xl\:tw-right-1\/3 {
    right: 33.333333% !important;
  }

  .\32xl\:tw-bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .\32xl\:tw-left-1\/3 {
    left: 33.333333% !important;
  }

  .\32xl\:tw-top-2\/3 {
    top: 66.666667% !important;
  }

  .\32xl\:tw-right-2\/3 {
    right: 66.666667% !important;
  }

  .\32xl\:tw-bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .\32xl\:tw-left-2\/3 {
    left: 66.666667% !important;
  }

  .\32xl\:tw-top-1\/4 {
    top: 25% !important;
  }

  .\32xl\:tw-right-1\/4 {
    right: 25% !important;
  }

  .\32xl\:tw-bottom-1\/4 {
    bottom: 25% !important;
  }

  .\32xl\:tw-left-1\/4 {
    left: 25% !important;
  }

  .\32xl\:tw-top-2\/4 {
    top: 50% !important;
  }

  .\32xl\:tw-right-2\/4 {
    right: 50% !important;
  }

  .\32xl\:tw-bottom-2\/4 {
    bottom: 50% !important;
  }

  .\32xl\:tw-left-2\/4 {
    left: 50% !important;
  }

  .\32xl\:tw-top-3\/4 {
    top: 75% !important;
  }

  .\32xl\:tw-right-3\/4 {
    right: 75% !important;
  }

  .\32xl\:tw-bottom-3\/4 {
    bottom: 75% !important;
  }

  .\32xl\:tw-left-3\/4 {
    left: 75% !important;
  }

  .\32xl\:tw-top-full {
    top: 100% !important;
  }

  .\32xl\:tw-right-full {
    right: 100% !important;
  }

  .\32xl\:tw-bottom-full {
    bottom: 100% !important;
  }

  .\32xl\:tw-left-full {
    left: 100% !important;
  }

  .\32xl\:tw--top-1\/2 {
    top: -50% !important;
  }

  .\32xl\:tw--right-1\/2 {
    right: -50% !important;
  }

  .\32xl\:tw--bottom-1\/2 {
    bottom: -50% !important;
  }

  .\32xl\:tw--left-1\/2 {
    left: -50% !important;
  }

  .\32xl\:tw--top-1\/3 {
    top: -33.333333% !important;
  }

  .\32xl\:tw--right-1\/3 {
    right: -33.333333% !important;
  }

  .\32xl\:tw--bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .\32xl\:tw--left-1\/3 {
    left: -33.333333% !important;
  }

  .\32xl\:tw--top-2\/3 {
    top: -66.666667% !important;
  }

  .\32xl\:tw--right-2\/3 {
    right: -66.666667% !important;
  }

  .\32xl\:tw--bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .\32xl\:tw--left-2\/3 {
    left: -66.666667% !important;
  }

  .\32xl\:tw--top-1\/4 {
    top: -25% !important;
  }

  .\32xl\:tw--right-1\/4 {
    right: -25% !important;
  }

  .\32xl\:tw--bottom-1\/4 {
    bottom: -25% !important;
  }

  .\32xl\:tw--left-1\/4 {
    left: -25% !important;
  }

  .\32xl\:tw--top-2\/4 {
    top: -50% !important;
  }

  .\32xl\:tw--right-2\/4 {
    right: -50% !important;
  }

  .\32xl\:tw--bottom-2\/4 {
    bottom: -50% !important;
  }

  .\32xl\:tw--left-2\/4 {
    left: -50% !important;
  }

  .\32xl\:tw--top-3\/4 {
    top: -75% !important;
  }

  .\32xl\:tw--right-3\/4 {
    right: -75% !important;
  }

  .\32xl\:tw--bottom-3\/4 {
    bottom: -75% !important;
  }

  .\32xl\:tw--left-3\/4 {
    left: -75% !important;
  }

  .\32xl\:tw--top-full {
    top: -100% !important;
  }

  .\32xl\:tw--right-full {
    right: -100% !important;
  }

  .\32xl\:tw--bottom-full {
    bottom: -100% !important;
  }

  .\32xl\:tw--left-full {
    left: -100% !important;
  }

  .\32xl\:tw-resize-none {
    resize: none !important;
  }

  .\32xl\:tw-resize-y {
    resize: vertical !important;
  }

  .\32xl\:tw-resize-x {
    resize: horizontal !important;
  }

  .\32xl\:tw-resize {
    resize: both !important;
  }

  .\32xl\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:tw-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:tw-shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:tw-shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:tw-ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:tw-ring-inset {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus-within\:tw-ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:tw-ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus\:tw-ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:tw-ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:tw-ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:tw-ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:tw-ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:tw-ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:tw-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:tw-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:tw-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:tw-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:tw-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:tw-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:tw-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:tw-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:tw-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:tw-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:tw-ring-offset-blueGray-50 {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:tw-ring-offset-blueGray-100 {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-200 {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-300 {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-400 {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-500 {
    --tw-ring-offset-color: #64748b !important;
  }

  .\32xl\:tw-ring-offset-blueGray-600 {
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-700 {
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:tw-ring-offset-blueGray-800 {
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:tw-ring-offset-blueGray-900 {
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:tw-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:tw-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:tw-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:tw-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:tw-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:tw-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:tw-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:tw-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:tw-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:tw-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:tw-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:tw-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:tw-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:tw-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:tw-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:tw-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:tw-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:tw-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:tw-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:tw-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:tw-ring-offset-amber-50 {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .\32xl\:tw-ring-offset-amber-100 {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .\32xl\:tw-ring-offset-amber-200 {
    --tw-ring-offset-color: #fde68a !important;
  }

  .\32xl\:tw-ring-offset-amber-300 {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .\32xl\:tw-ring-offset-amber-400 {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .\32xl\:tw-ring-offset-amber-500 {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .\32xl\:tw-ring-offset-amber-600 {
    --tw-ring-offset-color: #d97706 !important;
  }

  .\32xl\:tw-ring-offset-amber-700 {
    --tw-ring-offset-color: #b45309 !important;
  }

  .\32xl\:tw-ring-offset-amber-800 {
    --tw-ring-offset-color: #92400e !important;
  }

  .\32xl\:tw-ring-offset-amber-900 {
    --tw-ring-offset-color: #78350f !important;
  }

  .\32xl\:tw-ring-offset-orange-50 {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .\32xl\:tw-ring-offset-orange-100 {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .\32xl\:tw-ring-offset-orange-200 {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .\32xl\:tw-ring-offset-orange-300 {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .\32xl\:tw-ring-offset-orange-400 {
    --tw-ring-offset-color: #fb923c !important;
  }

  .\32xl\:tw-ring-offset-orange-500 {
    --tw-ring-offset-color: #f97316 !important;
  }

  .\32xl\:tw-ring-offset-orange-600 {
    --tw-ring-offset-color: #ea580c !important;
  }

  .\32xl\:tw-ring-offset-orange-700 {
    --tw-ring-offset-color: #c2410c !important;
  }

  .\32xl\:tw-ring-offset-orange-800 {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .\32xl\:tw-ring-offset-orange-900 {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .\32xl\:tw-ring-offset-yellow-50 {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .\32xl\:tw-ring-offset-yellow-100 {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .\32xl\:tw-ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:tw-ring-offset-yellow-300 {
    --tw-ring-offset-color: #fde047 !important;
  }

  .\32xl\:tw-ring-offset-yellow-400 {
    --tw-ring-offset-color: #facc15 !important;
  }

  .\32xl\:tw-ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:tw-ring-offset-yellow-600 {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .\32xl\:tw-ring-offset-yellow-700 {
    --tw-ring-offset-color: #a16207 !important;
  }

  .\32xl\:tw-ring-offset-yellow-800 {
    --tw-ring-offset-color: #854d0e !important;
  }

  .\32xl\:tw-ring-offset-yellow-900 {
    --tw-ring-offset-color: #713f12 !important;
  }

  .\32xl\:tw-ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:tw-ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:tw-ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:tw-ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:tw-ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:tw-ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:tw-ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:tw-ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:tw-ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:tw-ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:tw-ring-offset-green-50 {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .\32xl\:tw-ring-offset-green-100 {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .\32xl\:tw-ring-offset-green-200 {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .\32xl\:tw-ring-offset-green-300 {
    --tw-ring-offset-color: #86efac !important;
  }

  .\32xl\:tw-ring-offset-green-400 {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .\32xl\:tw-ring-offset-green-500 {
    --tw-ring-offset-color: #22c55e !important;
  }

  .\32xl\:tw-ring-offset-green-600 {
    --tw-ring-offset-color: #16a34a !important;
  }

  .\32xl\:tw-ring-offset-green-700 {
    --tw-ring-offset-color: #15803d !important;
  }

  .\32xl\:tw-ring-offset-green-800 {
    --tw-ring-offset-color: #166534 !important;
  }

  .\32xl\:tw-ring-offset-green-900 {
    --tw-ring-offset-color: #14532d !important;
  }

  .\32xl\:tw-ring-offset-emerald-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:tw-ring-offset-emerald-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:tw-ring-offset-emerald-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:tw-ring-offset-emerald-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:tw-ring-offset-emerald-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:tw-ring-offset-emerald-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:tw-ring-offset-emerald-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:tw-ring-offset-emerald-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:tw-ring-offset-emerald-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:tw-ring-offset-emerald-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:tw-ring-offset-teal-50 {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .\32xl\:tw-ring-offset-teal-100 {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .\32xl\:tw-ring-offset-teal-200 {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .\32xl\:tw-ring-offset-teal-300 {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .\32xl\:tw-ring-offset-teal-400 {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .\32xl\:tw-ring-offset-teal-500 {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .\32xl\:tw-ring-offset-teal-600 {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .\32xl\:tw-ring-offset-teal-700 {
    --tw-ring-offset-color: #0f766e !important;
  }

  .\32xl\:tw-ring-offset-teal-800 {
    --tw-ring-offset-color: #115e59 !important;
  }

  .\32xl\:tw-ring-offset-teal-900 {
    --tw-ring-offset-color: #134e4a !important;
  }

  .\32xl\:tw-ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:tw-ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:tw-ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:tw-ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:tw-ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:tw-ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:tw-ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:tw-ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:tw-ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:tw-ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-50 {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-100 {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-200 {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-300 {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-400 {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-500 {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-600 {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-700 {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-800 {
    --tw-ring-offset-color: #075985 !important;
  }

  .\32xl\:tw-ring-offset-lightBlue-900 {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .\32xl\:tw-ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:tw-ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:tw-ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:tw-ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:tw-ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:tw-ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:tw-ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:tw-ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:tw-ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:tw-ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:tw-ring-offset-violet-50 {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .\32xl\:tw-ring-offset-violet-100 {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .\32xl\:tw-ring-offset-violet-200 {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .\32xl\:tw-ring-offset-violet-300 {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .\32xl\:tw-ring-offset-violet-400 {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .\32xl\:tw-ring-offset-violet-500 {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .\32xl\:tw-ring-offset-violet-600 {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .\32xl\:tw-ring-offset-violet-700 {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .\32xl\:tw-ring-offset-violet-800 {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .\32xl\:tw-ring-offset-violet-900 {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .\32xl\:tw-ring-offset-purple-50 {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .\32xl\:tw-ring-offset-purple-100 {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .\32xl\:tw-ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .\32xl\:tw-ring-offset-purple-300 {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .\32xl\:tw-ring-offset-purple-400 {
    --tw-ring-offset-color: #c084fc !important;
  }

  .\32xl\:tw-ring-offset-purple-500 {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .\32xl\:tw-ring-offset-purple-600 {
    --tw-ring-offset-color: #9333ea !important;
  }

  .\32xl\:tw-ring-offset-purple-700 {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .\32xl\:tw-ring-offset-purple-800 {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .\32xl\:tw-ring-offset-purple-900 {
    --tw-ring-offset-color: #581c87 !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-50 {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-100 {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-200 {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-300 {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-400 {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-500 {
    --tw-ring-offset-color: #d946ef !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-600 {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-700 {
    --tw-ring-offset-color: #a21caf !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-800 {
    --tw-ring-offset-color: #86198f !important;
  }

  .\32xl\:tw-ring-offset-fuchsia-900 {
    --tw-ring-offset-color: #701a75 !important;
  }

  .\32xl\:tw-ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:tw-ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:tw-ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:tw-ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:tw-ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:tw-ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:tw-ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:tw-ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:tw-ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:tw-ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:tw-ring-offset-rose-50 {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .\32xl\:tw-ring-offset-rose-100 {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .\32xl\:tw-ring-offset-rose-200 {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .\32xl\:tw-ring-offset-rose-300 {
    --tw-ring-offset-color: #fda4af !important;
  }

  .\32xl\:tw-ring-offset-rose-400 {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .\32xl\:tw-ring-offset-rose-500 {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .\32xl\:tw-ring-offset-rose-600 {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .\32xl\:tw-ring-offset-rose-700 {
    --tw-ring-offset-color: #be123c !important;
  }

  .\32xl\:tw-ring-offset-rose-800 {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .\32xl\:tw-ring-offset-rose-900 {
    --tw-ring-offset-color: #881337 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-50:focus-within {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-100:focus-within {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-200:focus-within {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-300:focus-within {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-400:focus-within {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-500:focus-within {
    --tw-ring-offset-color: #64748b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-600:focus-within {
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-700:focus-within {
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-800:focus-within {
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blueGray-900:focus-within {
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-50:focus-within {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-100:focus-within {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-200:focus-within {
    --tw-ring-offset-color: #fde68a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-300:focus-within {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-400:focus-within {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-500:focus-within {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-600:focus-within {
    --tw-ring-offset-color: #d97706 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-700:focus-within {
    --tw-ring-offset-color: #b45309 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-800:focus-within {
    --tw-ring-offset-color: #92400e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-amber-900:focus-within {
    --tw-ring-offset-color: #78350f !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-50:focus-within {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #fb923c !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #f97316 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ea580c !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #c2410c !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-50:focus-within {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #fde047 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #facc15 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #a16207 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #854d0e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #713f12 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #86efac !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #22c55e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #16a34a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #15803d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #166534 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #14532d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-emerald-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-50:focus-within {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #0f766e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #115e59 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #134e4a !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-50:focus-within {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-100:focus-within {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-200:focus-within {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-300:focus-within {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-400:focus-within {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-500:focus-within {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-600:focus-within {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-700:focus-within {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-800:focus-within {
    --tw-ring-offset-color: #075985 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-lightBlue-900:focus-within {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-50:focus-within {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-100:focus-within {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-200:focus-within {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-300:focus-within {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-400:focus-within {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-500:focus-within {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-600:focus-within {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-700:focus-within {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-800:focus-within {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-violet-900:focus-within {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #c084fc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #9333ea !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #581c87 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-50:focus-within {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-100:focus-within {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-200:focus-within {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-300:focus-within {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-400:focus-within {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-500:focus-within {
    --tw-ring-offset-color: #d946ef !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-600:focus-within {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-700:focus-within {
    --tw-ring-offset-color: #a21caf !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-800:focus-within {
    --tw-ring-offset-color: #86198f !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-fuchsia-900:focus-within {
    --tw-ring-offset-color: #701a75 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-50:focus-within {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-100:focus-within {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-200:focus-within {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-300:focus-within {
    --tw-ring-offset-color: #fda4af !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-400:focus-within {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-500:focus-within {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-600:focus-within {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-700:focus-within {
    --tw-ring-offset-color: #be123c !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-800:focus-within {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-rose-900:focus-within {
    --tw-ring-offset-color: #881337 !important;
  }

  .\32xl\:focus\:tw-ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus\:tw-ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus\:tw-ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus\:tw-ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:focus\:tw-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-50:focus {
    --tw-ring-offset-color: #f8fafc !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-100:focus {
    --tw-ring-offset-color: #f1f5f9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-200:focus {
    --tw-ring-offset-color: #e2e8f0 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-300:focus {
    --tw-ring-offset-color: #cbd5e1 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-400:focus {
    --tw-ring-offset-color: #94a3b8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-500:focus {
    --tw-ring-offset-color: #64748b !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-600:focus {
    --tw-ring-offset-color: #475569 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-700:focus {
    --tw-ring-offset-color: #334155 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-800:focus {
    --tw-ring-offset-color: #1e293b !important;
  }

  .\32xl\:focus\:tw-ring-offset-blueGray-900:focus {
    --tw-ring-offset-color: #0f172a !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus\:tw-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:focus\:tw-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-50:focus {
    --tw-ring-offset-color: #fffbeb !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-100:focus {
    --tw-ring-offset-color: #fef3c7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-200:focus {
    --tw-ring-offset-color: #fde68a !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-300:focus {
    --tw-ring-offset-color: #fcd34d !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-400:focus {
    --tw-ring-offset-color: #fbbf24 !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-500:focus {
    --tw-ring-offset-color: #f59e0b !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-600:focus {
    --tw-ring-offset-color: #d97706 !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-700:focus {
    --tw-ring-offset-color: #b45309 !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-800:focus {
    --tw-ring-offset-color: #92400e !important;
  }

  .\32xl\:focus\:tw-ring-offset-amber-900:focus {
    --tw-ring-offset-color: #78350f !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-50:focus {
    --tw-ring-offset-color: #fff7ed !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffedd5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-200:focus {
    --tw-ring-offset-color: #fed7aa !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-300:focus {
    --tw-ring-offset-color: #fdba74 !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-400:focus {
    --tw-ring-offset-color: #fb923c !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-500:focus {
    --tw-ring-offset-color: #f97316 !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ea580c !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-700:focus {
    --tw-ring-offset-color: #c2410c !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-800:focus {
    --tw-ring-offset-color: #9a3412 !important;
  }

  .\32xl\:focus\:tw-ring-offset-orange-900:focus {
    --tw-ring-offset-color: #7c2d12 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-50:focus {
    --tw-ring-offset-color: #fefce8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fef9c3 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #fde047 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #facc15 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #ca8a04 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #a16207 !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #854d0e !important;
  }

  .\32xl\:focus\:tw-ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #713f12 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-50:focus {
    --tw-ring-offset-color: #f0fdf4 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-100:focus {
    --tw-ring-offset-color: #dcfce7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbf7d0 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-300:focus {
    --tw-ring-offset-color: #86efac !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-400:focus {
    --tw-ring-offset-color: #4ade80 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-500:focus {
    --tw-ring-offset-color: #22c55e !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-600:focus {
    --tw-ring-offset-color: #16a34a !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-700:focus {
    --tw-ring-offset-color: #15803d !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-800:focus {
    --tw-ring-offset-color: #166534 !important;
  }

  .\32xl\:focus\:tw-ring-offset-green-900:focus {
    --tw-ring-offset-color: #14532d !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:focus\:tw-ring-offset-emerald-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-50:focus {
    --tw-ring-offset-color: #f0fdfa !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-100:focus {
    --tw-ring-offset-color: #ccfbf1 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-200:focus {
    --tw-ring-offset-color: #99f6e4 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-300:focus {
    --tw-ring-offset-color: #5eead4 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-400:focus {
    --tw-ring-offset-color: #2dd4bf !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-500:focus {
    --tw-ring-offset-color: #14b8a6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-600:focus {
    --tw-ring-offset-color: #0d9488 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-700:focus {
    --tw-ring-offset-color: #0f766e !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-800:focus {
    --tw-ring-offset-color: #115e59 !important;
  }

  .\32xl\:focus\:tw-ring-offset-teal-900:focus {
    --tw-ring-offset-color: #134e4a !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:focus\:tw-ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-50:focus {
    --tw-ring-offset-color: #f0f9ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-100:focus {
    --tw-ring-offset-color: #e0f2fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-200:focus {
    --tw-ring-offset-color: #bae6fd !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-300:focus {
    --tw-ring-offset-color: #7dd3fc !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-400:focus {
    --tw-ring-offset-color: #38bdf8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-500:focus {
    --tw-ring-offset-color: #0ea5e9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-600:focus {
    --tw-ring-offset-color: #0284c7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-700:focus {
    --tw-ring-offset-color: #0369a1 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-800:focus {
    --tw-ring-offset-color: #075985 !important;
  }

  .\32xl\:focus\:tw-ring-offset-lightBlue-900:focus {
    --tw-ring-offset-color: #0c4a6e !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:focus\:tw-ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-50:focus {
    --tw-ring-offset-color: #f5f3ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-100:focus {
    --tw-ring-offset-color: #ede9fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-200:focus {
    --tw-ring-offset-color: #ddd6fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-300:focus {
    --tw-ring-offset-color: #c4b5fd !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-400:focus {
    --tw-ring-offset-color: #a78bfa !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-500:focus {
    --tw-ring-offset-color: #8b5cf6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-600:focus {
    --tw-ring-offset-color: #7c3aed !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-700:focus {
    --tw-ring-offset-color: #6d28d9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-800:focus {
    --tw-ring-offset-color: #5b21b6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-violet-900:focus {
    --tw-ring-offset-color: #4c1d95 !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #faf5ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #f3e8ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d5ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d8b4fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #c084fc !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #a855f7 !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #9333ea !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #7e22ce !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #6b21a8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #581c87 !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-50:focus {
    --tw-ring-offset-color: #fdf4ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-100:focus {
    --tw-ring-offset-color: #fae8ff !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-200:focus {
    --tw-ring-offset-color: #f5d0fe !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-300:focus {
    --tw-ring-offset-color: #f0abfc !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-400:focus {
    --tw-ring-offset-color: #e879f9 !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-500:focus {
    --tw-ring-offset-color: #d946ef !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-600:focus {
    --tw-ring-offset-color: #c026d3 !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-700:focus {
    --tw-ring-offset-color: #a21caf !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-800:focus {
    --tw-ring-offset-color: #86198f !important;
  }

  .\32xl\:focus\:tw-ring-offset-fuchsia-900:focus {
    --tw-ring-offset-color: #701a75 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:focus\:tw-ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-50:focus {
    --tw-ring-offset-color: #fff1f2 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-100:focus {
    --tw-ring-offset-color: #ffe4e6 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-200:focus {
    --tw-ring-offset-color: #fecdd3 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-300:focus {
    --tw-ring-offset-color: #fda4af !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-400:focus {
    --tw-ring-offset-color: #fb7185 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-500:focus {
    --tw-ring-offset-color: #f43f5e !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-600:focus {
    --tw-ring-offset-color: #e11d48 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-700:focus {
    --tw-ring-offset-color: #be123c !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-800:focus {
    --tw-ring-offset-color: #9f1239 !important;
  }

  .\32xl\:focus\:tw-ring-offset-rose-900:focus {
    --tw-ring-offset-color: #881337 !important;
  }

  .\32xl\:tw-ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:tw-ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:tw-ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:tw-ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:tw-ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus-within\:tw-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus\:tw-ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus\:tw-ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus\:tw-ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus\:tw-ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus\:tw-ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:tw-ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:tw-ring-current {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:tw-ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blueGray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-amber-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-orange-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-emerald-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-teal-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-lightBlue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-violet-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-purple-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-fuchsia-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-rose-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus-within\:tw-ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blueGray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-amber-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-orange-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-emerald-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-teal-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-lightBlue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-violet-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-purple-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-fuchsia-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-ring-rose-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus\:tw-ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus\:tw-ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(203, 213, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(148, 163, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(100, 116, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 85, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 65, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 41, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blueGray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 23, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-amber-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 247, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 237, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 215, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 186, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 146, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 115, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(194, 65, 12, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(154, 52, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-orange-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 45, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 252, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 195, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 224, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 204, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 138, 4, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 98, 7, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 77, 14, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 63, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-emerald-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-teal-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-lightBlue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-violet-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-purple-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-fuchsia-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:tw-ring-rose-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:tw-ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:tw-ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:tw-ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:tw-ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:tw-ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:tw-ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:tw-ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:tw-ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:tw-ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:tw-ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:tw-ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:tw-ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:tw-ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:tw-ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:tw-ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:tw-fill-current {
    fill: currentColor !important;
  }

  .\32xl\:tw-stroke-current {
    stroke: currentColor !important;
  }

  .\32xl\:tw-stroke-0 {
    stroke-width: 0 !important;
  }

  .\32xl\:tw-stroke-1 {
    stroke-width: 1 !important;
  }

  .\32xl\:tw-stroke-2 {
    stroke-width: 2 !important;
  }

  .\32xl\:tw-table-auto {
    table-layout: auto !important;
  }

  .\32xl\:tw-table-fixed {
    table-layout: fixed !important;
  }

  .\32xl\:tw-text-left {
    text-align: left !important;
  }

  .\32xl\:tw-text-center {
    text-align: center !important;
  }

  .\32xl\:tw-text-right {
    text-align: right !important;
  }

  .\32xl\:tw-text-justify {
    text-align: justify !important;
  }

  .\32xl\:tw-text-transparent {
    color: transparent !important;
  }

  .\32xl\:tw-text-current {
    color: currentColor !important;
  }

  .\32xl\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-transparent {
    color: transparent !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-current {
    color: currentColor !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blueGray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-amber-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-orange-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-emerald-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-teal-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-lightBlue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-violet-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-purple-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-fuchsia-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-rose-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-transparent:focus-within {
    color: transparent !important;
  }

  .\32xl\:focus-within\:tw-text-current:focus-within {
    color: currentColor !important;
  }

  .\32xl\:focus-within\:tw-text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blueGray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-amber-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-orange-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-emerald-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-teal-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-lightBlue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-violet-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-purple-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-fuchsia-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:tw-text-rose-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-transparent:hover {
    color: transparent !important;
  }

  .\32xl\:hover\:tw-text-current:hover {
    color: currentColor !important;
  }

  .\32xl\:hover\:tw-text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blueGray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-amber-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-orange-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-emerald-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-teal-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-lightBlue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-violet-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-purple-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-fuchsia-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:tw-text-rose-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-transparent:focus {
    color: transparent !important;
  }

  .\32xl\:focus\:tw-text-current:focus {
    color: currentColor !important;
  }

  .\32xl\:focus\:tw-text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(203, 213, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(148, 163, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(100, 116, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 85, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blueGray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 23, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 251, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 243, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 230, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 211, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 119, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(146, 64, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-amber-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(120, 53, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 247, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 237, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 215, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 186, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 115, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 88, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(154, 52, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-orange-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 45, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 252, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 195, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 224, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 204, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 138, 4, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 98, 7, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 77, 14, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 63, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 252, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 247, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 239, 172, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(74, 222, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 197, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 128, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 101, 52, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 83, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-emerald-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 253, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(204, 251, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 246, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 234, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 212, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 184, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 148, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(15, 118, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 94, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-teal-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 78, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 249, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 242, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 211, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 189, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 165, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(2, 132, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 105, 161, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(7, 89, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-lightBlue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 74, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 243, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(237, 233, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(221, 214, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 181, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 139, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 58, 237, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 40, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(91, 33, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-violet-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 29, 149, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 245, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 213, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 180, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 132, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(168, 85, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 51, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(126, 34, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 33, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-purple-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(88, 28, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 244, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 232, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 208, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 121, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 70, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(192, 38, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(162, 28, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 25, 143, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-fuchsia-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 26, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 241, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 228, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 205, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 164, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 113, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 63, 94, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(225, 29, 72, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 18, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 18, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:tw-text-rose-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 19, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:tw-text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:hover\:tw-text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:hover\:tw-text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:hover\:tw-text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:hover\:tw-text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:hover\:tw-text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:tw-text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:hover\:tw-text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:hover\:tw-text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:tw-text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:hover\:tw-text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:hover\:tw-text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:tw-text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:hover\:tw-text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:hover\:tw-text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:hover\:tw-text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus\:tw-text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus\:tw-text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus\:tw-text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus\:tw-text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus\:tw-text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:tw-text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus\:tw-text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus\:tw-text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:tw-text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus\:tw-text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus\:tw-text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:tw-text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus\:tw-text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus\:tw-text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus\:tw-text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:tw-truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:tw-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .\32xl\:tw-overflow-clip {
    text-overflow: clip !important;
  }

  .\32xl\:tw-italic {
    font-style: italic !important;
  }

  .\32xl\:tw-not-italic {
    font-style: normal !important;
  }

  .\32xl\:tw-uppercase {
    text-transform: uppercase !important;
  }

  .\32xl\:tw-lowercase {
    text-transform: lowercase !important;
  }

  .\32xl\:tw-capitalize {
    text-transform: capitalize !important;
  }

  .\32xl\:tw-normal-case {
    text-transform: none !important;
  }

  .\32xl\:tw-underline {
    text-decoration: underline !important;
  }

  .\32xl\:tw-line-through {
    text-decoration: line-through !important;
  }

  .\32xl\:tw-no-underline {
    text-decoration: none !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-underline {
    text-decoration: underline !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-line-through {
    text-decoration: line-through !important;
  }

  .tw-group:hover .\32xl\:group-hover\:tw-no-underline {
    text-decoration: none !important;
  }

  .\32xl\:focus-within\:tw-underline:focus-within {
    text-decoration: underline !important;
  }

  .\32xl\:focus-within\:tw-line-through:focus-within {
    text-decoration: line-through !important;
  }

  .\32xl\:focus-within\:tw-no-underline:focus-within {
    text-decoration: none !important;
  }

  .\32xl\:hover\:tw-underline:hover {
    text-decoration: underline !important;
  }

  .\32xl\:hover\:tw-line-through:hover {
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:tw-no-underline:hover {
    text-decoration: none !important;
  }

  .\32xl\:focus\:tw-underline:focus {
    text-decoration: underline !important;
  }

  .\32xl\:focus\:tw-line-through:focus {
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:tw-no-underline:focus {
    text-decoration: none !important;
  }

  .\32xl\:tw-antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:tw-subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:tw-ordinal, .\32xl\:tw-slashed-zero, .\32xl\:tw-lining-nums, .\32xl\:tw-oldstyle-nums, .\32xl\:tw-proportional-nums, .\32xl\:tw-tabular-nums, .\32xl\:tw-diagonal-fractions, .\32xl\:tw-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl\:tw-normal-nums {
    font-variant-numeric: normal !important;
  }

  .\32xl\:tw-ordinal {
    --tw-ordinal: ordinal !important;
  }

  .\32xl\:tw-slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl\:tw-lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl\:tw-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:tw-proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tw-tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:tw-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:tw-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:tw-tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tw-tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tw-tracking-normal {
    letter-spacing: 0em !important;
  }

  .\32xl\:tw-tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tw-tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tw-tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\32xl\:tw-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:tw-select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:tw-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:tw-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:tw-align-baseline {
    vertical-align: baseline !important;
  }

  .\32xl\:tw-align-top {
    vertical-align: top !important;
  }

  .\32xl\:tw-align-middle {
    vertical-align: middle !important;
  }

  .\32xl\:tw-align-bottom {
    vertical-align: bottom !important;
  }

  .\32xl\:tw-align-text-top {
    vertical-align: text-top !important;
  }

  .\32xl\:tw-align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\32xl\:tw-visible {
    visibility: visible !important;
  }

  .\32xl\:tw-invisible {
    visibility: hidden !important;
  }

  .\32xl\:tw-whitespace-normal {
    white-space: normal !important;
  }

  .\32xl\:tw-whitespace-nowrap {
    white-space: nowrap !important;
  }

  .\32xl\:tw-whitespace-pre {
    white-space: pre !important;
  }

  .\32xl\:tw-whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\32xl\:tw-whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\32xl\:tw-break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:tw-break-words {
    overflow-wrap: break-word !important;
  }

  .\32xl\:tw-break-all {
    word-break: break-all !important;
  }

  .\32xl\:tw-w-0 {
    width: 0px !important;
  }

  .\32xl\:tw-w-1 {
    width: 0.25rem !important;
  }

  .\32xl\:tw-w-2 {
    width: 0.5rem !important;
  }

  .\32xl\:tw-w-3 {
    width: 0.75rem !important;
  }

  .\32xl\:tw-w-4 {
    width: 1rem !important;
  }

  .\32xl\:tw-w-5 {
    width: 1.25rem !important;
  }

  .\32xl\:tw-w-6 {
    width: 1.5rem !important;
  }

  .\32xl\:tw-w-7 {
    width: 1.75rem !important;
  }

  .\32xl\:tw-w-8 {
    width: 2rem !important;
  }

  .\32xl\:tw-w-9 {
    width: 2.25rem !important;
  }

  .\32xl\:tw-w-10 {
    width: 2.5rem !important;
  }

  .\32xl\:tw-w-11 {
    width: 2.75rem !important;
  }

  .\32xl\:tw-w-12 {
    width: 3rem !important;
  }

  .\32xl\:tw-w-14 {
    width: 3.5rem !important;
  }

  .\32xl\:tw-w-16 {
    width: 4rem !important;
  }

  .\32xl\:tw-w-20 {
    width: 5rem !important;
  }

  .\32xl\:tw-w-24 {
    width: 6rem !important;
  }

  .\32xl\:tw-w-28 {
    width: 7rem !important;
  }

  .\32xl\:tw-w-32 {
    width: 8rem !important;
  }

  .\32xl\:tw-w-36 {
    width: 9rem !important;
  }

  .\32xl\:tw-w-40 {
    width: 10rem !important;
  }

  .\32xl\:tw-w-44 {
    width: 11rem !important;
  }

  .\32xl\:tw-w-48 {
    width: 12rem !important;
  }

  .\32xl\:tw-w-52 {
    width: 13rem !important;
  }

  .\32xl\:tw-w-56 {
    width: 14rem !important;
  }

  .\32xl\:tw-w-60 {
    width: 15rem !important;
  }

  .\32xl\:tw-w-64 {
    width: 16rem !important;
  }

  .\32xl\:tw-w-72 {
    width: 18rem !important;
  }

  .\32xl\:tw-w-80 {
    width: 20rem !important;
  }

  .\32xl\:tw-w-96 {
    width: 24rem !important;
  }

  .\32xl\:tw-w-auto {
    width: auto !important;
  }

  .\32xl\:tw-w-px {
    width: 1px !important;
  }

  .\32xl\:tw-w-0\.5 {
    width: 0.125rem !important;
  }

  .\32xl\:tw-w-1\.5 {
    width: 0.375rem !important;
  }

  .\32xl\:tw-w-2\.5 {
    width: 0.625rem !important;
  }

  .\32xl\:tw-w-3\.5 {
    width: 0.875rem !important;
  }

  .\32xl\:tw-w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:tw-w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:tw-w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:tw-w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:tw-w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:tw-w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:tw-w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:tw-w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:tw-w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:tw-w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:tw-w-1\/12 {
    width: 8.333333% !important;
  }

  .\32xl\:tw-w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:tw-w-3\/12 {
    width: 25% !important;
  }

  .\32xl\:tw-w-4\/12 {
    width: 33.333333% !important;
  }

  .\32xl\:tw-w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:tw-w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:tw-w-7\/12 {
    width: 58.333333% !important;
  }

  .\32xl\:tw-w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:tw-w-9\/12 {
    width: 75% !important;
  }

  .\32xl\:tw-w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:tw-w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:tw-w-full {
    width: 100% !important;
  }

  .\32xl\:tw-w-screen {
    width: 100vw !important;
  }

  .\32xl\:tw-w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:tw-w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:tw-z-0 {
    z-index: 0 !important;
  }

  .\32xl\:tw-z-10 {
    z-index: 10 !important;
  }

  .\32xl\:tw-z-20 {
    z-index: 20 !important;
  }

  .\32xl\:tw-z-30 {
    z-index: 30 !important;
  }

  .\32xl\:tw-z-40 {
    z-index: 40 !important;
  }

  .\32xl\:tw-z-50 {
    z-index: 50 !important;
  }

  .\32xl\:tw-z-auto {
    z-index: auto !important;
  }

  .\32xl\:focus-within\:tw-z-0:focus-within {
    z-index: 0 !important;
  }

  .\32xl\:focus-within\:tw-z-10:focus-within {
    z-index: 10 !important;
  }

  .\32xl\:focus-within\:tw-z-20:focus-within {
    z-index: 20 !important;
  }

  .\32xl\:focus-within\:tw-z-30:focus-within {
    z-index: 30 !important;
  }

  .\32xl\:focus-within\:tw-z-40:focus-within {
    z-index: 40 !important;
  }

  .\32xl\:focus-within\:tw-z-50:focus-within {
    z-index: 50 !important;
  }

  .\32xl\:focus-within\:tw-z-auto:focus-within {
    z-index: auto !important;
  }

  .\32xl\:focus\:tw-z-0:focus {
    z-index: 0 !important;
  }

  .\32xl\:focus\:tw-z-10:focus {
    z-index: 10 !important;
  }

  .\32xl\:focus\:tw-z-20:focus {
    z-index: 20 !important;
  }

  .\32xl\:focus\:tw-z-30:focus {
    z-index: 30 !important;
  }

  .\32xl\:focus\:tw-z-40:focus {
    z-index: 40 !important;
  }

  .\32xl\:focus\:tw-z-50:focus {
    z-index: 50 !important;
  }

  .\32xl\:focus\:tw-z-auto:focus {
    z-index: auto !important;
  }

  .\32xl\:tw-gap-0 {
    gap: 0px !important;
  }

  .\32xl\:tw-gap-1 {
    gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-2 {
    gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-3 {
    gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-4 {
    gap: 1rem !important;
  }

  .\32xl\:tw-gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-7 {
    gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-8 {
    gap: 2rem !important;
  }

  .\32xl\:tw-gap-9 {
    gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-10 {
    gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-11 {
    gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-12 {
    gap: 3rem !important;
  }

  .\32xl\:tw-gap-14 {
    gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-16 {
    gap: 4rem !important;
  }

  .\32xl\:tw-gap-20 {
    gap: 5rem !important;
  }

  .\32xl\:tw-gap-24 {
    gap: 6rem !important;
  }

  .\32xl\:tw-gap-28 {
    gap: 7rem !important;
  }

  .\32xl\:tw-gap-32 {
    gap: 8rem !important;
  }

  .\32xl\:tw-gap-36 {
    gap: 9rem !important;
  }

  .\32xl\:tw-gap-40 {
    gap: 10rem !important;
  }

  .\32xl\:tw-gap-44 {
    gap: 11rem !important;
  }

  .\32xl\:tw-gap-48 {
    gap: 12rem !important;
  }

  .\32xl\:tw-gap-52 {
    gap: 13rem !important;
  }

  .\32xl\:tw-gap-56 {
    gap: 14rem !important;
  }

  .\32xl\:tw-gap-60 {
    gap: 15rem !important;
  }

  .\32xl\:tw-gap-64 {
    gap: 16rem !important;
  }

  .\32xl\:tw-gap-72 {
    gap: 18rem !important;
  }

  .\32xl\:tw-gap-80 {
    gap: 20rem !important;
  }

  .\32xl\:tw-gap-96 {
    gap: 24rem !important;
  }

  .\32xl\:tw-gap-px {
    gap: 1px !important;
  }

  .\32xl\:tw-gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-1\.5 {
    gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\32xl\:tw-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl\:tw-gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:tw-gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:tw-gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:tw-gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:tw-gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:tw-gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:tw-gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:tw-gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:tw-gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:tw-gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl\:tw-gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:tw-gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:tw-gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:tw-gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl\:tw-gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:tw-gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .\32xl\:tw-gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:tw-gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl\:tw-gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:tw-gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:tw-gap-y-0 {
    row-gap: 0px !important;
  }

  .\32xl\:tw-gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .\32xl\:tw-gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\32xl\:tw-gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\32xl\:tw-gap-y-4 {
    row-gap: 1rem !important;
  }

  .\32xl\:tw-gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\32xl\:tw-gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\32xl\:tw-gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .\32xl\:tw-gap-y-8 {
    row-gap: 2rem !important;
  }

  .\32xl\:tw-gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .\32xl\:tw-gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .\32xl\:tw-gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .\32xl\:tw-gap-y-12 {
    row-gap: 3rem !important;
  }

  .\32xl\:tw-gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .\32xl\:tw-gap-y-16 {
    row-gap: 4rem !important;
  }

  .\32xl\:tw-gap-y-20 {
    row-gap: 5rem !important;
  }

  .\32xl\:tw-gap-y-24 {
    row-gap: 6rem !important;
  }

  .\32xl\:tw-gap-y-28 {
    row-gap: 7rem !important;
  }

  .\32xl\:tw-gap-y-32 {
    row-gap: 8rem !important;
  }

  .\32xl\:tw-gap-y-36 {
    row-gap: 9rem !important;
  }

  .\32xl\:tw-gap-y-40 {
    row-gap: 10rem !important;
  }

  .\32xl\:tw-gap-y-44 {
    row-gap: 11rem !important;
  }

  .\32xl\:tw-gap-y-48 {
    row-gap: 12rem !important;
  }

  .\32xl\:tw-gap-y-52 {
    row-gap: 13rem !important;
  }

  .\32xl\:tw-gap-y-56 {
    row-gap: 14rem !important;
  }

  .\32xl\:tw-gap-y-60 {
    row-gap: 15rem !important;
  }

  .\32xl\:tw-gap-y-64 {
    row-gap: 16rem !important;
  }

  .\32xl\:tw-gap-y-72 {
    row-gap: 18rem !important;
  }

  .\32xl\:tw-gap-y-80 {
    row-gap: 20rem !important;
  }

  .\32xl\:tw-gap-y-96 {
    row-gap: 24rem !important;
  }

  .\32xl\:tw-gap-y-px {
    row-gap: 1px !important;
  }

  .\32xl\:tw-gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\32xl\:tw-gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .\32xl\:tw-gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\32xl\:tw-gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\32xl\:tw-grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\32xl\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\32xl\:tw-grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\32xl\:tw-grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .\32xl\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-cols-none {
    grid-template-columns: none !important;
  }

  .\32xl\:tw-auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\32xl\:tw-auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .\32xl\:tw-auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .\32xl\:tw-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:tw-col-auto {
    grid-column: auto !important;
  }

  .\32xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:tw-col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:tw-col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:tw-col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:tw-col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:tw-col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:tw-col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:tw-col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:tw-col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\32xl\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .\32xl\:tw-col-start-2 {
    grid-column-start: 2 !important;
  }

  .\32xl\:tw-col-start-3 {
    grid-column-start: 3 !important;
  }

  .\32xl\:tw-col-start-4 {
    grid-column-start: 4 !important;
  }

  .\32xl\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .\32xl\:tw-col-start-6 {
    grid-column-start: 6 !important;
  }

  .\32xl\:tw-col-start-7 {
    grid-column-start: 7 !important;
  }

  .\32xl\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .\32xl\:tw-col-start-9 {
    grid-column-start: 9 !important;
  }

  .\32xl\:tw-col-start-10 {
    grid-column-start: 10 !important;
  }

  .\32xl\:tw-col-start-11 {
    grid-column-start: 11 !important;
  }

  .\32xl\:tw-col-start-12 {
    grid-column-start: 12 !important;
  }

  .\32xl\:tw-col-start-13 {
    grid-column-start: 13 !important;
  }

  .\32xl\:tw-col-start-auto {
    grid-column-start: auto !important;
  }

  .\32xl\:tw-col-end-1 {
    grid-column-end: 1 !important;
  }

  .\32xl\:tw-col-end-2 {
    grid-column-end: 2 !important;
  }

  .\32xl\:tw-col-end-3 {
    grid-column-end: 3 !important;
  }

  .\32xl\:tw-col-end-4 {
    grid-column-end: 4 !important;
  }

  .\32xl\:tw-col-end-5 {
    grid-column-end: 5 !important;
  }

  .\32xl\:tw-col-end-6 {
    grid-column-end: 6 !important;
  }

  .\32xl\:tw-col-end-7 {
    grid-column-end: 7 !important;
  }

  .\32xl\:tw-col-end-8 {
    grid-column-end: 8 !important;
  }

  .\32xl\:tw-col-end-9 {
    grid-column-end: 9 !important;
  }

  .\32xl\:tw-col-end-10 {
    grid-column-end: 10 !important;
  }

  .\32xl\:tw-col-end-11 {
    grid-column-end: 11 !important;
  }

  .\32xl\:tw-col-end-12 {
    grid-column-end: 12 !important;
  }

  .\32xl\:tw-col-end-13 {
    grid-column-end: 13 !important;
  }

  .\32xl\:tw-col-end-auto {
    grid-column-end: auto !important;
  }

  .\32xl\:tw-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:tw-grid-rows-none {
    grid-template-rows: none !important;
  }

  .\32xl\:tw-auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\32xl\:tw-auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .\32xl\:tw-auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .\32xl\:tw-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:tw-row-auto {
    grid-row: auto !important;
  }

  .\32xl\:tw-row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:tw-row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:tw-row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:tw-row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:tw-row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:tw-row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:tw-row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\32xl\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .\32xl\:tw-row-start-2 {
    grid-row-start: 2 !important;
  }

  .\32xl\:tw-row-start-3 {
    grid-row-start: 3 !important;
  }

  .\32xl\:tw-row-start-4 {
    grid-row-start: 4 !important;
  }

  .\32xl\:tw-row-start-5 {
    grid-row-start: 5 !important;
  }

  .\32xl\:tw-row-start-6 {
    grid-row-start: 6 !important;
  }

  .\32xl\:tw-row-start-7 {
    grid-row-start: 7 !important;
  }

  .\32xl\:tw-row-start-auto {
    grid-row-start: auto !important;
  }

  .\32xl\:tw-row-end-1 {
    grid-row-end: 1 !important;
  }

  .\32xl\:tw-row-end-2 {
    grid-row-end: 2 !important;
  }

  .\32xl\:tw-row-end-3 {
    grid-row-end: 3 !important;
  }

  .\32xl\:tw-row-end-4 {
    grid-row-end: 4 !important;
  }

  .\32xl\:tw-row-end-5 {
    grid-row-end: 5 !important;
  }

  .\32xl\:tw-row-end-6 {
    grid-row-end: 6 !important;
  }

  .\32xl\:tw-row-end-7 {
    grid-row-end: 7 !important;
  }

  .\32xl\:tw-row-end-auto {
    grid-row-end: auto !important;
  }

  .\32xl\:tw-transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
  }

  .\32xl\:tw-transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:tw-transform-none {
    transform: none !important;
  }

  .\32xl\:tw-origin-center {
    transform-origin: center !important;
  }

  .\32xl\:tw-origin-top {
    transform-origin: top !important;
  }

  .\32xl\:tw-origin-top-right {
    transform-origin: top right !important;
  }

  .\32xl\:tw-origin-right {
    transform-origin: right !important;
  }

  .\32xl\:tw-origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\32xl\:tw-origin-bottom {
    transform-origin: bottom !important;
  }

  .\32xl\:tw-origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\32xl\:tw-origin-left {
    transform-origin: left !important;
  }

  .\32xl\:tw-origin-top-left {
    transform-origin: top left !important;
  }

  .\32xl\:tw-scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:tw-scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:tw-scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:tw-scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:tw-scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:tw-scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:tw-scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:tw-scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:tw-scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:tw-scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:tw-scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:tw-scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:tw-scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:tw-scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:tw-scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:tw-scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:tw-scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:tw-scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:tw-scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:tw-scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:tw-scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:tw-scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:tw-scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:tw-scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:tw-scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:tw-scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:tw-scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:tw-scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:tw-scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:tw-scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:tw-scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:tw-scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:tw-scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:tw-scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:tw-scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:tw-scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:hover\:tw-scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:hover\:tw-scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:hover\:tw-scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:hover\:tw-scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:hover\:tw-scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:hover\:tw-scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:tw-scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:tw-scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:tw-scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:tw-scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:tw-scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:tw-scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:tw-scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:tw-scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:tw-scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:tw-scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:tw-scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:tw-scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:tw-scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:tw-scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:tw-scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:tw-scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:focus\:tw-scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:focus\:tw-scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:focus\:tw-scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:focus\:tw-scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:focus\:tw-scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:focus\:tw-scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:tw-scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:tw-scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:tw-scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:tw-scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:tw-scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:tw-scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:tw-scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:tw-scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:tw-scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:tw-scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:tw-rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:tw-rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:tw-rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:tw-rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:tw-rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:tw-rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:tw-rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:tw-rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:tw-rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:tw--rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:tw--rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:tw--rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:tw--rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:tw--rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:tw--rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:tw--rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:tw--rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:hover\:tw-rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:hover\:tw-rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:hover\:tw-rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:hover\:tw-rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:hover\:tw-rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:hover\:tw-rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:hover\:tw-rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:hover\:tw-rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:hover\:tw-rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:hover\:tw--rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:hover\:tw--rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:hover\:tw--rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:hover\:tw--rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:hover\:tw--rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:hover\:tw--rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:hover\:tw--rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:hover\:tw--rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:focus\:tw-rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:focus\:tw-rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:focus\:tw-rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:focus\:tw-rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:focus\:tw-rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:focus\:tw-rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:focus\:tw-rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:focus\:tw-rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:focus\:tw-rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:focus\:tw--rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:focus\:tw--rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:focus\:tw--rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:focus\:tw--rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:focus\:tw--rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:focus\:tw--rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:focus\:tw--rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:focus\:tw--rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:tw-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:tw-translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:tw-translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:tw-translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:tw-translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:tw-translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:tw-translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:tw-translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:tw-translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:tw-translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:tw-translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:tw-translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:tw-translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:tw-translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:tw-translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:tw-translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:tw-translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:tw-translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:tw-translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:tw-translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:tw-translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:tw-translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:tw-translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:tw-translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:tw-translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:tw-translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:tw-translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:tw-translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:tw-translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:tw-translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:tw-translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:tw-translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:tw-translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:tw-translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:tw-translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:tw--translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:tw--translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:tw--translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:tw--translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:tw--translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:tw--translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:tw--translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:tw--translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:tw--translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:tw--translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:tw--translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:tw--translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:tw--translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:tw--translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:tw--translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:tw--translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:tw--translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:tw--translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:tw--translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:tw--translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:tw--translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:tw--translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:tw--translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:tw--translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:tw--translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:tw--translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:tw--translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:tw--translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:tw--translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:tw--translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:tw--translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:tw--translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:tw--translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:tw--translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:tw--translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:tw-translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:tw-translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:tw-translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:tw-translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:tw-translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:tw-translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:tw-translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:tw--translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:tw--translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:tw--translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:tw--translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:tw--translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:tw--translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:tw--translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:tw-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:tw-translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:tw-translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:tw-translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:tw-translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:tw-translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:tw-translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:tw-translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:tw-translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:tw-translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:tw-translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:tw-translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:tw-translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:tw-translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:tw-translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:tw-translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:tw-translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:tw-translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:tw-translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:tw-translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:tw-translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:tw-translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:tw-translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:tw-translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:tw-translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:tw-translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:tw-translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:tw-translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:tw-translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:tw-translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:tw-translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:tw-translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:tw-translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:tw-translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:tw-translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:tw--translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:tw--translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:tw--translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:tw--translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:tw--translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:tw--translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:tw--translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:tw--translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:tw--translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:tw--translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:tw--translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:tw--translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:tw--translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:tw--translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:tw--translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:tw--translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:tw--translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:tw--translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:tw--translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:tw--translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:tw--translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:tw--translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:tw--translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:tw--translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:tw--translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:tw--translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:tw--translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:tw--translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:tw--translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:tw--translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:tw--translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:tw--translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:tw--translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:tw--translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:tw--translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:tw-translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:tw-translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:tw-translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:tw-translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:tw-translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:tw-translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:tw-translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:tw--translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:tw--translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:tw--translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:tw--translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:tw--translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:tw--translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:tw--translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:hover\:tw-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:tw-translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:hover\:tw-translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:hover\:tw-translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:hover\:tw-translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:tw-translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:hover\:tw-translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:hover\:tw-translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:hover\:tw-translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:hover\:tw-translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:hover\:tw-translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:hover\:tw-translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:hover\:tw-translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:hover\:tw-translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:hover\:tw-translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:hover\:tw-translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:hover\:tw-translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:hover\:tw-translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:hover\:tw-translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:hover\:tw-translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:hover\:tw-translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:hover\:tw-translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:hover\:tw-translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:hover\:tw-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:tw-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:hover\:tw-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:tw-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:hover\:tw--translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:tw--translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:hover\:tw--translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:hover\:tw--translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:hover\:tw--translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:tw--translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:hover\:tw--translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:hover\:tw--translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:hover\:tw--translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:hover\:tw--translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:hover\:tw--translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:hover\:tw--translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:hover\:tw--translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:hover\:tw--translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:hover\:tw--translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:hover\:tw--translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:hover\:tw--translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:hover\:tw--translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:hover\:tw--translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:hover\:tw--translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:hover\:tw--translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:hover\:tw--translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:hover\:tw--translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:hover\:tw--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:tw--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:hover\:tw--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:tw--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:hover\:tw-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:hover\:tw-translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:hover\:tw-translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:tw-translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:hover\:tw-translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:hover\:tw--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:hover\:tw--translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:hover\:tw--translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:tw--translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:hover\:tw--translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:hover\:tw-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:tw-translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:hover\:tw-translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:hover\:tw-translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:hover\:tw-translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:tw-translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:hover\:tw-translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:hover\:tw-translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:hover\:tw-translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:hover\:tw-translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:hover\:tw-translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:hover\:tw-translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:hover\:tw-translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:hover\:tw-translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:hover\:tw-translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:hover\:tw-translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:hover\:tw-translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:hover\:tw-translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:hover\:tw-translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:hover\:tw-translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:hover\:tw-translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:hover\:tw-translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:hover\:tw-translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:hover\:tw-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:tw-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:hover\:tw-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:tw-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:hover\:tw--translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:tw--translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:hover\:tw--translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:hover\:tw--translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:hover\:tw--translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:tw--translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:hover\:tw--translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:hover\:tw--translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:hover\:tw--translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:hover\:tw--translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:hover\:tw--translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:hover\:tw--translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:hover\:tw--translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:hover\:tw--translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:hover\:tw--translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:hover\:tw--translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:hover\:tw--translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:hover\:tw--translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:hover\:tw--translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:hover\:tw--translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:hover\:tw--translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:hover\:tw--translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:hover\:tw--translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:hover\:tw--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:tw--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:hover\:tw--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:tw--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:hover\:tw-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:hover\:tw-translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:hover\:tw-translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:tw-translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:hover\:tw-translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:hover\:tw--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:hover\:tw--translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:hover\:tw--translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:tw--translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:hover\:tw--translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:focus\:tw-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:tw-translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:focus\:tw-translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:focus\:tw-translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:focus\:tw-translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:tw-translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:focus\:tw-translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:focus\:tw-translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:focus\:tw-translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:focus\:tw-translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:focus\:tw-translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:focus\:tw-translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:focus\:tw-translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:focus\:tw-translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:focus\:tw-translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:focus\:tw-translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:focus\:tw-translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:focus\:tw-translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:focus\:tw-translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:focus\:tw-translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .\32xl\:focus\:tw-translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:focus\:tw-translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:focus\:tw-translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:focus\:tw-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:tw-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:focus\:tw-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:tw-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:focus\:tw--translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:tw--translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:focus\:tw--translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:focus\:tw--translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:focus\:tw--translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:tw--translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:focus\:tw--translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:focus\:tw--translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:focus\:tw--translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:focus\:tw--translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:focus\:tw--translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:focus\:tw--translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:focus\:tw--translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:focus\:tw--translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:focus\:tw--translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:focus\:tw--translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:focus\:tw--translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:focus\:tw--translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:focus\:tw--translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:focus\:tw--translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .\32xl\:focus\:tw--translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:focus\:tw--translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:focus\:tw--translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:focus\:tw--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:tw--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:focus\:tw--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:tw--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:focus\:tw-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:focus\:tw-translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:focus\:tw-translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:tw-translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:focus\:tw-translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:focus\:tw--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:focus\:tw--translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:focus\:tw--translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:tw--translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:focus\:tw--translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:focus\:tw-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:tw-translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:focus\:tw-translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:focus\:tw-translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:focus\:tw-translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:tw-translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:focus\:tw-translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:focus\:tw-translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:focus\:tw-translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:focus\:tw-translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:focus\:tw-translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:focus\:tw-translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:focus\:tw-translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:focus\:tw-translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:focus\:tw-translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:focus\:tw-translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:focus\:tw-translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:focus\:tw-translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:focus\:tw-translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:focus\:tw-translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .\32xl\:focus\:tw-translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:focus\:tw-translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:focus\:tw-translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:focus\:tw-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:tw-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:focus\:tw-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:tw-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:focus\:tw--translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:tw--translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:focus\:tw--translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:focus\:tw--translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:focus\:tw--translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:tw--translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:focus\:tw--translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:focus\:tw--translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:focus\:tw--translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:focus\:tw--translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:focus\:tw--translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:focus\:tw--translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:focus\:tw--translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:focus\:tw--translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:focus\:tw--translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:focus\:tw--translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:focus\:tw--translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:focus\:tw--translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:focus\:tw--translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:focus\:tw--translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .\32xl\:focus\:tw--translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:focus\:tw--translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:focus\:tw--translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:focus\:tw--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:tw--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:focus\:tw--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:tw--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:focus\:tw-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:focus\:tw-translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:focus\:tw-translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:tw-translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:focus\:tw-translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:focus\:tw--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:focus\:tw--translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:focus\:tw--translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:tw--translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:focus\:tw--translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:tw-skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:tw-skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:tw-skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:tw-skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:tw-skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:tw-skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:tw--skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:tw--skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:tw--skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:tw--skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:tw--skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:tw-skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:tw-skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:tw-skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:tw-skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:tw-skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:tw-skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:tw--skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:tw--skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:tw--skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:tw--skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:tw--skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:hover\:tw-skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:hover\:tw-skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:hover\:tw-skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:hover\:tw-skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:hover\:tw-skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:hover\:tw-skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:hover\:tw--skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:hover\:tw--skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:hover\:tw--skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:hover\:tw--skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:hover\:tw--skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:hover\:tw-skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:hover\:tw-skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:hover\:tw-skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:hover\:tw-skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:hover\:tw-skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:hover\:tw-skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:hover\:tw--skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:hover\:tw--skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:hover\:tw--skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:hover\:tw--skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:hover\:tw--skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:focus\:tw-skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:focus\:tw-skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:focus\:tw-skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:focus\:tw-skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:focus\:tw-skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:focus\:tw-skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:focus\:tw--skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:focus\:tw--skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:focus\:tw--skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:focus\:tw--skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:focus\:tw--skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:focus\:tw-skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:focus\:tw-skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:focus\:tw-skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:focus\:tw-skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:focus\:tw-skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:focus\:tw-skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:focus\:tw--skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:focus\:tw--skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:focus\:tw--skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:focus\:tw--skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:focus\:tw--skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:tw-transition-none {
    transition-property: none !important;
  }

  .\32xl\:tw-transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition-none:hover {
    transition-property: none !important;
  }

  .\32xl\:hover\:tw-transition-all:hover {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition:hover {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition-colors:hover {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition-opacity:hover {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition-shadow:hover {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-transition-transform:hover {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition-none:focus {
    transition-property: none !important;
  }

  .\32xl\:focus\:tw-transition-all:focus {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition:focus {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition-colors:focus {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition-opacity:focus {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition-shadow:focus {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-transition-transform:focus {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .\32xl\:motion-safe\:tw-transition-none {
      transition-property: none !important;
    }

    .\32xl\:motion-safe\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-safe\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .\32xl\:motion-reduce\:tw-transition-none {
      transition-property: none !important;
    }

    .\32xl\:motion-reduce\:tw-transition-all {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:tw-transition {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:tw-transition-colors {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:tw-transition-opacity {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:tw-transition-shadow {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:tw-transition-transform {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-none:hover {
      transition-property: none !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-all:hover {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition:hover {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-colors:hover {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-opacity:hover {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-shadow:hover {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-transition-transform:hover {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-none:focus {
      transition-property: none !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-all:focus {
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition:focus {
      transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-colors:focus {
      transition-property: background-color, border-color, color, fill, stroke !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-opacity:focus {
      transition-property: opacity !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-shadow:focus {
      transition-property: box-shadow !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-transition-transform:focus {
      transition-property: transform !important;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
      transition-duration: 150ms !important;
    }
  }

  .\32xl\:tw-ease-linear {
    transition-timing-function: linear !important;
  }

  .\32xl\:tw-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:tw-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:tw-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .\32xl\:hover\:tw-ease-linear:hover {
    transition-timing-function: linear !important;
  }

  .\32xl\:hover\:tw-ease-in:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:hover\:tw-ease-out:hover {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:hover\:tw-ease-in-out:hover {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .\32xl\:focus\:tw-ease-linear:focus {
    transition-timing-function: linear !important;
  }

  .\32xl\:focus\:tw-ease-in:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:focus\:tw-ease-out:focus {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:focus\:tw-ease-in-out:focus {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .\32xl\:tw-duration-75 {
    transition-duration: 75ms !important;
  }

  .\32xl\:tw-duration-100 {
    transition-duration: 100ms !important;
  }

  .\32xl\:tw-duration-150 {
    transition-duration: 150ms !important;
  }

  .\32xl\:tw-duration-200 {
    transition-duration: 200ms !important;
  }

  .\32xl\:tw-duration-300 {
    transition-duration: 300ms !important;
  }

  .\32xl\:tw-duration-500 {
    transition-duration: 500ms !important;
  }

  .\32xl\:tw-duration-700 {
    transition-duration: 700ms !important;
  }

  .\32xl\:tw-duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\32xl\:hover\:tw-duration-75:hover {
    transition-duration: 75ms !important;
  }

  .\32xl\:hover\:tw-duration-100:hover {
    transition-duration: 100ms !important;
  }

  .\32xl\:hover\:tw-duration-150:hover {
    transition-duration: 150ms !important;
  }

  .\32xl\:hover\:tw-duration-200:hover {
    transition-duration: 200ms !important;
  }

  .\32xl\:hover\:tw-duration-300:hover {
    transition-duration: 300ms !important;
  }

  .\32xl\:hover\:tw-duration-500:hover {
    transition-duration: 500ms !important;
  }

  .\32xl\:hover\:tw-duration-700:hover {
    transition-duration: 700ms !important;
  }

  .\32xl\:hover\:tw-duration-1000:hover {
    transition-duration: 1000ms !important;
  }

  .\32xl\:focus\:tw-duration-75:focus {
    transition-duration: 75ms !important;
  }

  .\32xl\:focus\:tw-duration-100:focus {
    transition-duration: 100ms !important;
  }

  .\32xl\:focus\:tw-duration-150:focus {
    transition-duration: 150ms !important;
  }

  .\32xl\:focus\:tw-duration-200:focus {
    transition-duration: 200ms !important;
  }

  .\32xl\:focus\:tw-duration-300:focus {
    transition-duration: 300ms !important;
  }

  .\32xl\:focus\:tw-duration-500:focus {
    transition-duration: 500ms !important;
  }

  .\32xl\:focus\:tw-duration-700:focus {
    transition-duration: 700ms !important;
  }

  .\32xl\:focus\:tw-duration-1000:focus {
    transition-duration: 1000ms !important;
  }

  .\32xl\:tw-delay-75 {
    transition-delay: 75ms !important;
  }

  .\32xl\:tw-delay-100 {
    transition-delay: 100ms !important;
  }

  .\32xl\:tw-delay-150 {
    transition-delay: 150ms !important;
  }

  .\32xl\:tw-delay-200 {
    transition-delay: 200ms !important;
  }

  .\32xl\:tw-delay-300 {
    transition-delay: 300ms !important;
  }

  .\32xl\:tw-delay-500 {
    transition-delay: 500ms !important;
  }

  .\32xl\:tw-delay-700 {
    transition-delay: 700ms !important;
  }

  .\32xl\:tw-delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\32xl\:hover\:tw-delay-75:hover {
    transition-delay: 75ms !important;
  }

  .\32xl\:hover\:tw-delay-100:hover {
    transition-delay: 100ms !important;
  }

  .\32xl\:hover\:tw-delay-150:hover {
    transition-delay: 150ms !important;
  }

  .\32xl\:hover\:tw-delay-200:hover {
    transition-delay: 200ms !important;
  }

  .\32xl\:hover\:tw-delay-300:hover {
    transition-delay: 300ms !important;
  }

  .\32xl\:hover\:tw-delay-500:hover {
    transition-delay: 500ms !important;
  }

  .\32xl\:hover\:tw-delay-700:hover {
    transition-delay: 700ms !important;
  }

  .\32xl\:hover\:tw-delay-1000:hover {
    transition-delay: 1000ms !important;
  }

  .\32xl\:focus\:tw-delay-75:focus {
    transition-delay: 75ms !important;
  }

  .\32xl\:focus\:tw-delay-100:focus {
    transition-delay: 100ms !important;
  }

  .\32xl\:focus\:tw-delay-150:focus {
    transition-delay: 150ms !important;
  }

  .\32xl\:focus\:tw-delay-200:focus {
    transition-delay: 200ms !important;
  }

  .\32xl\:focus\:tw-delay-300:focus {
    transition-delay: 300ms !important;
  }

  .\32xl\:focus\:tw-delay-500:focus {
    transition-delay: 500ms !important;
  }

  .\32xl\:focus\:tw-delay-700:focus {
    transition-delay: 700ms !important;
  }

  .\32xl\:focus\:tw-delay-1000:focus {
    transition-delay: 1000ms !important;
  }

  .\32xl\:tw-animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:tw-animate-spin {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .\32xl\:tw-animate-ping {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:tw-animate-pulse {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:tw-animate-bounce {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .\32xl\:hover\:tw-animate-none:hover {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:hover\:tw-animate-spin:hover {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .\32xl\:hover\:tw-animate-ping:hover {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:hover\:tw-animate-pulse:hover {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:hover\:tw-animate-bounce:hover {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  .\32xl\:focus\:tw-animate-none:focus {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .\32xl\:focus\:tw-animate-spin:focus {
    -webkit-animation: tw-spin 1s linear infinite !important;
            animation: tw-spin 1s linear infinite !important;
  }

  .\32xl\:focus\:tw-animate-ping:focus {
    -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:focus\:tw-animate-pulse:focus {
    -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:focus\:tw-animate-bounce:focus {
    -webkit-animation: tw-bounce 1s infinite !important;
            animation: tw-bounce 1s infinite !important;
  }

  @media (prefers-reduced-motion: no-preference) {
    .\32xl\:motion-safe\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-safe\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-safe\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-safe\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-safe\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .\32xl\:motion-safe\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-safe\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-safe\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-safe\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-safe\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .\32xl\:motion-safe\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-safe\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-safe\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-safe\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-safe\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .\32xl\:motion-reduce\:tw-animate-none {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-reduce\:tw-animate-spin {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-reduce\:tw-animate-ping {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:tw-animate-pulse {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:tw-animate-bounce {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-animate-none:hover {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-animate-spin:hover {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-animate-ping:hover {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-animate-pulse:hover {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:hover\:tw-animate-bounce:hover {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-animate-none:focus {
      -webkit-animation: none !important;
              animation: none !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-animate-spin:focus {
      -webkit-animation: tw-spin 1s linear infinite !important;
              animation: tw-spin 1s linear infinite !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-animate-ping:focus {
      -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
              animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-animate-pulse:focus {
      -webkit-animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
              animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    }

    .\32xl\:motion-reduce\:focus\:tw-animate-bounce:focus {
      -webkit-animation: tw-bounce 1s infinite !important;
              animation: tw-bounce 1s infinite !important;
    }
  }
}
